From 7b91c1eda46e1107a53831cd3f14f608b4b7bad0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 14:50:04 +0000 Subject: [PATCH 1/2] chore: bump version to 0.12.15 --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61360b0f93..bbc91becb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## [0.12.15] - 2026-07-14 + +### Changed + +- Update Autonomous Run Governance preset to v0.1.4 (#3511) +- fix(workflows): raise catalog error, not raw ValueError, on a malformed catalog URL (#3484) +- fix(workflows): evaluate 'in'/'not in' safely on a non-iterable right operand (#3447) (#3468) +- fix: add trailing newline to init-options.json output (#3509) +- feat(workflows): align workflow CLI with extension command surface (#3419) +- fix(extensions): stop env-var config leaking across prefix-colliding extension IDs (#3497) +- fix(integrations): escape control characters in goose recipe YAML renderer (#3384) +- [extension] Update DocGuard — CDD Enforcement extension to v0.32.0 (#3489) +- [extension] Add Multi-Repo Branch Sync extension to community catalog (#3411) +- chore: release 0.12.14, begin 0.12.15.dev0 development (#3506) + ## [0.12.14] - 2026-07-13 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 933c35eadf..0c871ee3bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.12.15.dev0" +version = "0.12.15" 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 5ecac1fb220274df8d3bcb00559da0473688d652 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 14:50:07 +0000 Subject: [PATCH 2/2] chore: begin 0.12.16.dev0 development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0c871ee3bc..e5c50400cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.12.15" +version = "0.12.16.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"