From 56515ff610174d60864a5d71ab8f8f7f69a56ff4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:02:40 +0000 Subject: [PATCH 1/2] chore: bump version to 0.12.12 --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5282e1f955..0485ee07ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## [0.12.12] - 2026-07-13 + +### Changed + +- fix(extensions): set-priority repairs corrupted boolean priority (#3268) +- fix(presets): set-priority repairs corrupted boolean priority (#3269) +- fix(workflows): engine loop cap ignores bool max_iterations (#3270) +- docs(bundles): document --integration on 'bundle update' (#3271) +- fix(workflows): harden catalog.py against mis-shaped registry & non-string fields (#3375) +- Add Verify Review Ship extension to community catalog (#3450) +- fix(bundle): reject file:// / local download_url — catalog URLs are HTTPS-only (#3344) +- fix(extensions): handle prefix-colliding env vars in _get_env_config (#3350) +- docs: document copilot skills mode (--skills) and markdown deprecation (#3313) +- chore: release 0.12.11, begin 0.12.12.dev0 development (#3460) + ## [0.12.11] - 2026-07-10 ### Changed diff --git a/pyproject.toml b/pyproject.toml index ef803bb324..bd887b7d24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.12.12.dev0" +version = "0.12.12" 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 b36a37de7e55672e4d6d57b0e67b602d193368dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:02:43 +0000 Subject: [PATCH 2/2] chore: begin 0.12.13.dev0 development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd887b7d24..bade423da9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.12.12" +version = "0.12.13.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"