From a426b2a2f76825db275e903a3891313a3718ee89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 13:14:13 +0000 Subject: [PATCH 1/2] chore: bump version to 0.12.10 --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51f3109b2b..8bbc77efab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## [0.12.10] - 2026-07-10 + +### Changed + +- chore(deps): bump astral-sh/setup-uv from 8.2.0 to 8.3.2 (#3439) +- chore(deps): bump DavidAnson/markdownlint-cli2-action (#3438) +- fix(templates): correct phase numbering in plan.md (#3416) +- fix(git-ext): honor explicit -Number 0 in PowerShell branch creation (#3412) +- docs: add 'spectatui' entry to friends.md (#3362) +- test: pin interpreter probe so py-template render test passes on Windows (#3428) +- feat(workflows): make shell step timeout configurable (#3404) +- fix: find plans in nested spec directories (#3405) +- feat(templates): add py: lines to command templates' scripts frontmatter (#3403) +- chore: release 0.12.9, begin 0.12.10.dev0 development (#3426) + ## [0.12.9] - 2026-07-09 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 7b1fd77908..0fc5b15f3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.12.10.dev0" +version = "0.12.10" 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 47163b51bf3d0816303c4eba9b4fa8f21dbfe5ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 13:14:16 +0000 Subject: [PATCH 2/2] chore: begin 0.12.11.dev0 development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0fc5b15f3c..87bc673361 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.12.10" +version = "0.12.11.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"