From 9f1be37039aabb1040a756fc1b3e7e3ab4a7088e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 16:38:41 +0000 Subject: [PATCH 1/2] chore: bump version to 0.8.17 --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ba9df4dc3..7c1e0f3c79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ +## [0.8.17] - 2026-05-28 + +### Changed + +- docs: consolidate Community sections in README (#2736) +- Fix shared script command hints for integration separators (#2627) +- docs: update security-governance preset to v0.4.0 (#2703) +- feat(agy): enhance Google Antigravity CLI integration (#2689) +- Fix --dev extension agent symlinks (#2554) +- Share skills hook note post-processing (#2679) +- feat: add Hermes Agent integration (with review fixes) (#2651) +- Update Superpowers Implementation Bridge to v0.7.0 (#2732) +- chore: release 0.8.16, begin 0.8.17.dev0 development (#2729) + ## [0.8.16] - 2026-05-27 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 800b1c8e75..9b0ef5583a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.8.17.dev0" +version = "0.8.17" description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." requires-python = ">=3.11" dependencies = [ From 2e38ba39e8aa94bb73e038c4d8506577c28c4b6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 16:38:44 +0000 Subject: [PATCH 2/2] chore: begin 0.8.18.dev0 development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b0ef5583a..cd5d7c985a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.8.17" +version = "0.8.18.dev0" description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." requires-python = ">=3.11" dependencies = [