Skip to content

Commit 47938c3

Browse files
chore: release 0.16.3, begin 0.16.4.dev0 development (#4107)
* chore: bump version to 0.16.3 * chore: begin 0.16.4.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 16f4577 commit 47938c3

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.16.3] - 2026-08-13
6+
7+
### Changed
8+
9+
- fix: narrow bare except Exception in VS Code settings merge (#3844)
10+
- feat(presets): list presets in resolution/precedence order (#4086) (#4104)
11+
- Fix: scaffold self-contained namespaced preset commands (#4076) (#4082)
12+
- Update Cross-Platform Governance preset to v0.2.2 (#4080)
13+
- fix(bundler): treat a blank active integration as indeterminate in FR-019 (#3886)
14+
- Integrate Junie with dot-to-hyphen behavior and command formatting (#4073)
15+
- Update A11Y Governance preset to v0.4.3 (#4074)
16+
- Fix Alquimia argument hints after folded descriptions (#4063)
17+
- fix: use bounded read for bundle download HTTP responses (#3764)
18+
- Update iSAQB Architecture Governance preset to v0.2.2 (#4056)
19+
- fix(claude): make argument-hint injection fold-aware for long descriptions (#4045)
20+
- Add SpecKit Grill Me extension to community catalog (#4052)
21+
- Update Architecture Governance preset to v0.5.2 (#4050)
22+
- Remove auto-assign from catalog submission workflow (#4054)
23+
- docs: clarify example spec guidance (#4048)
24+
- Clarify custom checklist ownership and lifecycle (#4028)
25+
- Update Archive Extension to v1.2.2 (#4053)
26+
- Update Security Governance preset to v0.6.2 (#4040)
27+
- docs: clarify maintainer applies submission label during triage (#4041)
28+
- chore: release 0.16.2, begin 0.16.3.dev0 development (#4038)
29+
530
## [0.16.2] - 2026-08-10
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.16.3.dev0"
3+
version = "0.16.4.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)