From 1be42992e64b08ff0dce3d7a914eaabf04284ffb Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Fri, 10 Jul 2026 14:28:25 -0500 Subject: [PATCH] chore: release 0.12.11, begin 0.12.12.dev0 development (#3460) * chore: bump version to 0.12.11 * chore: begin 0.12.12.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 8bbc77efa..5282e1f95 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 379b2434f..ef803bb32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.12.11.dev0" +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"