Skip to content

Commit 75d3738

Browse files
chore: release 0.13.1, begin 0.13.2.dev0 development (#3610)
* chore: bump version to 0.13.1 * chore: begin 0.13.2.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6d77b4a commit 75d3738

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [0.13.1] - 2026-07-21
6+
7+
### Changed
8+
9+
- fix(integrations): catch OverflowError on a `priority: .inf` in add/remove (#3589)
10+
- fix(workflows): reject bool / .inf catalog priority in workflow & step catalog loaders (#3526)
11+
- fix(catalogs): 'priority: .inf' yields a clean validation error instead of crashing (#3525)
12+
- docs(integrations): document the 'integration list --catalog' flag (#3530)
13+
- fix(workflows): fail fan-in loudly on a non-string wait_for entry (#3579)
14+
- fix(workflows): fail fan-out loudly on a truthy non-mapping step template (#3537)
15+
- fix(workflows): reject a non-string prompt in prompt-step validate() (#3582)
16+
- fix(workflows): route 'workflow status --json' errors to stderr (#3520)
17+
- fix(integrations): Forge dispatches hyphenated /speckit-<cmd> invocations (#3529)
18+
- chore: release 0.13.0, begin 0.13.1.dev0 development (#3588)
19+
520
## [0.13.0] - 2026-07-17
621

722
### 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.1.dev0"
3+
version = "0.13.2.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)