Skip to content

Commit 2499c9a

Browse files
chore: bump version to 0.6.1
1 parent 43cb0fa commit 2499c9a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

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.6.1] - 2026-04-10
6+
7+
### Changed
8+
9+
- feat: add bundled lean preset with minimal workflow commands (#2161)
10+
- Add Brownfield Bootstrap extension to community catalog (#2145)
11+
- Add CI Guard extension to community catalog (#2157)
12+
- Add SpecTest extension to community catalog (#2159)
13+
- fix: bundled extensions should not have download URLs (#2155)
14+
- Add PR Bridge extension to community catalog (#2148)
15+
- feat(cursor-agent): migrate from .cursor/commands to .cursor/skills (#2156)
16+
- Add TinySpec extension to community catalog (#2147)
17+
- chore: bump spec-kit-verify to 1.0.3 and spec-kit-review to 1.0.1 (#2146)
18+
- Add Status Report extension to community catalog (#2123)
19+
- chore: release 0.6.0, begin 0.6.1.dev0 development (#2144)
20+
521
## [0.6.0] - 2026-04-09
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.6.1.dev0"
3+
version = "0.6.1"
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)