mirror of
https://github.com/github/spec-kit.git
synced 2026-03-25 14:53:08 +00:00
chore: bump version to 0.4.1
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -6,6 +6,17 @@
|
|||||||
|
|
||||||
- fix(cli): add allow_unicode=True and encoding="utf-8" to YAML I/O (#1936)
|
- 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)
|
- fix(codex): native skills fallback refresh + legacy prompt suppression (#1930)
|
||||||
|
|
||||||
|
## [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.0 (#1937)
|
||||||
|
|
||||||
- feat(cli): embed core pack in wheel for offline/air-gapped deployment (#1803)
|
- feat(cli): embed core pack in wheel for offline/air-gapped deployment (#1803)
|
||||||
- ci: increase stale workflow operations-per-run to 250 (#1922)
|
- ci: increase stale workflow operations-per-run to 250 (#1922)
|
||||||
- docs: update publishing guide with Category and Effect columns (#1913)
|
- docs: update publishing guide with Category and Effect columns (#1913)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "specify-cli"
|
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)."
|
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|||||||
Reference in New Issue
Block a user