Skip to content

Commit 4fafe71

Browse files
chore: bump version to 0.4.5
1 parent b1832c9 commit 4fafe71

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.4.5] - 2026-04-02
6+
7+
### Changed
8+
9+
- Stage 6: Complete migration — remove legacy scaffold path (#1924) (#2063)
10+
- Install Claude Code as native skills and align preset/integration flows (#2051)
11+
- Add repoindex 0402 (#2062)
12+
- Stage 5: Skills, Generic & Option-Driven Integrations (#1924) (#2052)
13+
- feat(scripts): add --dry-run flag to create-new-feature (#1998)
14+
- fix: support feature branch numbers with 4+ digits (#2040)
15+
- Add community content disclaimers (#2058)
16+
- docs: add community extensions website link to README and extensions docs (#2014)
17+
- docs: remove dead Cognitive Squad and Understanding extension links and from extensions/catalog.community.json (#2057)
18+
- Add fix-findings extension to community catalog (#2039)
19+
- Stage 4: TOML integrations — gemini and tabnine migrated to plugin architecture (#2050)
20+
- feat: add 5 lifecycle extensions to community catalog (#2049)
21+
- Stage 3: Standard markdown integrations — 19 agents migrated to plugin architecture (#2038)
22+
- chore: release 0.4.4, begin 0.4.5.dev0 development (#2048)
23+
524
## [0.4.4] - 2026-04-01
625

726
### 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.4.5.dev0"
3+
version = "0.4.5"
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)