From 9118ed15a0ba65053469a94c560ea5d233f75884 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 19:56:19 +0000 Subject: [PATCH 1/2] chore: bump version to 1.0.1 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ec23d5f33..ca3dde8da5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ +## [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 diff --git a/pyproject.toml b/pyproject.toml index c6bb6a93de..f7235a0f83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "1.0.1.dev0" +version = "1.0.1" 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" From e57e15b023501d45fd2a779ecb1538d2396b567e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 19:56:22 +0000 Subject: [PATCH 2/2] chore: begin 1.0.2.dev0 development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f7235a0f83..39bd6d32ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "1.0.1" +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"