From 5dce710ce099067c7d3f2ef47a37b9a1c300b327 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 13:39:31 +0000 Subject: [PATCH 1/2] chore: bump version to 0.16.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aeec8c726a..26a1f3bea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ +## [0.16.0] - 2026-08-05 + +### Changed + +- fix: keep long frontmatter values on a single line (#3989) +- fix: skip corrupted run state files in list_runs (#3817) +- fix: skip corrupted run state files in list_runs (#3814) +- Add July 2026 newsletter (#3987) +- fix(presets): start fresh on a non-UTF-8 preset registry (#3955) +- docs: clarify agent PR review prioritization (#3985) +- fix(events): preserve a non-UTF-8 config.toml on hook install/teardown (#3963) +- fix(extensions): treat an unreadable staged backup as a conflict (#3962) +- fix(manifests): reject non-string requires.speckit_version (#3980) +- fix(extensions): reject reinstall when a kept config cannot be read (#3960) +- [extension] Update Charter extension to v0.5.1 (#3983) +- fix(events): return None for an unparseable script command (#3957) +- feat(events): context injection for opencode and JSON-envelope agent hooks (#3934) +- Add TDD Extension to community catalog (#3982) +- Update Archive Extension to v1.1.0 (#3981) +- feat(copilot): default integration to skills (#3976) +- fix(events): ignore non-UTF-8 event overrides (#3897) +- fix: cap stdin read at 1 MiB to prevent DoS (#3857) +- fix(workflows): reject mismatched run state IDs (#3899) +- chore: release 0.15.2, begin 0.15.3.dev0 development (#3953) + ## [0.15.2] - 2026-08-03 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 16811c0e2f..1a8f862b06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.15.3.dev0" +version = "0.16.0" 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 3535d876b3de3796c9a5a05ad57dcb835fc6a9c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 13:39:41 +0000 Subject: [PATCH 2/2] chore: begin 0.16.1.dev0 development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1a8f862b06..593f5fa218 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.16.0" +version = "0.16.1.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"