From 4909715d345ebf327cbac5b58887ac1c038644e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 15:49:37 +0000 Subject: [PATCH] chore: bump version to 0.4.2 --- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab78ca949..319bc6572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ - Add checkpoint extension (#1947) - fix(scripts): prioritize .specify over git for repo root detection (#1933) + +## [0.4.2] - 2026-03-25 + +### Changes + +- feat: Auto-register ai-skills for extensions whenever applicable (#1840) +- docs: add manual testing guide for slash command validation (#1955) +- Add AIDE, Extensify, and Presetify to community extensions (#1961) +- docs: add community presets section to main README (#1960) +- docs: move community extensions table to main README for discoverability (#1959) +- docs(readme): consolidate Community Friends sections and fix ToC anchors (#1958) +- fix(commands): rename NFR references to success criteria in analyze and clarify (#1935) +- Add Community Friends section to README (#1956) +- docs: add Community Friends section with Spec Kit Assistant VS Code extension (#1944) +- chore: bump version to 0.4.1 (#1953) + - docs: add AIDE extension demo to community projects (#1943) - fix(templates): add missing Assumptions section to spec template (#1939) - chore: bump version to 0.4.1 (#1937) diff --git a/pyproject.toml b/pyproject.toml index de12614c0..a7b27109a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.4.1" +version = "0.4.2" description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." requires-python = ">=3.11" dependencies = [