From af2380ea0a28602cbc31970e9421f41ad6abdfb2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 23:05:35 +0000 Subject: [PATCH 1/2] chore: bump version to 0.11.0 --- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e3c5be0e6..1dfe13572e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## [0.11.0] - 2026-06-16 + +### Changed + +- Add workflow step catalog — community-installable step types (#2394) +- feat(dev): add integration scaffolder (#2685) +- Add Command Density preset to community catalog (#3006) +- fix(tests): don't run PowerShell tests via WSL-interop powershell.exe (#2971) +- Add Zed integration (#2780) +- Update architecture-governance preset to v0.5.0 (#2929) +- Update Superpowers Implementation Bridge extension to v1.1.0 (#3011) +- Update isaqb-architecture-governance preset to v0.2.0 (#2984) +- Update security-governance preset to v0.6.0 (#2932) +- chore: update CITATION.cff to v0.10.2 (2026-06-11) (#2966) +- chore: release 0.10.4, begin 0.10.5.dev0 development (#3010) + ## [0.10.4] - 2026-06-16 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 6e8a52eee3..4ab3b8d0ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.10.5.dev0" +version = "0.11.0" 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 610a4c66986a93a90043c5c5a7929322e9e805df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 23:05:38 +0000 Subject: [PATCH 2/2] chore: begin 0.11.1.dev0 development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4ab3b8d0ad..052b5efb41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.11.0" +version = "0.11.1.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 = [