From b5d97b41a3ad703800179eab0e711c1d7173422e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 19:21:26 +0000 Subject: [PATCH 1/2] chore: bump version to 1.0.10 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ab0b64056..40bc94ce8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ +## [1.0.10] - 2026-09-22 + +### Changed + +- fix(workflows): stop list-literal-then-index expressions silently corrupting (#4572) +- chore: refactor self command domain (#4685) +- fix(integrations): stop frontmatter injection gluing onto a missing trailing newline (#4570) +- chore: refactor event domain layout (#4683) +- Fix #4345 (2/4): patch-bump drifted bundled extension versions and sync the catalog (#4394) +- fix(workflows): validate persisted step result shapes (#4399) +- chore: organize authentication domain (#4678) +- feat: report the OpenSSL runtime in `specify version` (#4556) +- fix(agy): enhance Antigravity CLI compatibility and execution flags (#4612) +- refactor: organize workflow CLI commands (#4673) +- docs: add star history chart (#4672) +- refactor: organize artifact CLI commands (#4671) +- fix(workflows): refuse `overlay add` that would overwrite a different overlay (#4141) +- refactor: reorganize bundle CLI commands (#4663) +- refactor: organize integration CLI commands (#4662) +- refactor: organize preset CLI commands (#4657) +- fix(integrations): declare OpencodeIntegration multi_install_safe (#4620) (#4625) +- [preset] Update Autonomous Run Governance preset to v0.4.4 (#4586) +- Add `preset update` convenience wrapper (#4599) +- chore: release 1.0.9, begin 1.0.10.dev0 development (#4658) + ## [1.0.9] - 2026-09-21 ### Changed diff --git a/pyproject.toml b/pyproject.toml index b95c328146..9ec75e6e3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "1.0.10.dev0" +version = "1.0.10" 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 f6ce17acbe52536b07e03bcc74a2ab26a5110f66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 19:21:30 +0000 Subject: [PATCH 2/2] chore: begin 1.0.11.dev0 development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9ec75e6e3a..8451f74cd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "1.0.10" +version = "1.0.11.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"