Skip to content

Commit 2987782

Browse files
chore: release 0.13.3, begin 0.13.4.dev0 development (#3645)
* chore: bump version to 0.13.3 * chore: begin 0.13.4.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d9e4565 commit 2987782

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [0.13.3] - 2026-07-22
6+
7+
### Changed
8+
9+
- fix(integrations): escape Rich markup in --integration-options error messages (#3458)
10+
- docs: document __SPECKIT_COMMAND_ token for portable cross-command references (#3503)
11+
- [preset] Add Parallel Autonomous Run Governance preset to community catalog (#3614)
12+
- docs(workflows): fix stale FanOutStep docstring claiming sequential-only execution (#3639)
13+
- [bundle] Add SicarioSpec Security & Governance Bundle to community catalog (#3636)
14+
- [preset] Update Autonomous Run Governance preset to v0.3.2 (#3615)
15+
- fix(workflows): validate every redirect hop when fetching workflow/step catalogs (#3637)
16+
- Add pipeline workflow to community catalog (#3338)
17+
- [extension] Add Linear Weave extension to community catalog (#3609)
18+
- docs: clarify hook priority validation semantics (#3594)
19+
- fix(workflows): reject a non-string 'integration'/'model' in command & prompt steps (#3597)
20+
- ci: add dependency audit workflow (#3138)
21+
- Add Intake Review Governance preset to community catalog (#3613)
22+
- fix(workflows): reject non-list input 'enum' instead of crashing (#3601)
23+
- chore: release 0.13.2, begin 0.13.3.dev0 development (#3617)
24+
525
## [0.13.2] - 2026-07-21
626

727
### 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.13.3.dev0"
3+
version = "0.13.4.dev0"
44
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)