Skip to content

Commit b540ff4

Browse files
chore: release 0.11.9, begin 0.11.10.dev0 development (#3189)
* chore: bump version to 0.11.9 * chore: begin 0.11.10.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 465d299 commit b540ff4

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [0.11.9] - 2026-06-26
6+
7+
### Changed
8+
9+
- Docs: add cline and zcode to multi-install-safe table (#3180)
10+
- Docs: document missing flags --force and --refresh-shared-infra (#3179)
11+
- fix(claude): stop forking /speckit-analyze to prevent long-session freezes (#3188)
12+
- fix: derive plan path from feature.json in update-agent-context (#3069)
13+
- fix(catalog): companion → README docs, version-pinned download URL, v0.11.0, refreshed tags (#2954)
14+
- chore(deps): bump actions/setup-python from 6.2.0 to 6.3.0 (#3173)
15+
- Update SicarioSpec Core preset to v0.5.1 (#3165)
16+
- fix(extensions,presets,workflows): resolve private GHES release assets via /api/v3 (#3157)
17+
- Update preset composition strategy reference (#3143)
18+
- fix(scripts): keep PowerShell branch-name acronym match case-sensitive (parity with bash) (#3129)
19+
- fix(extensions): tell agent to run mandatory hooks, not just emit the directive (#2901)
20+
- Point sicario-core docs to preset README (#3120)
21+
- chore: release 0.11.8, begin 0.11.9.dev0 development (#3156)
22+
523
## [0.11.8] - 2026-06-24
624

725
### 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.9.dev0"
3+
version = "0.11.10.dev0"
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)