Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

<!-- insert new changelog below this comment -->

## [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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Loading