Skip to content

Commit b231468

Browse files
chore: bump version to 0.8.13
1 parent 616eba6 commit b231468

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [0.8.13] - 2026-05-21
6+
7+
### Changed
8+
9+
- fix: while/do-while loop condition reads stale iteration-0 step output (#2662)
10+
- docs: fix directory hierarchy in README examples (#2639)
11+
- fix(catalogs): reject boolean priority in extension and preset catalog readers (#2589)
12+
- Update Agent Governance extension to v1.2.0 (#2659)
13+
- Add agentic workflows for community catalog submissions (#2655)
14+
- feat: add self-check tip to check output (#2574)
15+
- fix(cli): clarify exception diagnostics (#2602)
16+
- ci: add diff whitespace check (#2572)
17+
- chore: release 0.8.12, begin 0.8.13.dev0 development (#2648)
18+
519
## [0.8.12] - 2026-05-20
620

721
### 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.13.dev0"
3+
version = "0.8.13"
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)