Skip to content

Commit 6fa8c9a

Browse files
chore: release 0.16.0, begin 0.16.1.dev0 development (#3992)
* chore: bump version to 0.16.0 * chore: begin 0.16.1.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4d5458c commit 6fa8c9a

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.0] - 2026-08-05
6+
7+
### Changed
8+
9+
- fix: keep long frontmatter values on a single line (#3989)
10+
- fix: skip corrupted run state files in list_runs (#3817)
11+
- fix: skip corrupted run state files in list_runs (#3814)
12+
- Add July 2026 newsletter (#3987)
13+
- fix(presets): start fresh on a non-UTF-8 preset registry (#3955)
14+
- docs: clarify agent PR review prioritization (#3985)
15+
- fix(events): preserve a non-UTF-8 config.toml on hook install/teardown (#3963)
16+
- fix(extensions): treat an unreadable staged backup as a conflict (#3962)
17+
- fix(manifests): reject non-string requires.speckit_version (#3980)
18+
- fix(extensions): reject reinstall when a kept config cannot be read (#3960)
19+
- [extension] Update Charter extension to v0.5.1 (#3983)
20+
- fix(events): return None for an unparseable script command (#3957)
21+
- feat(events): context injection for opencode and JSON-envelope agent hooks (#3934)
22+
- Add TDD Extension to community catalog (#3982)
23+
- Update Archive Extension to v1.1.0 (#3981)
24+
- feat(copilot): default integration to skills (#3976)
25+
- fix(events): ignore non-UTF-8 event overrides (#3897)
26+
- fix: cap stdin read at 1 MiB to prevent DoS (#3857)
27+
- fix(workflows): reject mismatched run state IDs (#3899)
28+
- chore: release 0.15.2, begin 0.15.3.dev0 development (#3953)
29+
530
## [0.15.2] - 2026-08-03
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.15.3.dev0"
3+
version = "0.16.1.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)