Skip to content

Commit 0f6ea64

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

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [0.13.4] - 2026-07-22
6+
7+
### Changed
8+
9+
- docs(concepts): document the spec-of-specs feature breakdown approach (#3648)
10+
- fix(scripts): git-ext PowerShell emits the '# To persist' SPECIFY_FEATURE hint (parity) (#3632)
11+
- fix(integrations): validate cached catalog shape before returning it (#3627)
12+
- fix(bundler): reject non-list 'catalogs' in bundle-catalogs.yml with a clean error (#3623)
13+
- fix(bundler): guard lazy .hostname ValueError in catalog add_source (#3644)
14+
- Add Intake Authoring Governance preset to community catalog (#3643)
15+
- feat: add Factory Droid CLI integration (#822) (#3587)
16+
- docs(installation): document the 'py' (Python) script type (#3640)
17+
- fix(init): show hyphenated /speckit-<name> in Next Steps for Forge projects (#3642)
18+
- fix(extensions): render hyphenated hook invocations for Forge projects (#3641)
19+
- fix(workflows): workflow add detects local YAML files case-insensitively (#3633)
20+
- fix(workflows): list-literal expression ignores trailing/empty commas (#3631)
21+
- fix(workflows): StepRegistry.add tolerates a corrupted non-dict existing entry (#3630)
22+
- fix(bundler): reject non-mapping 'integration' in a bundle manifest (#3629)
23+
- fix(workflows): command/prompt steps fail cleanly on a non-string integration (#3626)
24+
- docs(core): document the 'py' (Python) --script type in the init option table (#3625)
25+
- fix(workflows): gate prompt uses isdecimal() so a superscript digit doesn't crash (#3624)
26+
- fix(integrations): Cline dispatches hyphenated /speckit-<cmd> invocations (#3622)
27+
- docs(upgrade): document integration upgrade / extension update as the project-files upgrade path (#3326)
28+
- chore: release 0.13.3, begin 0.13.4.dev0 development (#3645)
29+
530
## [0.13.3] - 2026-07-22
631

732
### 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.4.dev0"
3+
version = "0.13.5.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)