Skip to content

Commit 12efa87

Browse files
chore: bump version to 0.12.5
1 parent 5217206 commit 12efa87

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.5] - 2026-07-06
6+
7+
### Changed
8+
9+
- fix(workflows): match gate reject option case-insensitively (#3335)
10+
- fix(bundler): reject host-less catalog URLs in adapters (use hostname, not netloc) (#3333)
11+
- fix(bundler): resolve catalog search at highest-precedence source before filtering (#3331)
12+
- fix(workflows): compare non-numeric strings lexicographically instead of returning False (#3323)
13+
- fix(workflows): quote-aware interpolation so a literal }} in a filter arg doesn't break multi-expression templates (#3307)
14+
- Support namespaced git feature branch templates (#3293)
15+
- chore(deps): bump actions/setup-dotnet from 5.3.0 to 5.4.0 (#3315)
16+
- fix(integrations): cursor-agent honors executable/extra-args env overrides (#3265)
17+
- docs: drop stale kimi KIMI.md->AGENTS.md migration note (#3291)
18+
- chore: release 0.12.4, begin 0.12.5.dev0 development (#3305)
19+
520
## [0.12.4] - 2026-07-02
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.5.dev0"
3+
version = "0.12.5"
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)