Skip to content

Commit 8e2449f

Browse files
chore: bump version to 0.4.0
1 parent a351c82 commit 8e2449f

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@
66

77
- chore: bump version to 0.3.2
88
- Add conduct extension to community catalog (#1908)
9+
10+
## [0.4.0] - 2026-03-23
11+
12+
### Changes
13+
14+
- fix(cli): add allow_unicode=True and encoding="utf-8" to YAML I/O (#1936)
15+
- fix(codex): native skills fallback refresh + legacy prompt suppression (#1930)
16+
- feat(cli): embed core pack in wheel for offline/air-gapped deployment (#1803)
17+
- ci: increase stale workflow operations-per-run to 250 (#1922)
18+
- docs: update publishing guide with Category and Effect columns (#1913)
19+
- fix: Align native skills frontmatter with install_ai_skills (#1920)
20+
- feat: add timestamp-based branch naming option for `specify init` (#1911)
21+
- docs: add Extension Comparison Guide for community extensions (#1897)
22+
- docs: update SUPPORT.md, fix issue templates, add preset submission template (#1910)
23+
- Add support for Junie (#1831)
24+
- feat: migrate Codex/agy init to native skills workflow (#1906)
25+
- chore: bump version to 0.3.2 (#1909)
26+
927
- feat(extensions): add verify-tasks extension to community catalog (#1871)
1028
- feat(presets): add enable/disable toggle and update semantics (#1891)
1129
- feat: add iFlow CLI support (#1875)

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.3.2"
3+
version = "0.4.0"
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)