From d1f50fcbe684a4222059c4ba7f2d7eabcca87402 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 15:48:17 +0000 Subject: [PATCH 1/2] chore: bump version to 0.16.4 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2031dee1f5..f1805a31d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,32 @@ +## [0.16.4] - 2026-08-14 + +### Changed + +- Add SpecAssay preset to community catalog (#4123) +- Update Intake Authoring Governance preset to v0.3.1 (#4121) +- Update Superspec extension to v1.0.2 (#4120) +- fix(taskstoissues): widen task-ID regex to match IDs longer than 3 digits (#4101) +- Add Architecture Governance extension to community catalog (#4122) +- fix(workflows): validate non-string step types (#4111) +- Harden community submission workflow output allowlists (#4103) +- chore(deps): bump github/codeql-action (init + analyze) from 4.37.5 to 4.37.6 (#4114) +- Add SpecAssay Check extension to community catalog (#4113) +- fix(integrations): dispatch goose commands via `goose run` (#2416) (#3781) +- fix(powershell): stop Out-Null swallowing the AVAILABLE_DOCS status lines (#3891) +- fix: remove TOCTOU race in RunState.load (#3839) +- fix: decode the zipped manifest as UTF-8 before parsing (#3958) +- Update Agent Parity Governance preset to v0.4.2 (#4110) +- fix: log progress tracker refresh errors instead of silently swallowing (#3975) +- [extension] Add SpecJudge extension to community catalog (#4079) +- fix(bundler): read the authoritative `default_integration` field, not only its legacy aliases (#3880) +- fix(auth): treat exact host patterns literally (#4108) +- feat: add Mistral Vibe integration with Claude parity (#4075) +- [extension] Add spec-kit-atlas extension to community catalog (#4105) +- chore: release 0.16.3, begin 0.16.4.dev0 development (#4107) + ## [0.16.3] - 2026-08-13 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 8fc33d83db..1c8b8c5016 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.16.4.dev0" +version = "0.16.4" 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 21d519a1e3ae8d0193ae1f58cfae50a2e2e488ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 15:48:21 +0000 Subject: [PATCH 2/2] chore: begin 0.16.5.dev0 development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c8b8c5016..e7f675f3a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.16.4" +version = "0.16.5.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"