From 71fbfa1e753792e6ac178964bf24f8f989f76766 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 05:14:00 +0000 Subject: [PATCH] chore: Release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..37fcefa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 70a6230..7e7437a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.0](https://github.com/bigH/continuous-refactoring/compare/v0.3.0...v1.0.0) (2026-05-25) + + +### ⚠ BREAKING CHANGES + +* Prepare 1.0 Release ([#5](https://github.com/bigH/continuous-refactoring/issues/5)) + +### Features + +* Prepare 1.0 Release ([#5](https://github.com/bigH/continuous-refactoring/issues/5)) ([77cf474](https://github.com/bigH/continuous-refactoring/commit/77cf474dbe57296d4cf5539229b7c4d6badf31ed)) + ## [0.3.0](https://github.com/bigH/continuous-refactoring/compare/v0.2.0...v0.3.0) (2026-05-19) diff --git a/pyproject.toml b/pyproject.toml index cf66e44..9001e21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "continuous-refactoring" -version = "0.3.0" +version = "1.0.0" description = "Continuous refactoring loop for AI coding agents" readme = "README.md" requires-python = ">=3.10"