Skip to content

Commit 7cedd85

Browse files
chore: release 0.8.3, begin 0.8.4.dev0 development (#2418)
* chore: bump version to 0.8.3 * chore: begin 0.8.4.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2cb848f commit 7cedd85

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.3] - 2026-04-29
6+
7+
### Changed
8+
9+
- Add Work IQ extension to community catalog (#2415)
10+
- feat(integrations): add Devin for Terminal skills-based integration (#2364)
11+
- fix: include --from git+... in upgrade hint to avoid PyPI squat package (#2411)
12+
- fix: dispatch opencode commands via run (#2410)
13+
- feat: add catalog discovery CLI commands (#2360)
14+
- update security review extension catalog to v1.3.0 (#2374)
15+
- chore(catalog): bump v-model extension to v0.6.0 (#2399)
16+
- feat: add threatmodel extension to community catalog (#2369)
17+
- Add isaqb-architecture-governance to community catalog (#2385)
18+
- chore: release 0.8.2, begin 0.8.3.dev0 development (#2397)
19+
520
## [0.8.2] - 2026-04-28
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.3.dev0"
3+
version = "0.8.4.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)