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..54901d9e5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.8.10.dev0" +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 = [