From c78993d74b7fb8cd8661e34358e50fccc9420e54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 13:29:36 +0000 Subject: [PATCH 1/2] chore: bump version to 0.13.1 --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c07328caf..f3a589dc79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## [0.13.1] - 2026-07-21 + +### Changed + +- fix(integrations): catch OverflowError on a `priority: .inf` in add/remove (#3589) +- fix(workflows): reject bool / .inf catalog priority in workflow & step catalog loaders (#3526) +- fix(catalogs): 'priority: .inf' yields a clean validation error instead of crashing (#3525) +- docs(integrations): document the 'integration list --catalog' flag (#3530) +- fix(workflows): fail fan-in loudly on a non-string wait_for entry (#3579) +- fix(workflows): fail fan-out loudly on a truthy non-mapping step template (#3537) +- fix(workflows): reject a non-string prompt in prompt-step validate() (#3582) +- fix(workflows): route 'workflow status --json' errors to stderr (#3520) +- fix(integrations): Forge dispatches hyphenated /speckit- invocations (#3529) +- chore: release 0.13.0, begin 0.13.1.dev0 development (#3588) + ## [0.13.0] - 2026-07-17 ### Changed diff --git a/pyproject.toml b/pyproject.toml index ce97654905..c8721a3853 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.13.1.dev0" +version = "0.13.1" description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." readme = "README.md" requires-python = ">=3.11" From 6d942056a203f678c7b3e3aed442f598357a8e24 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 13:29:40 +0000 Subject: [PATCH 2/2] chore: begin 0.13.2.dev0 development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c8721a3853..ef17eee551 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.13.1" +version = "0.13.2.dev0" description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." readme = "README.md" requires-python = ">=3.11"