Skip to content

Commit 3ef787e

Browse files
chore: bump version to 0.8.7
1 parent 5b9f004 commit 3ef787e

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.7] - 2026-05-07
6+
7+
### Changed
8+
9+
- feat: add agent-orchestrator to community extension catalog (#2236)
10+
- chore: update extension versions in community catalog (#2468)
11+
- fix(goose): Declare args parameter in generated recipes (#2402)
12+
- feat: Add lingma support (#2348)
13+
- docs: Add uv installation guide and inline callouts (#2465)
14+
- Add fx-to-dotnet to community extension catalog (#2471)
15+
- fix: default non-interactive init to copilot integration (#2414)
16+
- fix(forge): use hyphen notation for command refs in Forge integration (#2462)
17+
- feat(catalog): add Cost Tracker (cost) community extension (#2448)
18+
- chore: release 0.8.6, begin 0.8.7.dev0 development (#2463)
19+
520
## [0.8.6] - 2026-05-06
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.7.dev0"
3+
version = "0.8.7"
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)