Skip to content

Commit b9b868a

Browse files
chore: bump version to 0.6.2
1 parent aa85b2f commit b9b868a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.6.2] - 2026-04-13
6+
7+
### Changed
8+
9+
- feat: Register "What-if Analysis" community extension (#2182)
10+
- feat: add GitHub Issues Integration to community catalog (#2188)
11+
- feat(agents): add Goose AI agent support (#2015)
12+
- Update ralph extension to v1.0.1 in community catalog (#2192)
13+
- fix: skip docs deployment workflow on forks (#2171)
14+
- chore: release 0.6.1, begin 0.6.2.dev0 development (#2162)
15+
516
## [0.6.1] - 2026-04-10
617

718
### 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.2.dev0"
3+
version = "0.6.2"
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)