From 8f70bb09241939c08c450aa42c120230c6425071 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 16:12:36 +0000 Subject: [PATCH 1/2] chore: bump version to 0.11.4 --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66d82ebe3b..cbac946304 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## [0.11.4] - 2026-06-22 + +### Changed + +- [extension] Add Tasks to GitHub Project extension to community catalog (#3090) +- Update Linear Integration extension to v0.7.0 (#3089) +- fix: fail loudly on an unknown workflow expression filter (#3074) +- fix: anchor lib/ and lib64/ patterns to repo root in .gitignore (#3083) +- fix(build): include specify_cli.bundler.lib in built distribution (#3085) +- Harden command registration path handling (#3088) +- fix(presets): preserve argument-hint in preset SKILL.md generation (#2978) +- feat: surface gate detail in the workflow run/resume --json payload (#2965) +- feat: add `specify bundle` command (#3070) +- chore: release 0.11.3, begin 0.11.4.dev0 development (#3072) + ## [0.11.3] - 2026-06-19 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 8e0dfc3191..55419d632e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.11.4.dev0" +version = "0.11.4" 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 7995529aee4835d291379445911353ec7518d464 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 16:12:40 +0000 Subject: [PATCH 2/2] chore: begin 0.11.5.dev0 development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 55419d632e..29f1e0245e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.11.4" +version = "0.11.5.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 = [