From 0759cc4750606797169fd5092836746837a529cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:08:07 +0000 Subject: [PATCH 1/2] chore: bump version to 0.12.13 --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0485ee07ef..62ad808d89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## [0.12.13] - 2026-07-13 + +### Changed + +- fix(workflows): fail switch step on non-mapping cases instead of crashing (#3481) +- Cleanup agent-file-template.md (#2579) +- fix: mark Kiro integration as multi-install safe (#3472) +- fix: rewrite extension-relative subdir paths in generated command bodies (#3444) +- fix(templates): point constitution sync checklist at installed command files (#3418) +- feat(workflows): make shell step timeout configurable (#3327) (#3328) +- docs: clarify that release tags keep the leading v prefix (#3463) +- fix(workflows): don't crash on membership test against a non-iterable (#3448) +- fix(workflows): if-step validate accepts falsy non-list else (#3264) +- chore: release 0.12.12, begin 0.12.13.dev0 development (#3490) + ## [0.12.12] - 2026-07-13 ### Changed diff --git a/pyproject.toml b/pyproject.toml index bade423da9..47b1213b68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.12.13.dev0" +version = "0.12.13" 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 9cdbfe2d03d9da029e8da499d19417560fcdac79 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:08:10 +0000 Subject: [PATCH 2/2] chore: begin 0.12.14.dev0 development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47b1213b68..50082664c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.12.13" +version = "0.12.14.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"