mirror of
https://github.com/github/spec-kit.git
synced 2026-07-05 21:49:47 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
272eabdea4 |
18
CHANGELOG.md
18
CHANGELOG.md
@@ -2,6 +2,24 @@
|
|||||||
|
|
||||||
<!-- insert new changelog below this comment -->
|
<!-- insert new changelog below this comment -->
|
||||||
|
|
||||||
|
## [0.11.9] - 2026-06-26
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Docs: add cline and zcode to multi-install-safe table (#3180)
|
||||||
|
- Docs: document missing flags --force and --refresh-shared-infra (#3179)
|
||||||
|
- fix(claude): stop forking /speckit-analyze to prevent long-session freezes (#3188)
|
||||||
|
- fix: derive plan path from feature.json in update-agent-context (#3069)
|
||||||
|
- fix(catalog): companion → README docs, version-pinned download URL, v0.11.0, refreshed tags (#2954)
|
||||||
|
- chore(deps): bump actions/setup-python from 6.2.0 to 6.3.0 (#3173)
|
||||||
|
- Update SicarioSpec Core preset to v0.5.1 (#3165)
|
||||||
|
- fix(extensions,presets,workflows): resolve private GHES release assets via /api/v3 (#3157)
|
||||||
|
- Update preset composition strategy reference (#3143)
|
||||||
|
- fix(scripts): keep PowerShell branch-name acronym match case-sensitive (parity with bash) (#3129)
|
||||||
|
- fix(extensions): tell agent to run mandatory hooks, not just emit the directive (#2901)
|
||||||
|
- Point sicario-core docs to preset README (#3120)
|
||||||
|
- chore: release 0.11.8, begin 0.11.9.dev0 development (#3156)
|
||||||
|
|
||||||
## [0.11.8] - 2026-06-24
|
## [0.11.8] - 2026-06-24
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "specify-cli"
|
name = "specify-cli"
|
||||||
version = "0.11.9.dev0"
|
version = "0.11.9"
|
||||||
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
|
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
|
|||||||
Reference in New Issue
Block a user