From f62fb8a6e65e1b2f439fb0be6189b68b6252d2cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 06:12:18 +0000 Subject: [PATCH 1/2] chore: bump version to 0.12.7 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e0bf44ddb..d510c8f07c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,38 @@ +## [0.12.7] - 2026-07-30 + +### Changed + +- Update workflow-preset to v3.2.0 +- Update workflow-preset to v3.1.1 +- feat: add Epic issue form +- Align workflow-preset integration lifecycle checks +- Align workflow-preset v3.1.0 smoke checks +- Update workflow-preset to v3.1.0 +- docs(workflow-preset): document plan responsibilities +- feat: integrate workflow-preset v3.0.0 (#78) +- refactor(workflow-preset): use standard implement workflow (#77) +- Update arch extension to v3.0.1 (#76) +- Align preset integration expectations +- Align workflow preset integration assertion +- Update workflow preset smoke artifacts +- Update workflow-preset to v2.0.0 (#72) +- Move architecture lifecycle into constitution workflow (#69) +- refactor(workflow-preset): decouple UI/UX specification +- Enforce preset and extension coding standards +- ci: pin ruff for stable lint checks +- fix: reconcile active presets after integration changes +- Add requirement gate preflight before planning +- Add inception bundled extension +- Fix intake integration smoke checks +- Update bundled intake to v0.2.0 +- Fix git default extension lifecycle tests +- Update repository-governance bundled extension +- Install git extension by default +- chore: begin 0.12.7.dev0 development + ## [0.12.6] - 2026-07-06 ### Changed diff --git a/pyproject.toml b/pyproject.toml index fb7d50c8a5..0ef08a7266 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.12.7.dev0" +version = "0.12.7" 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 7809f580549321191a382b9df502fb91a5adaee5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 06:12:20 +0000 Subject: [PATCH 2/2] chore: begin 0.12.8.dev0 development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ef08a7266..6ce00bdab4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.12.7" +version = "0.12.8.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"