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..217c42d4e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "1.0.7.dev0" +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"