From b58ffba000be0058b079f40ee09b48cd323bf684 Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Fri, 10 Jul 2026 08:14:48 -0500 Subject: [PATCH] chore: release 0.12.10, begin 0.12.11.dev0 development (#3453) * chore: bump version to 0.12.10 * chore: begin 0.12.11.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51f3109b2..8bbc77efa 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 7b1fd7790..87bc67336 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.12.10.dev0" +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"