Skip to content

Commit d65f6bd

Browse files
chore: release 0.11.8, begin 0.11.9.dev0 development (#3156)
* chore: bump version to 0.11.8 * chore: begin 0.11.9.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 05cf078 commit d65f6bd

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [0.11.8] - 2026-06-24
6+
7+
### Changed
8+
9+
- docs: add SpecKit Assistant npm package to Community Friends (#3142)
10+
- Require preset-usage README with Spec Kit CLI syntax in preset submissions (#3104)
11+
- [extension] Update Jira Integration (Sync Engine) extension to v0.4.0 (#3152)
12+
- Add Spec Roadmap extension to community catalog (#3153)
13+
- feat(integration): update Kimi integration for Kimi Code CLI (#2979)
14+
- [extension] Add Golden Demo extension to community catalog (#3151)
15+
- docs: run /speckit.checklist after /speckit.plan in quickstart (#3108)
16+
- fix(workflows): preserve commas inside quoted list-literal elements (#3134)
17+
- ci: pin actions to commit SHAs and add shellcheck (#3126)
18+
- chore: release 0.11.7, begin 0.11.8.dev0 development (#3154)
19+
520
## [0.11.7] - 2026-06-24
621

722
### 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.8.dev0"
3+
version = "0.11.9.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)