From 663d679f3baef6b2feeaeece05e553a5c0c146ee Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Thu, 2 Apr 2026 12:38:48 -0500 Subject: [PATCH] chore: release 0.4.5, begin 0.4.6.dev0 development (#2064) * chore: bump version to 0.4.5 * chore: begin 0.4.6.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 19 +++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8394968a2..04e9ea9e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ +## [0.4.5] - 2026-04-02 + +### Changed + +- Stage 6: Complete migration — remove legacy scaffold path (#1924) (#2063) +- Install Claude Code as native skills and align preset/integration flows (#2051) +- Add repoindex 0402 (#2062) +- Stage 5: Skills, Generic & Option-Driven Integrations (#1924) (#2052) +- feat(scripts): add --dry-run flag to create-new-feature (#1998) +- fix: support feature branch numbers with 4+ digits (#2040) +- Add community content disclaimers (#2058) +- docs: add community extensions website link to README and extensions docs (#2014) +- docs: remove dead Cognitive Squad and Understanding extension links and from extensions/catalog.community.json (#2057) +- Add fix-findings extension to community catalog (#2039) +- Stage 4: TOML integrations — gemini and tabnine migrated to plugin architecture (#2050) +- feat: add 5 lifecycle extensions to community catalog (#2049) +- Stage 3: Standard markdown integrations — 19 agents migrated to plugin architecture (#2038) +- chore: release 0.4.4, begin 0.4.5.dev0 development (#2048) + ## [0.4.4] - 2026-04-01 ### Changed diff --git a/pyproject.toml b/pyproject.toml index bfd5f25c2..3c476f22c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.4.5.dev0" +version = "0.4.6.dev0" description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." requires-python = ">=3.11" dependencies = [