Skip to content

Commit b72a585

Browse files
mnriemgithub-actions[bot]Copilot
authored
chore: bump version to 0.4.0 (#1937)
* chore: bump version to 0.4.0 * fix: restore newest-first ordering in CHANGELOG.md for v0.4.0 (#1938) * Initial plan * fix: move 0.4.0 section above 0.3.2 to restore newest-first ordering in CHANGELOG.md Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com> Agent-Logs-Url: https://github.com/github/spec-kit/sessions/1c1787ad-64df-4b8c-bd32-0bc5198f5029 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
1 parent a351c82 commit b72a585

2 files changed

Lines changed: 22 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
# Changelog
22

3-
## [0.3.2] - 2026-03-19
3+
## [0.4.0] - 2026-03-23
44

55
### Changes
66

7-
- chore: bump version to 0.3.2
8-
- Add conduct extension to community catalog (#1908)
7+
- fix(cli): add allow_unicode=True and encoding="utf-8" to YAML I/O (#1936)
8+
- fix(codex): native skills fallback refresh + legacy prompt suppression (#1930)
9+
- feat(cli): embed core pack in wheel for offline/air-gapped deployment (#1803)
10+
- ci: increase stale workflow operations-per-run to 250 (#1922)
11+
- docs: update publishing guide with Category and Effect columns (#1913)
12+
- fix: Align native skills frontmatter with install_ai_skills (#1920)
13+
- feat: add timestamp-based branch naming option for `specify init` (#1911)
14+
- docs: add Extension Comparison Guide for community extensions (#1897)
15+
- docs: update SUPPORT.md, fix issue templates, add preset submission template (#1910)
16+
- Add support for Junie (#1831)
17+
- feat: migrate Codex/agy init to native skills workflow (#1906)
18+
- chore: bump version to 0.3.2 (#1909)
19+
920
- feat(extensions): add verify-tasks extension to community catalog (#1871)
1021
- feat(presets): add enable/disable toggle and update semantics (#1891)
1122
- feat: add iFlow CLI support (#1875)
@@ -21,6 +32,13 @@
2132
- Feature/spec kit add pi coding agent pullrequest (#1853)
2233
- feat: register spec-kit-learn extension (#1883)
2334

35+
## [0.3.2] - 2026-03-19
36+
37+
### Changes
38+
39+
- chore: bump version to 0.3.2
40+
- Add conduct extension to community catalog (#1908)
41+
2442
## [0.3.1] - 2026-03-17
2543

2644
### 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.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)