From 587feaac137ced14b8a86f60d3775ae36b54933c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 15:16:04 +0000 Subject: [PATCH 1/2] chore: bump version to 0.8.10 --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb7c3e84f1..2f7fcf1cf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## [0.8.10] - 2026-05-14 + +### Changed + +- docs: streamline install section and add community overview (#2561) +- Move community extensions table from README to docs site (#2560) +- Add Agent Governance extension to community catalog (#2559) +- Add Reqnroll BDD extension to community catalog (#2545) +- fix(cli): harden extension registration and discovery workflows (#2499) +- refactor: extract _assets.py and _utils.py from __init__.py (PR-2/8) (#2543) +- fix(opencode): use commands/ directory (plural) to match OpenCode docs (#2453) +- refactor: extract _console.py from __init__.py (PR-1/8) (#2474) +- Fix constitution reference in README (#2491) +- chore: release 0.8.9, begin 0.8.10.dev0 development (#2532) + ## [0.8.9] - 2026-05-12 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 92735f3e9e..7663f41b2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.8.10.dev0" +version = "0.8.10" description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." requires-python = ">=3.11" dependencies = [ From 0fc046ab91dab3c5e3345ceadff2393b990a9795 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 15:16:07 +0000 Subject: [PATCH 2/2] chore: begin 0.8.11.dev0 development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7663f41b2f..54901d9e5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.8.10" +version = "0.8.11.dev0" description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." requires-python = ">=3.11" dependencies = [