Skip to content

Commit abaed10

Browse files
chore: release 0.12.6, begin 0.12.7.dev0 development (#3393)
* chore: bump version to 0.12.6 * chore: begin 0.12.7.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2b5e175 commit abaed10

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.6] - 2026-07-07
6+
7+
### Changed
8+
9+
- fix(bundler): validate catalog URLs in `catalog add` (HTTPS-only, require host) (#3367)
10+
- Update Ralph Loop extension to v1.2.1 (#3365)
11+
- fix extension-local script path rewriting (#3364)
12+
- Add Charter extension to community catalog (#3363)
13+
- feat(scripts): add Python check-prerequisites PoC (#3302)
14+
- test: reduce registry manifest test repetition (#3146)
15+
- fix(integrations): hermes honors SPECKIT_INTEGRATION_HERMES_EXTRA_ARGS (#3346)
16+
- fix(extensions): coerce non-mapping YAML config roots to {} in ConfigManager (#3345)
17+
- fix(yaml): pin goose recipe prompt block-scalar indentation (#3343)
18+
- chore: release 0.12.5, begin 0.12.6.dev0 development (#3381)
19+
520
## [0.12.5] - 2026-07-06
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.6.dev0"
3+
version = "0.12.7.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)