diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f5b6b2ab..0262db75 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..eb81a843 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [0.2.0](https://github.com/hpc-maths/ponio/compare/v0.1.0...v0.2.0) (2024-03-18) + + +### Features + +* rename solver into ponio ([#47](https://github.com/hpc-maths/ponio/issues/47)) ([b9419c8](https://github.com/hpc-maths/ponio/commit/b9419c8a0e907f97e54c24da53b7d08d3bd960cf)) + + +### Bug Fixes + +* cmake ([#46](https://github.com/hpc-maths/ponio/issues/46)) ([810e93e](https://github.com/hpc-maths/ponio/commit/810e93e767cb358e5e1fa337e654d5e9b64397a4))