Skip to content

Commit 4868592

Browse files
chore: bump version to 0.8.4
1 parent bb8fd50 commit 4868592

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.4] - 2026-05-01
6+
7+
### Changed
8+
9+
- fix(specify): correct self-referencing step number in validation flow (#2152)
10+
- chore(deps): bump DavidAnson/markdownlint-cli2-action (#2425)
11+
- Add security-governance to community catalog (#2386)
12+
- Add cross-platform-governance to community catalog (#2384)
13+
- Add architecture-governance to community catalog (#2383)
14+
- Add a11y-governance to community catalog (#2381)
15+
- feat(extensions): add Spec2Cloud extension for Azure deployment workflow (#2412)
16+
- fix: migrate extension commands on integration switch (#2404)
17+
- feat: add Squad Bridge extension to community catalog (#2417)
18+
- chore: release 0.8.3, begin 0.8.4.dev0 development (#2418)
19+
520
## [0.8.3] - 2026-04-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.8.4.dev0"
3+
version = "0.8.4"
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)