Skip to content

Commit 9876c69

Browse files
chore: bump version to 0.11.10
1 parent bbc5f17 commit 9876c69

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
<!-- insert new changelog below this comment -->
44

5+
## [0.11.10] - 2026-06-29
6+
7+
### Changed
8+
9+
- fix(extensions): apply GHES auth and resolve release assets for `extension add --from` (#3217)
10+
- fix(pi): repoint install_url to @earendil-works/pi-coding-agent (#3169) (#3214)
11+
- fix(catalogs): reject host-less catalog URLs in base and preset validators (#3210)
12+
- fix: update CodeBuddy install docs URL (#3187)
13+
- fix(workflows): reject infinite number-input default instead of raising OverflowError (#3199)
14+
- fix(scripts): emit 'Copied plan template' status in setup-plan.ps1 (parity with bash) (#3198)
15+
- fix(workflows): make expression operator/literal parsing quote-aware (#3197)
16+
- fix(scripts): honor explicit -Number 0 in PowerShell create-new-feature (parity with bash) (#3196)
17+
- Add community bundle submission path (#3162)
18+
- Docs: Document /speckit.converge command (#3181)
19+
- chore: release 0.11.9, begin 0.11.10.dev0 development (#3189)
20+
521
## [0.11.9] - 2026-06-26
622

723
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "specify-cli"
3-
version = "0.11.10.dev0"
3+
version = "0.11.10"
44
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)