From d65f6bd335acd630911e13159dc48cba85476fff Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Wed, 24 Jun 2026 17:42:49 -0500 Subject: [PATCH] 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> --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a4f6cc99..10491ee0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## [0.11.8] - 2026-06-24 + +### Changed + +- docs: add SpecKit Assistant npm package to Community Friends (#3142) +- Require preset-usage README with Spec Kit CLI syntax in preset submissions (#3104) +- [extension] Update Jira Integration (Sync Engine) extension to v0.4.0 (#3152) +- Add Spec Roadmap extension to community catalog (#3153) +- feat(integration): update Kimi integration for Kimi Code CLI (#2979) +- [extension] Add Golden Demo extension to community catalog (#3151) +- docs: run /speckit.checklist after /speckit.plan in quickstart (#3108) +- fix(workflows): preserve commas inside quoted list-literal elements (#3134) +- ci: pin actions to commit SHAs and add shellcheck (#3126) +- chore: release 0.11.7, begin 0.11.8.dev0 development (#3154) + ## [0.11.7] - 2026-06-24 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 0443bc2ec..c3ba38034 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.11.8.dev0" +version = "0.11.9.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"