From 7de4e943f51967615194d737bbc817e72c21718e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 12:13:32 +0000 Subject: [PATCH 1/2] chore: bump version to 0.13.3 --- CHANGELOG.md | 20 ++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45b08e817e..b0ee088c38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ +## [0.13.3] - 2026-07-22 + +### Changed + +- fix(integrations): escape Rich markup in --integration-options error messages (#3458) +- docs: document __SPECKIT_COMMAND_ token for portable cross-command references (#3503) +- [preset] Add Parallel Autonomous Run Governance preset to community catalog (#3614) +- docs(workflows): fix stale FanOutStep docstring claiming sequential-only execution (#3639) +- [bundle] Add SicarioSpec Security & Governance Bundle to community catalog (#3636) +- [preset] Update Autonomous Run Governance preset to v0.3.2 (#3615) +- fix(workflows): validate every redirect hop when fetching workflow/step catalogs (#3637) +- Add pipeline workflow to community catalog (#3338) +- [extension] Add Linear Weave extension to community catalog (#3609) +- docs: clarify hook priority validation semantics (#3594) +- fix(workflows): reject a non-string 'integration'/'model' in command & prompt steps (#3597) +- ci: add dependency audit workflow (#3138) +- Add Intake Review Governance preset to community catalog (#3613) +- fix(workflows): reject non-list input 'enum' instead of crashing (#3601) +- chore: release 0.13.2, begin 0.13.3.dev0 development (#3617) + ## [0.13.2] - 2026-07-21 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 3674f90295..308c3610a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.13.3.dev0" +version = "0.13.3" 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 3064ca62aef660c9086a519b0a1a663e39555fad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 12:13:36 +0000 Subject: [PATCH 2/2] chore: begin 0.13.4.dev0 development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 308c3610a7..7ec3ea1946 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.13.3" +version = "0.13.4.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"