File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[project ]
22name = " specify-cli"
3- version = " 0.12.5.dev0 "
3+ version = " 0.12.5"
44description = " Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
55readme = " README.md"
66requires-python = " >=3.11"
You can’t perform that action at this time.
0 commit comments