Skip to content

Commit aa2282e

Browse files
chore: release 0.5.1, begin 0.5.2.dev0 development (#2137)
* chore: bump version to 0.5.1 * chore: begin 0.5.2.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1c41aac commit aa2282e

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.5.1] - 2026-04-08
6+
7+
### Changed
8+
9+
- fix: pin typer>=0.24.0 and click>=8.2.1 to fix import crash (#2136)
10+
- feat: update fleet extension to v1.1.0 (#2029)
11+
- fix(forge): use hyphen notation in frontmatter name field (#2075)
12+
- fix(bash): sed replacement escaping, BSD portability, dead cleanup in update-agent-context.sh (#2090)
13+
- Add Spec Diagram community extension to catalog and README (#2129)
14+
- feat: Git extension stage 2 — GIT_BRANCH_NAME override, --force for existing dirs, auto-install tests (#1940) (#2117)
15+
- fix(git): surface checkout errors for existing branches (#2122)
16+
- Add Branch Convention community extension to catalog and README (#2128)
17+
- docs: lighten March 2026 newsletter for readability (#2127)
18+
- fix: restore alias compatibility for community extensions (#2110) (#2125)
19+
- Added March 2026 newsletter (#2124)
20+
- Add Spec Refine community extension to catalog and README (#2118)
21+
- Add explicit-task-dependencies community preset to catalog and README (#2091)
22+
- Add toc-navigation community preset to catalog and README (#2080)
23+
- fix: prevent ambiguous TOML closing quotes when body ends with `"` (#2113) (#2115)
24+
- fix speckit issue for trae (#2112)
25+
- feat: Git extension stage 1 — bundled `extensions/git` with hooks on all core commands (#1941)
26+
- Upgraded confluence extension to v.1.1.1 (#2109)
27+
- Update V-Model Extension Pack to v0.5.0 (#2108)
28+
- Add canon extension and canon-core preset. (#2022)
29+
- [stage2] fix: serialize multiline descriptions in legacy TOML renderer (#2097)
30+
- [stage1] fix: strip YAML frontmatter from TOML integration prompts (#2096)
31+
- Add Confluence extension (#2028)
32+
- fix: accept 4+ digit spec numbers in tests and docs (#2094)
33+
- fix(scripts): improve git branch creation error handling (#2089)
34+
- Add optimize extension to community catalog (#2088)
35+
- feat: add "VS Code Ask Questions" preset (#2086)
36+
- Add security-review v1.1.1 to community extensions catalog (#2073)
37+
- Add `specify integration` subcommand for post-init integration management (#2083)
38+
- Remove template version info from CLI, fix Claude user-invocable, cleanup dead code (#2081)
39+
- fix: add user-invocable: true to skill frontmatter (#2077)
40+
- fix: add actions:write permission to stale workflow (#2079)
41+
- feat: add argument-hint frontmatter to Claude Code commands (#1951) (#2059)
42+
- Update conduct extension to v1.0.1 (#2078)
43+
- chore(deps): bump astral-sh/setup-uv from 7.6.0 to 8.0.0 (#2072)
44+
- chore(deps): bump actions/configure-pages from 5 to 6 (#2071)
45+
- feat: add spec-kit-fixit extension to community catalog (#2024)
46+
- chore: release 0.5.0, begin 0.5.1.dev0 development (#2070)
47+
- feat: add Forgecode agent support (#2034)
48+
549
## [0.5.0] - 2026-04-02
650

751
### 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.5.1.dev0"
3+
version = "0.5.2.dev0"
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)