File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 66
77- fix(cli): add allow_unicode=True and encoding="utf-8" to YAML I/O (#1936 )
88- fix(codex): native skills fallback refresh + legacy prompt suppression (#1930 )
9+
10+ ## [ 0.4.1] - 2026-03-24
11+
12+ ### Changes
13+
14+ - Add checkpoint extension (#1947 )
15+ - fix(scripts): prioritize .specify over git for repo root detection (#1933 )
16+ - docs: add AIDE extension demo to community projects (#1943 )
17+ - fix(templates): add missing Assumptions section to spec template (#1939 )
18+ - chore: bump version to 0.4.0 (#1937 )
19+
920- feat(cli): embed core pack in wheel for offline/air-gapped deployment (#1803 )
1021- ci: increase stale workflow operations-per-run to 250 (#1922 )
1122- docs: update publishing guide with Category and Effect columns (#1913 )
Original file line number Diff line number Diff line change 11[project ]
22name = " specify-cli"
3- version = " 0.4.0 "
3+ version = " 0.4.1 "
44description = " Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
55requires-python = " >=3.11"
66dependencies = [
You can’t perform that action at this time.
0 commit comments