Skip to content

Commit 7ff4522

Browse files
chore: release 0.12.12, begin 0.12.13.dev0 development (#3490)
* chore: bump version to 0.12.12 * chore: begin 0.12.13.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 903d707 commit 7ff4522

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.12] - 2026-07-13
6+
7+
### Changed
8+
9+
- fix(extensions): set-priority repairs corrupted boolean priority (#3268)
10+
- fix(presets): set-priority repairs corrupted boolean priority (#3269)
11+
- fix(workflows): engine loop cap ignores bool max_iterations (#3270)
12+
- docs(bundles): document --integration on 'bundle update' (#3271)
13+
- fix(workflows): harden catalog.py against mis-shaped registry & non-string fields (#3375)
14+
- Add Verify Review Ship extension to community catalog (#3450)
15+
- fix(bundle): reject file:// / local download_url — catalog URLs are HTTPS-only (#3344)
16+
- fix(extensions): handle prefix-colliding env vars in _get_env_config (#3350)
17+
- docs: document copilot skills mode (--skills) and markdown deprecation (#3313)
18+
- chore: release 0.12.11, begin 0.12.12.dev0 development (#3460)
19+
520
## [0.12.11] - 2026-07-10
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.12.dev0"
3+
version = "0.12.13.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)