Skip to content

Commit 587feaa

Browse files
chore: bump version to 0.8.10
1 parent 707e929 commit 587feaa

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.8.10] - 2026-05-14
6+
7+
### Changed
8+
9+
- docs: streamline install section and add community overview (#2561)
10+
- Move community extensions table from README to docs site (#2560)
11+
- Add Agent Governance extension to community catalog (#2559)
12+
- Add Reqnroll BDD extension to community catalog (#2545)
13+
- fix(cli): harden extension registration and discovery workflows (#2499)
14+
- refactor: extract _assets.py and _utils.py from __init__.py (PR-2/8) (#2543)
15+
- fix(opencode): use commands/ directory (plural) to match OpenCode docs (#2453)
16+
- refactor: extract _console.py from __init__.py (PR-1/8) (#2474)
17+
- Fix constitution reference in README (#2491)
18+
- chore: release 0.8.9, begin 0.8.10.dev0 development (#2532)
19+
520
## [0.8.9] - 2026-05-12
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.8.10.dev0"
3+
version = "0.8.10"
44
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
55
requires-python = ">=3.11"
66
dependencies = [

0 commit comments

Comments
 (0)