Skip to content

Commit ff436da

Browse files
chore: release 0.12.17, begin 0.12.18.dev0 development (#3560)
* chore: bump version to 0.12.17 * chore: begin 0.12.18.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4fed84a commit ff436da

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.17] - 2026-07-16
6+
7+
### Changed
8+
9+
- fix(extensions): resolve __SPECKIT_COMMAND tokens in auto-registered skills (#3544)
10+
- fix(workflows): fail if/switch steps on non-list branch instead of crashing (#3515)
11+
- feat(integrations): add Grok Build skills-based integration (#3535)
12+
- fix(extensions/git): reject negative -Number in create-new-feature-branch.ps1 (#3538)
13+
- test: cover preset constitution seeding through init CLI (#3297)
14+
- fix(integration): preserve ai_skills on `use` for skills-mode Copilot (#3550) (#3551)
15+
- [extension] Add Figma Starter extension to community catalog (#3547)
16+
- [extension] Add Spec-Kit BDD extension to community catalog (#3548)
17+
- [extension] Update Quality Gates (Enforcement Layer) extension to v0.3.2 (#3542)
18+
- chore: release 0.12.16, begin 0.12.17.dev0 development (#3549)
19+
520
## [0.12.16] - 2026-07-15
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.17.dev0"
3+
version = "0.12.18.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)