From ee65758e2ba731ca262ebd19ba20c6fe49bace7c Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Tue, 24 Mar 2026 10:53:19 -0500 Subject: [PATCH] chore: bump version to 0.4.1 (#1953) * chore: bump version to 0.4.1 * fix(changelog): correct 0.4.1 section ordering and version reference (#1954) * Initial plan * fix(changelog): correct 0.4.1 section ordering and version reference Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com> Agent-Logs-Url: https://github.com/github/spec-kit/sessions/98bc10bc-f444-4833-bd3a-ab8ea0f5e192 --------- 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> --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8757488b3..ab78ca949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,22 @@ # Changelog +## [0.4.1] - 2026-03-24 + +### Changes + +- Add checkpoint extension (#1947) +- fix(scripts): prioritize .specify over git for repo root detection (#1933) +- docs: add AIDE extension demo to community projects (#1943) +- fix(templates): add missing Assumptions section to spec template (#1939) +- chore: bump version to 0.4.1 (#1937) + ## [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) diff --git a/pyproject.toml b/pyproject.toml index dfc3c92e5..de12614c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.4.0" +version = "0.4.1" description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." requires-python = ">=3.11" dependencies = [