diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..8d7e5f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e7437a..bbf9571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/bigH/continuous-refactoring/compare/v1.0.0...v1.0.1) (2026-06-27) + + +### Bug Fixes + +* **deps:** Update Locked Dependencies ([#8](https://github.com/bigH/continuous-refactoring/issues/8)) ([4fd67b7](https://github.com/bigH/continuous-refactoring/commit/4fd67b7d093e9d9d4c96b16f573104ef6e7eb824)) + ## [1.0.0](https://github.com/bigH/continuous-refactoring/compare/v0.3.0...v1.0.0) (2026-05-25) diff --git a/pyproject.toml b/pyproject.toml index 9001e21..b16d02c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "continuous-refactoring" -version = "1.0.0" +version = "1.0.1" description = "Continuous refactoring loop for AI coding agents" readme = "README.md" requires-python = ">=3.10"