diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..70a6230 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [0.3.0](https://github.com/bigH/continuous-refactoring/compare/v0.2.0...v0.3.0) (2026-05-19) + + +### Features + +* **migration:** Add Resumable Staged Migration Planning ([#3](https://github.com/bigH/continuous-refactoring/issues/3)) ([f05bba3](https://github.com/bigH/continuous-refactoring/commit/f05bba39a089f5dc79ec76cbd59893a2904ab3a2)) + + +### Bug Fixes + +* Add Release Automation ([#2](https://github.com/bigH/continuous-refactoring/issues/2)) ([b455146](https://github.com/bigH/continuous-refactoring/commit/b4551460a38a99aa4bd9475e5b9f967cfb71c0d7)) diff --git a/pyproject.toml b/pyproject.toml index acfd8fe..cf66e44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "continuous-refactoring" -version = "0.2.0" +version = "0.3.0" description = "Continuous refactoring loop for AI coding agents" readme = "README.md" requires-python = ">=3.10"