Skip to content

Commit e9d84ca

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

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.2] - 2026-07-21
6+
7+
### Changed
8+
9+
- fix(workflows): reject a non-string 'command' in command-step (#3596)
10+
- fix(workflows): fail gate step loudly on a malformed 'options' (#3595)
11+
- fix(extensions): re-validate catalog URL after redirects (HTTPS parity/security) (#3524)
12+
- Add community bundle submission automation (#3553)
13+
- fix(presets): re-validate catalog URL after redirects (HTTPS parity/security) (#3523)
14+
- feat(scripts): port create-new-feature, setup-plan and setup-tasks to Python (#3386)
15+
- fix(agents): parse frontmatter on the --- delimiter line, not any --- substring (#3590)
16+
- [bug-fix] Fix reinstall-overwrites-kept-config: preserve config on plain reinstall after --keep-config (#3449)
17+
- feat: update Bob integration to skills-based layout for Bob 2.0 (#3415)
18+
- Update OKF Knowledge Bundle Generator to v0.3.0 (#3608)
19+
- Add Test Coverage Drift Control extension to community catalog (#3607)
20+
- chore: align ruff lint scope (#3139)
21+
- feat(workflows): WorkflowResolver standalone (PR 1) (#3557)
22+
- fix(extensions,presets): surface clean error on malformed download URL (#3577)
23+
- chore: release 0.13.1, begin 0.13.2.dev0 development (#3610)
24+
525
## [0.13.1] - 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.2.dev0"
3+
version = "0.13.3.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)