Skip to content

Commit b58ffba

Browse files
chore: release 0.12.10, begin 0.12.11.dev0 development (#3453)
* chore: bump version to 0.12.10 * chore: begin 0.12.11.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f537dfb commit b58ffba

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.10] - 2026-07-10
6+
7+
### Changed
8+
9+
- chore(deps): bump astral-sh/setup-uv from 8.2.0 to 8.3.2 (#3439)
10+
- chore(deps): bump DavidAnson/markdownlint-cli2-action (#3438)
11+
- fix(templates): correct phase numbering in plan.md (#3416)
12+
- fix(git-ext): honor explicit -Number 0 in PowerShell branch creation (#3412)
13+
- docs: add 'spectatui' entry to friends.md (#3362)
14+
- test: pin interpreter probe so py-template render test passes on Windows (#3428)
15+
- feat(workflows): make shell step timeout configurable (#3404)
16+
- fix: find plans in nested spec directories (#3405)
17+
- feat(templates): add py: lines to command templates' scripts frontmatter (#3403)
18+
- chore: release 0.12.9, begin 0.12.10.dev0 development (#3426)
19+
520
## [0.12.9] - 2026-07-09
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.10.dev0"
3+
version = "0.12.11.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)