Skip to content

Commit ee65758

Browse files
mnriemgithub-actions[bot]Copilot
authored
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>
1 parent a011809 commit ee65758

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [0.4.1] - 2026-03-24
4+
5+
### Changes
6+
7+
- Add checkpoint extension (#1947)
8+
- fix(scripts): prioritize .specify over git for repo root detection (#1933)
9+
- docs: add AIDE extension demo to community projects (#1943)
10+
- fix(templates): add missing Assumptions section to spec template (#1939)
11+
- chore: bump version to 0.4.1 (#1937)
12+
313
## [0.4.0] - 2026-03-23
414

515
### Changes
616

717
- fix(cli): add allow_unicode=True and encoding="utf-8" to YAML I/O (#1936)
818
- fix(codex): native skills fallback refresh + legacy prompt suppression (#1930)
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)

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.4.0"
3+
version = "0.4.1"
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)