From 9405c845eee721b0ddf2159c243d9e269a25a323 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 22:11:50 +0000 Subject: [PATCH 1/2] chore: bump version to 0.10.1 --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34fc870a12..8b7de0cb66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ +## [0.10.1] - 2026-06-09 + +### Changed + +- Update DocGuard — CDD Enforcement extension to v0.25.1 (#2909) +- Update a11y-governance preset to v0.3.0 (#2867) +- docs: document spec persistence models (#2856) +- chore(catalog): bump Linear Integration to v0.3.0 (repo renamed to spec-kit-linear-sync) (#2893) +- chore: update DocGuard extension to v0.25.0 (#2707) +- chore: remove unused open_github_url/_StripAuthOnRedirect from _github_http.py (#2883) +- fix(catalogs): validate extension and preset catalog payload shape (#2621) +- feat(integration): add status reporting (#2674) +- chore: release 0.10.0, begin 0.10.1.dev0 development (#2904) + ## [0.10.0] - 2026-06-09 ### Changed diff --git a/pyproject.toml b/pyproject.toml index f29426dac9..36d212f71e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.10.1.dev0" +version = "0.10.1" description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." requires-python = ">=3.11" dependencies = [ From c041363b56ace94418bc6f2c6c1824061ce4a4f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 22:11:53 +0000 Subject: [PATCH 2/2] chore: begin 0.10.2.dev0 development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 36d212f71e..f8bdc23f91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.10.1" +version = "0.10.2.dev0" description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." requires-python = ">=3.11" dependencies = [