Skip to content

Commit 9689295

Browse files
chore: bump version to 0.12.0
1 parent 53d9543 commit 9689295

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.0] - 2026-06-29
6+
7+
### Changed
8+
9+
- feat: make agent-context extension a full opt-in (#3097)
10+
- docs(workflows): add the built-in 'init' step type to the Step Types table (#3234)
11+
- fix(workflows): gate validate() must not crash on non-string options (#3233)
12+
- fix(workflows): make pipe-filter detection quote-aware in expressions (#3232)
13+
- fix(workflows): reject a fan-in wait_for that names an unknown step at validation (#3225)
14+
- fix(scripts): warn when spec template is missing in create-new-feature.ps1 (parity with bash) (#3230)
15+
- fix(scripts): count subdirectory-only dirs as non-empty in PowerShell (parity with bash) (#3137)
16+
- fix(scripts): drop HAS_GIT from PowerShell git-extension output (parity with bash) (#3195)
17+
- Update Product Spec Extension to v1.0.1 (#3226)
18+
- chore: release 0.11.10, begin 0.11.11.dev0 development (#3240)
19+
520
## [0.11.10] - 2026-06-29
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.11.11.dev0"
3+
version = "0.12.0"
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)