From e802a7dd52a6eceba9403cbbf40e60dced043238 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 19:28:01 +0000 Subject: [PATCH 1/2] chore: bump version to 0.12.11 --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bbc77efab..5282e1f955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## [0.12.11] - 2026-07-10 + +### Changed + +- fix(agent-context): discover nested plan.md in scoped layouts (#3024) (#3301) +- fix(auth): return no matches, not raw ValueError, for a malformed URL (#3437) +- fix(catalogs): raise catalog error, not raw ValueError, on a malformed URL (#3435) +- fix(bundler): raise BundlerError, not raw ValueError, on a malformed catalog URL (#3433) +- chore: add pre-commit config and fix trailing whitespace/end-of-file (#3430) +- Add EARS Requirements Syntax extension to community catalog (#3407) +- Add Spec Kit Figma extension to community catalog (#3408) +- fix(workflows): report validation errors instead of crashing on non-string workflow.yml scalars (#3421) +- fix(templates): remove self-referencing path in plan-template.md note (#3417) +- chore: release 0.12.10, begin 0.12.11.dev0 development (#3453) + ## [0.12.10] - 2026-07-10 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 379b2434fb..f3ab159a65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.12.11.dev0" +version = "0.12.11" 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 5ea81ddea85229e7dd3656c91e4d54ea5b82f368 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 19:28:04 +0000 Subject: [PATCH 2/2] chore: begin 0.12.12.dev0 development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3ab159a65..ef803bb324 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.12.11" +version = "0.12.12.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"