chore: release 1.0.1, begin 1.0.2.dev0 development (#4266)

* chore: bump version to 1.0.1

* chore: begin 1.0.2.dev0 development

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Manfred Riem
2026-08-21 14:57:32 -05:00
committed by GitHub
parent 720b31ffce
commit 27f50f7e6b
2 changed files with 26 additions and 1 deletions
+25
View File
@@ -2,6 +2,31 @@
<!-- insert new changelog below this comment -->
## [1.0.1] - 2026-08-21
### Changed
- docs: flatten project history navigation (#4265)
- docs: use Spec Kit branding on documentation site (#4264)
- docs: add existing project adoption guide (#4263)
- docs: add project history page (#4262)
- docs: mark Spec Kit's first anniversary (#4260)
- docs: add workflow quickstarts (#4258)
- chore(deps): bump astral-sh/setup-uv from 9.0.0 to 10.0.1 (#4244)
- Update SpecAssay Check extension to v0.4.12 (#4254)
- fix(workflows): require a 'cases' block on switch steps (#4144)
- fix(workflows): strip the resolved value before matching switch cases (#4143)
- fix(bundler): reject non-string manifest list members (#4091)
- fix(presets): reject non-mapping catalog mutations (#4094)
- fix(workflows): stop offering a condition correction that inverts it (#4230)
- fix: use chunked read for integration and preset manifest hash (#3843)
- docs: update landing page stats for 1.0.0 (#4251)
- Add Azure Cosmos DB extension to community catalog (#4247)
- chore(deps): bump actions/checkout from 6.0.3 to 7.0.1 (#4243)
- chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 (#4242)
- chore(deps): bump the codeql-action group with 2 updates (#4241)
- chore: release 1.0.0, begin 1.0.1.dev0 development (#4246)
## [1.0.0] - 2026-08-21
### Changed
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "specify-cli"
version = "1.0.1.dev0"
version = "1.0.2.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"