From fe1d00e3ccaf495880aaf90fb0e17679e82f065b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 13:44:46 +0000 Subject: [PATCH 1/2] chore: bump version to 1.0.7 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54f581ab04..d2534c829f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ +## [1.0.7] - 2026-09-15 + +### Changed + +- fix(integrations): dispatch bob commands via `bob run` (#4492) +- Bound speckit.clarify planning deferral to implementation details (#4507) +- docs: simplify README around three processes (#4591) +- chore(deps): bump actions/deploy-pages from 5.0.0 to 5.0.1 (#4517) +- feat: add artifact-owned contribution lookup (#4550) +- feat: expose hook contributions via specify artifact (#4348) +- Update DocGuard — CDD Enforcement extension to v0.34.9 (#4545) +- [extension] Update MAQA — Multi-Agent & Quality Assurance extension to v0.3.1 (#4544) +- feat: add `specify artifact` introspection (#4305) +- fix: require explicit refresh for bundle manifest changes (#4477) +- fix(workflows): harden community submission workflows (#4510) +- [extension] Add GitHub Issue Triage extension to community catalog (#4539) +- Fix catalog-latest-url-bypass: require tag-pinned catalog download URLs (#4194) +- refactor(workflows): let the evaluator report its own leaves (#4274) (#4460) +- [preset] Add Secure Development Assurance Governance preset (#4513) +- Add Product Definition as Code (PDaC) extension to community catalog (#4514) +- feat: add JSON output to preset and extension lists (#4218) +- docs: exempt repository maintenance workflows from PR throttle (#4499) +- chore: refresh bug-assess workflow with gh-aw v0.88.7 (#4497) +- chore: release 1.0.6, begin 1.0.7.dev0 development (#4511) + ## [1.0.6] - 2026-09-10 ### Changed diff --git a/pyproject.toml b/pyproject.toml index ee1dc4ab31..cdcccd683f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "1.0.7.dev0" +version = "1.0.7" 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 0bf0ec53430706bd314e554fe64879d3c37f4ee3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 13:44:50 +0000 Subject: [PATCH 2/2] chore: begin 1.0.8.dev0 development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cdcccd683f..217c42d4e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "1.0.7" +version = "1.0.8.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"