From 04fd3b8033be7faea4ce8b0c3b2d3f364dd07414 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 17:47:26 +0000 Subject: [PATCH 1/2] chore: bump version to 0.13.2 --- CHANGELOG.md | 20 ++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3a589dc79..45b08e817e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ +## [0.13.2] - 2026-07-21 + +### Changed + +- fix(workflows): reject a non-string 'command' in command-step (#3596) +- fix(workflows): fail gate step loudly on a malformed 'options' (#3595) +- fix(extensions): re-validate catalog URL after redirects (HTTPS parity/security) (#3524) +- Add community bundle submission automation (#3553) +- fix(presets): re-validate catalog URL after redirects (HTTPS parity/security) (#3523) +- feat(scripts): port create-new-feature, setup-plan and setup-tasks to Python (#3386) +- fix(agents): parse frontmatter on the --- delimiter line, not any --- substring (#3590) +- [bug-fix] Fix reinstall-overwrites-kept-config: preserve config on plain reinstall after --keep-config (#3449) +- feat: update Bob integration to skills-based layout for Bob 2.0 (#3415) +- Update OKF Knowledge Bundle Generator to v0.3.0 (#3608) +- Add Test Coverage Drift Control extension to community catalog (#3607) +- chore: align ruff lint scope (#3139) +- feat(workflows): WorkflowResolver standalone (PR 1) (#3557) +- fix(extensions,presets): surface clean error on malformed download URL (#3577) +- chore: release 0.13.1, begin 0.13.2.dev0 development (#3610) + ## [0.13.1] - 2026-07-21 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 966e0e87b0..cbf02fa527 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.13.2.dev0" +version = "0.13.2" 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 23d8a8da4a4880ba3f1db26f090f3d074eeb27c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 17:47:29 +0000 Subject: [PATCH 2/2] chore: begin 0.13.3.dev0 development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cbf02fa527..3674f90295 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.13.2" +version = "0.13.3.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"