Skip to content

Commit bae355a

Browse files
chore: release 0.8.12, begin 0.8.13.dev0 development (#2648)
* chore: bump version to 0.8.12 * chore: begin 0.8.13.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9735145 commit bae355a

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
<!-- insert new changelog below this comment -->
44

5+
## [0.8.12] - 2026-05-20
6+
7+
### Changed
8+
9+
- fix(codex): inject dot-to-hyphen hook command note in Codex skills (#2503)
10+
- Update Squad Bridge extension to v1.3.0 (#2645)
11+
- Update Superpowers Implementation Bridge extension to v0.5.0 (#2644)
12+
- Add Team Assign extension to community catalog (#2642)
13+
- refactor: migrate extension catalog stack parsing to shared base (#2576)
14+
- Update Architecture Workflow extension to v1.1.0 (#2588)
15+
- fix(workflow): support integration: auto to follow project's initialized AI (#2421)
16+
- Add Superpowers Implementation Bridge extension to community catalog (#2586)
17+
- Add Interactive HTML Preview extension to community catalog (#2585)
18+
- chore: release 0.8.11, begin 0.8.12.dev0 development (#2584)
19+
- Update Agent Governance extension to v1.1.0 (#2583)
20+
521
## [0.8.11] - 2026-05-15
622

723
### 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.8.12.dev0"
3+
version = "0.8.13.dev0"
44
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
55
requires-python = ">=3.11"
66
dependencies = [

0 commit comments

Comments
 (0)