From 9876c699b7a03da7201bc3f6d2ec7e64deec3521 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:32:51 +0000 Subject: [PATCH 1/2] chore: bump version to 0.11.10 --- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c036a1884..c3d9650e9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## [0.11.10] - 2026-06-29 + +### Changed + +- fix(extensions): apply GHES auth and resolve release assets for `extension add --from` (#3217) +- fix(pi): repoint install_url to @earendil-works/pi-coding-agent (#3169) (#3214) +- fix(catalogs): reject host-less catalog URLs in base and preset validators (#3210) +- fix: update CodeBuddy install docs URL (#3187) +- fix(workflows): reject infinite number-input default instead of raising OverflowError (#3199) +- fix(scripts): emit 'Copied plan template' status in setup-plan.ps1 (parity with bash) (#3198) +- fix(workflows): make expression operator/literal parsing quote-aware (#3197) +- fix(scripts): honor explicit -Number 0 in PowerShell create-new-feature (parity with bash) (#3196) +- Add community bundle submission path (#3162) +- Docs: Document /speckit.converge command (#3181) +- chore: release 0.11.9, begin 0.11.10.dev0 development (#3189) + ## [0.11.9] - 2026-06-26 ### Changed diff --git a/pyproject.toml b/pyproject.toml index c01db9a53b..b9545747aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.11.10.dev0" +version = "0.11.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 66dcfd76d337d415f7724611b71235cef8fb40cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:32:55 +0000 Subject: [PATCH 2/2] chore: begin 0.11.11.dev0 development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b9545747aa..847bbf7b8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.11.10" +version = "0.11.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"