Skip to content

Commit 9a30db4

Browse files
chore: bump version to 0.13.0
1 parent 41c5dfc commit 9a30db4

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.13.0] - 2026-07-17
6+
7+
### Changed
8+
9+
- fix(auth): Azure DevOps az-CLI token acquisition returns None on undecodable output (#3527)
10+
- feat(extensions): add assess idea assessment pipeline extension (#3568)
11+
- fix(bundle): surface a clean BundlerError on a malformed bundle download URL (#3586)
12+
- Add OKF Knowledge Bundle Generator extension to community catalog (#3585)
13+
- Update Autonomous Run Governance preset to v0.2.2 (#3584)
14+
- docs: update extension guide PyPI upgrade guidance (#3578)
15+
- fix(presets): raise PresetValidationError, not raw ValueError, on malformed catalog URL (#3576)
16+
- chore(deps): bump github/codeql-action/init from 4.36.2 to 4.37.1 (#3571)
17+
- docs: align README hero tagline and subtitle with docs/index.md (#3581)
18+
- chore: release 0.12.18, begin 0.12.19.dev0 development (#3583)
19+
520
## [0.12.18] - 2026-07-17
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.19.dev0"
3+
version = "0.13.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)