Skip to content

Commit a4db16d

Browse files
chore: bump version to 0.6.0
1 parent 674a664 commit a4db16d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
<!-- insert new changelog below this comment -->
44

5+
## [0.6.0] - 2026-04-09
6+
7+
### Changed
8+
9+
- Add Bugfix Workflow community extension to catalog and README (#2135)
10+
- Add Worktree Isolation extension to community catalog (#2143)
11+
- Add multi-repo-branching preset to community catalog (#2139)
12+
- Readme clarity (#2013)
13+
- Rewrite AGENTS.md for integration architecture (#2119)
14+
- docs: add SpecKit Companion to Community Friends section (#2140)
15+
- feat: add memorylint extension to community catalog (#2138)
16+
- chore: release 0.5.1, begin 0.5.2.dev0 development (#2137)
17+
518
## [0.5.1] - 2026-04-08
619

720
### 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.5.2.dev0"
3+
version = "0.6.0"
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)