diff --git a/CHANGELOG.md b/CHANGELOG.md index 109491c34e..d700d4c26b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## [0.12.3] - 2026-07-01 + +### Changed + +- feat(copilot): warn before skills default rollout (#3256) +- Add June 2026 newsletter (#3289) +- docs(toc): add Bundles and Authentication to the Reference nav (#3267) +- fix(integrations): add zed to discovery catalog.json (#3266) +- fix(integrations): cline hook note collapses onto instruction at EOF (#3263) +- refactor: move workflow command handlers to workflows/_commands.py (PR-8/8) (#3159) +- chore: retire Roo Code integration — extension shut down (#3167) (#3212) +- fix(bundle): allow 'catalog remove' by the same relative path used to add (#3242) +- fix(workflows): reject bool max_iterations in while/do-while validation (#3237) +- fix: allow prerelease spec-kit versions in compatibility checks (#2695) +- chore: release 0.12.2, begin 0.12.3.dev0 development (#3259) + ## [0.12.2] - 2026-06-30 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 8eb40ec32e..2f26d76ea6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.12.3.dev0" +version = "0.12.4.dev0" description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." readme = "README.md" requires-python = ">=3.11"