Skip to content

Commit 76f4cbc

Browse files
chore: release 0.16.4, begin 0.16.5.dev0 development (#4124)
* chore: bump version to 0.16.4 * chore: begin 0.16.5.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 71470cb commit 76f4cbc

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [0.16.4] - 2026-08-14
6+
7+
### Changed
8+
9+
- Add SpecAssay preset to community catalog (#4123)
10+
- Update Intake Authoring Governance preset to v0.3.1 (#4121)
11+
- Update Superspec extension to v1.0.2 (#4120)
12+
- fix(taskstoissues): widen task-ID regex to match IDs longer than 3 digits (#4101)
13+
- Add Architecture Governance extension to community catalog (#4122)
14+
- fix(workflows): validate non-string step types (#4111)
15+
- Harden community submission workflow output allowlists (#4103)
16+
- chore(deps): bump github/codeql-action (init + analyze) from 4.37.5 to 4.37.6 (#4114)
17+
- Add SpecAssay Check extension to community catalog (#4113)
18+
- fix(integrations): dispatch goose commands via `goose run` (#2416) (#3781)
19+
- fix(powershell): stop Out-Null swallowing the AVAILABLE_DOCS status lines (#3891)
20+
- fix: remove TOCTOU race in RunState.load (#3839)
21+
- fix: decode the zipped manifest as UTF-8 before parsing (#3958)
22+
- Update Agent Parity Governance preset to v0.4.2 (#4110)
23+
- fix: log progress tracker refresh errors instead of silently swallowing (#3975)
24+
- [extension] Add SpecJudge extension to community catalog (#4079)
25+
- fix(bundler): read the authoritative `default_integration` field, not only its legacy aliases (#3880)
26+
- fix(auth): treat exact host patterns literally (#4108)
27+
- feat: add Mistral Vibe integration with Claude parity (#4075)
28+
- [extension] Add spec-kit-atlas extension to community catalog (#4105)
29+
- chore: release 0.16.3, begin 0.16.4.dev0 development (#4107)
30+
531
## [0.16.3] - 2026-08-13
632

733
### 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.16.4.dev0"
3+
version = "0.16.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)