Skip to content

Commit 90024d7

Browse files
chore: bump version to 0.8.6
1 parent b4060d5 commit 90024d7

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.8.6] - 2026-05-06
6+
7+
### Changed
8+
9+
- Load constitution context in `/speckit.implement` to enforce governance during implementation (#2460)
10+
- feat: improve catalog submission templates and CODEOWNERS (#2401)
11+
- fix: validate URL scheme in build_github_request (#2449)
12+
- Add Architecture Guard to community catalog (#2430)
13+
- Add multi-model-review extension to community catalog (#2446)
14+
- Update Ralph Loop to v1.0.2 (#2435)
15+
- Pin GitHub Actions by SHA (#2441)
16+
- fix(workflows): require project for catalog list (#2436)
17+
- Add agent-parity-governance to community catalog (#2382)
18+
- chore: release 0.8.5, begin 0.8.6.dev0 development (#2447)
19+
520
## [0.8.5] - 2026-05-04
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.8.6.dev0"
3+
version = "0.8.6"
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)