From 3b895d16bd55a0cdaad16d086ffc6b10eef34614 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 15:44:06 +0000 Subject: [PATCH 1/2] chore: bump version to 1.0.9 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f87ff5c8..8ab0b64056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ +## [1.0.9] - 2026-09-21 + +### Changed + +- fix(integrations): dispatch Amp via execute mode (#4581) +- feat(bundles): first-party bugfix and assess bundles with bundled workflows (#4504) +- fix(workflows): reject a non-integer or out-of-range current_step_index in RunState resume (#4325) +- fix(extensions): ignore non-mapping extension.yml `config` section (#4323) +- fix(workflows): keep an overlay's `replace` when the same overlay also inserts on that anchor (#4140) +- Refactor extension CLI command structure (#4641) +- fix(workflows): exempt bug-fix from PR-count confirmation (#4636) +- fix: allow community submission archive validation (#4622) +- fix: clarify converge assessment of completion claims (#4621) +- fix(workflows): exempt catalog automation from PR-count confirmation (#4607) +- Update Ralph Loop extension to v1.5.0 (#4593) +- [extension] Add AgentPay Pre-Pay Audit extension to community catalog (#4611) +- Update Keel Connect extension to v2.3.1 (#4632) +- chore(deps): bump the codeql-action group with 2 updates (#4623) +- Update DocGuard extension to v0.41.6 (#4633) +- fix: skip codex config.toml rewrite when there's nothing to merge (#4564) +- fix(agy): support --model, --add-dir workspace, and pre-prompt extra args (#4481) +- Remove a dead case pattern in common.sh (SC2221/SC2222) (#4605) +- fix: support SKILL.md rendering for the generic integration (#4562) +- chore: release 1.0.8, begin 1.0.9.dev0 development (#4619) + ## [1.0.8] - 2026-09-17 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 983ee6ec49..037997ffd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "1.0.9.dev0" +version = "1.0.9" description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." readme = "README.md" requires-python = ">=3.11" From 6b6b6dfb059b5252bdcc1c10d873d37d5f5b7413 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 15:44:09 +0000 Subject: [PATCH 2/2] chore: begin 1.0.10.dev0 development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 037997ffd5..b95c328146 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "1.0.9" +version = "1.0.10.dev0" description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." readme = "README.md" requires-python = ">=3.11"