From 4972c0e2043934ffcdbf86011c1feee59b0cc6e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 19:20:27 +0000 Subject: [PATCH 1/3] chore: bump version to 0.11.3 --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fea62fd7b..6f69398c55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## [0.11.3] - 2026-06-19 + +### Changed + +- docs: strengthen agent disclosure to cover commits and per-round comments (#3071) +- fix: isolate per-extension failures so one bad extension can't drop the rest (#2951) +- fix(taskstoissues): skip tasks that already have a GitHub issue (#2992) +- feat(scripts): add SPECIFY_INIT_DIR to target a member project from the repo root (#2892) +- Update Multi-Model Review extension to v0.1.2 (#3066) +- chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#3064) +- feat(claude): run /analyze in a forked subagent (#2511) +- fix: count worktree branches in git extension numbering (#3054) +- Add Token Economy extension to community catalog (#3049) +- chore: release 0.11.2, begin 0.11.3.dev0 development (#3059) + - feat(scripts): add SPECIFY_INIT_DIR to target a member project from the repo root (#2892) ## [0.11.2] - 2026-06-18 diff --git a/pyproject.toml b/pyproject.toml index e9aff41f65..5a495508d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.11.3.dev0" +version = "0.11.3" 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 6ee87c1f7b9dc40cd34b87b8bb2c0e30104c71e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 19:20:30 +0000 Subject: [PATCH 2/3] chore: begin 0.11.4.dev0 development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a495508d5..8e0dfc3191 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.11.3" +version = "0.11.4.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 = [ From 81dcc7f392d6a0656937a2733bd85def114c3135 Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Fri, 19 Jun 2026 14:22:27 -0500 Subject: [PATCH 3/3] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f69398c55..66d82ebe3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,8 +17,6 @@ - Add Token Economy extension to community catalog (#3049) - chore: release 0.11.2, begin 0.11.3.dev0 development (#3059) -- feat(scripts): add SPECIFY_INIT_DIR to target a member project from the repo root (#2892) - ## [0.11.2] - 2026-06-18 ### Changed