From 8e2449f6d43d3a7a86151a719d7407b73f16b233 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 14:25:41 +0000 Subject: [PATCH 1/2] chore: bump version to 0.4.0 --- CHANGELOG.md | 18 ++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efc967fee..cbbb76008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,24 @@ - chore: bump version to 0.3.2 - Add conduct extension to community catalog (#1908) + +## [0.4.0] - 2026-03-23 + +### Changes + +- fix(cli): add allow_unicode=True and encoding="utf-8" to YAML I/O (#1936) +- fix(codex): native skills fallback refresh + legacy prompt suppression (#1930) +- feat(cli): embed core pack in wheel for offline/air-gapped deployment (#1803) +- ci: increase stale workflow operations-per-run to 250 (#1922) +- docs: update publishing guide with Category and Effect columns (#1913) +- fix: Align native skills frontmatter with install_ai_skills (#1920) +- feat: add timestamp-based branch naming option for `specify init` (#1911) +- docs: add Extension Comparison Guide for community extensions (#1897) +- docs: update SUPPORT.md, fix issue templates, add preset submission template (#1910) +- Add support for Junie (#1831) +- feat: migrate Codex/agy init to native skills workflow (#1906) +- chore: bump version to 0.3.2 (#1909) + - feat(extensions): add verify-tasks extension to community catalog (#1871) - feat(presets): add enable/disable toggle and update semantics (#1891) - feat: add iFlow CLI support (#1875) diff --git a/pyproject.toml b/pyproject.toml index f3ca76dd9..dfc3c92e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.3.2" +version = "0.4.0" description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." requires-python = ">=3.11" dependencies = [ From 7acbca48768b684cad0a72251720ed43c55399c5 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:41:12 -0500 Subject: [PATCH 2/2] 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> --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbbb76008..8757488b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,5 @@ # Changelog -## [0.3.2] - 2026-03-19 - -### Changes - -- chore: bump version to 0.3.2 -- Add conduct extension to community catalog (#1908) - ## [0.4.0] - 2026-03-23 ### Changes @@ -39,6 +32,13 @@ - Feature/spec kit add pi coding agent pullrequest (#1853) - feat: register spec-kit-learn extension (#1883) +## [0.3.2] - 2026-03-19 + +### Changes + +- chore: bump version to 0.3.2 +- Add conduct extension to community catalog (#1908) + ## [0.3.1] - 2026-03-17 ### Changed