Skip to content

Commit 8025481

Browse files
chore: release 0.12.1, begin 0.12.2.dev0 development (#3253)
* chore: bump version to 0.12.1 * chore: begin 0.12.2.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4038d37 commit 8025481

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.1] - 2026-06-30
6+
7+
### Changed
8+
9+
- chore: align CI Python matrix with devguide lifecycle + fix bash 3.2 portability (#3244)
10+
- fix: stop check-prerequisites --paths-only from writing feature.json (#3025) (#3190)
11+
- docs: document integration catalog subcommands (#3206)
12+
- fix(scripts): use ASCII [OK] marker in initialize-repo.sh (parity with PowerShell twin) (#3231)
13+
- docs: document integration `search`/`info`/`scaffold` subcommands (#3174) (#3194)
14+
- docs: remove Cursor from `specify check` agent list (#3178) (#3193)
15+
- fix(goose): repoint install_url and docs to goose-docs.ai (#3171) (#3215)
16+
- fix(scripts): route 'Plan template not found' per --json in setup-plan.ps1 (parity with bash) (#3241)
17+
- fix(bundle): send command errors to stderr so --json stdout stays parseable (#3235)
18+
- chore: release 0.12.0, begin 0.12.1.dev0 development (#3243)
19+
520
## [0.12.0] - 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.12.1.dev0"
3+
version = "0.12.2.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)