From b540ff4e78a1654a05e8a6b564c929c07a74cd52 Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Fri, 26 Jun 2026 12:27:17 -0500 Subject: [PATCH] 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> --- CHANGELOG.md | 18 ++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10491ee0d..3c036a188 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ +## [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 ### Changed diff --git a/pyproject.toml b/pyproject.toml index c3ba38034..c01db9a53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.11.9.dev0" +version = "0.11.10.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"