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.6] - 2026-09-10

### Changed

- fix(events): cap stdin in the generated dispatcher, not just the CLI command (#4337)
- docs(core): SPECIFY_FEATURE sets the feature label, not the feature directory (#3786)
- chore: shorten stale timeline to 60 days stale, 30 days to close (#4503)
- [extension] Update Spec Kit Schedule extension to v0.7.4 (#4498)
- [preset] Update Inventory Alignment preset to v0.1.1 (#4494)
- Update Spec Inventory extension to v0.1.1 (#4496)
- docs: document contribution evidence gate and label taxonomy (#4478)
- feat(workflows): add per-step integration configuration (#4425)
- fix: preserve extension authors in generated skills (#4459)
- Add ProductShape PRODUCT workflows extension to community catalog (#4485)
- Update AgentPay x402 extension to v1.1.0 (#4482)
- Update Figma Starter extension to v1.1.0 (#4490)
- Fix #4345 (3/4): CI guard requiring version bumps on bundled extension changes (#4395)
- fix(templates): report an unreadable extensions.yml instead of skipping hooks silently (#4456)
- Add concise code review skill (#4471)
- docs(templates): clarify /constitution's Sync Impact Report is temporary, review-only material (#4431) (#4432)
- fix(bundler): re-read the step registry when rolling back a failed step refresh (#4139)
- Fix August newsletter review findings (#4444)
- docs: resolve assess clarifications by editing artifacts in place (#4402)
- chore: release 1.0.5, begin 1.0.6.dev0 development (#4479)

## [1.0.5] - 2026-09-08

### 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.6.dev0"
version = "1.0.7.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