diff --git a/CHANGELOG.md b/CHANGELOG.md index b657824be4..54f581ab04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ +## [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 diff --git a/pyproject.toml b/pyproject.toml index 06e8f5df56..ee1dc4ab31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"