From e28d5caa14efc178ad614de94e0826da3229a887 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 16:36:55 +0000 Subject: [PATCH 1/2] chore: bump version to 0.12.3 --- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) 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..da9d1ce02d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.12.3.dev0" +version = "0.12.3" 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" From ae7893d764fc943183d02ea624e452ac5696f5c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 16:36:58 +0000 Subject: [PATCH 2/2] chore: begin 0.12.4.dev0 development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da9d1ce02d..2f26d76ea6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.12.3" +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"