Skip to content

Commit 44de923

Browse files
chore: bump version to 0.8.9
1 parent efdff31 commit 44de923

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
<!-- insert new changelog below this comment -->
44

5+
## [0.8.9] - 2026-05-12
6+
7+
### Changed
8+
9+
- docs: revamp landing page with four-pillar card layout (#2531)
10+
- feat(extensions): update governance ecosystem extensions to latest versions (#2514)
11+
- Add changelog extension (#2177)
12+
- Add install directory to docfx.json file references (#2522)
13+
- feat(catalog): add BrownKit (brownkit) community extension (#2510) (#2520)
14+
- fix(kiro-cli): replace literal $ARGUMENTS with prose fallback (#2482)
15+
- Preset: Add game-narrative-writing preset to community catalog (#2454)
16+
- docs: clarify CLI upgrade discovery (#2519)
17+
- fix: make template metadata line breaks markdownlint-safe (#2505)
18+
- refactor(catalogs): extract integration catalog config loading (#2497)
19+
- test(presets): silence expected UserWarnings in self-test composition… (#2373)
20+
- chore: release 0.8.8, begin 0.8.9.dev0 development (#2516)
21+
522
## [0.8.8] - 2026-05-11
623

724
### 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.9.dev0"
3+
version = "0.8.9"
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)