Skip to content

Commit 0624180

Browse files
chore: release 0.12.9, begin 0.12.10.dev0 development (#3426)
* chore: bump version to 0.12.9 * chore: begin 0.12.10.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 15ac745 commit 0624180

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
<!-- insert new changelog below this comment -->
44

5+
## [0.12.9] - 2026-07-09
6+
7+
### Changed
8+
9+
- fix(integrations): skip Windows Store python3 alias stub in resolve_python_interpreter (#3385)
10+
- fix(integrations): escape control characters in SKILL.md frontmatter (#3399)
11+
- fix(workflows): apply chained expression filters left-to-right (#3339)
12+
- fix(scripts): resolve invoke_separator by parse success, not python3 availability (#3304) (#3320)
13+
- fix(shared-infra): refresh_shared_templates preserves recovered user files (#3378)
14+
- fix(agents): resolve skill placeholders in Goose (yaml) command output (#3374)
15+
- fix(bundler): enforce version pin on bundled preset/extension installs (#3377)
16+
- Update Golden Demo extension to v0.3.0 (#3394)
17+
- test: isolate integration test home (#3144)
18+
- chore: release 0.12.8, begin 0.12.9.dev0 development (#3410)
19+
520
## [0.12.8] - 2026-07-08
621

722
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "specify-cli"
3-
version = "0.12.9.dev0"
3+
version = "0.12.10.dev0"
44
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)