Skip to content

Commit 4909715

Browse files
chore: bump version to 0.4.2
1 parent 36019eb commit 4909715

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
@@ -6,6 +6,22 @@
66

77
- Add checkpoint extension (#1947)
88
- fix(scripts): prioritize .specify over git for repo root detection (#1933)
9+
10+
## [0.4.2] - 2026-03-25
11+
12+
### Changes
13+
14+
- feat: Auto-register ai-skills for extensions whenever applicable (#1840)
15+
- docs: add manual testing guide for slash command validation (#1955)
16+
- Add AIDE, Extensify, and Presetify to community extensions (#1961)
17+
- docs: add community presets section to main README (#1960)
18+
- docs: move community extensions table to main README for discoverability (#1959)
19+
- docs(readme): consolidate Community Friends sections and fix ToC anchors (#1958)
20+
- fix(commands): rename NFR references to success criteria in analyze and clarify (#1935)
21+
- Add Community Friends section to README (#1956)
22+
- docs: add Community Friends section with Spec Kit Assistant VS Code extension (#1944)
23+
- chore: bump version to 0.4.1 (#1953)
24+
925
- docs: add AIDE extension demo to community projects (#1943)
1026
- fix(templates): add missing Assumptions section to spec template (#1939)
1127
- chore: bump version to 0.4.1 (#1937)

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.4.1"
3+
version = "0.4.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)