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..847bbf7b8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.11.10.dev0" +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"