From c2204871eccdbf86b27e0b29b1d7004b6eb572a0 Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Fri, 19 Jun 2026 14:24:23 -0500 Subject: [PATCH] chore: release 0.11.3, begin 0.11.4.dev0 development (#3072) * chore: bump version to 0.11.3 * chore: begin 0.11.4.dev0 development * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fea62fd7..66d82ebe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,20 @@ +## [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) ## [0.11.2] - 2026-06-18 diff --git a/pyproject.toml b/pyproject.toml index e9aff41f6..8e0dfc319 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.11.3.dev0" +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 = [