From b2314680fce898e0a9151b37ad2535d810c93eef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 17:39:27 +0000 Subject: [PATCH 1/2] chore: bump version to 0.8.13 --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e14da97aa..a040aca1a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ +## [0.8.13] - 2026-05-21 + +### Changed + +- fix: while/do-while loop condition reads stale iteration-0 step output (#2662) +- docs: fix directory hierarchy in README examples (#2639) +- fix(catalogs): reject boolean priority in extension and preset catalog readers (#2589) +- Update Agent Governance extension to v1.2.0 (#2659) +- Add agentic workflows for community catalog submissions (#2655) +- feat: add self-check tip to check output (#2574) +- fix(cli): clarify exception diagnostics (#2602) +- ci: add diff whitespace check (#2572) +- chore: release 0.8.12, begin 0.8.13.dev0 development (#2648) + ## [0.8.12] - 2026-05-20 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 89870f5c7d..ab9a360721 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.8.13.dev0" +version = "0.8.13" 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 6ea294a67778c2e82c39a709a6bd184153051a78 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 17:39:30 +0000 Subject: [PATCH 2/2] chore: begin 0.8.14.dev0 development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab9a360721..aa6be89e42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.8.13" +version = "0.8.14.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 = [