Conversation
There was a problem hiding this comment.
Pull request overview
Automated release PR to record the 0.4.1 version bump on main, updating the project version and changelog to match the already-pushed v0.4.1 tag.
Changes:
- Bump
specify-cliversion from0.4.0to0.4.1inpyproject.toml - Add a
0.4.1section toCHANGELOG.md
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| pyproject.toml | Updates project version to 0.4.1 |
| CHANGELOG.md | Adds release notes section for 0.4.1 (needs corrections to ordering/grouping/content) |
Comments suppressed due to low confidence (1)
CHANGELOG.md:22
- As written, the 0.4.1 section header appears before a long list of existing bullets (e.g., starting with "feat(cli): embed core pack...") which would make them part of the 0.4.1 release notes. If those bullets belong to 0.4.0 (or earlier), insert/move the appropriate version header so older entries aren’t accidentally attributed to 0.4.1.
- chore: bump version to 0.4.0 (#1937)
- 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)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
CHANGELOG.md
Outdated
|
|
||
| ## [0.4.1] - 2026-03-24 | ||
|
|
||
| ### Changes |
There was a problem hiding this comment.
The new 0.4.1 release section is placed after the 0.4.0 section, which breaks the descending-by-version/date ordering used elsewhere in this changelog. Please move the entire 0.4.1 block above 0.4.0 so the latest release appears first (and ensure entries are grouped under the correct version header).
This issue also appears on line 18 of the same file.
CHANGELOG.md
Outdated
| - 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) |
There was a problem hiding this comment.
This entry says "chore: bump version to 0.4.0" inside the 0.4.1 release notes, which looks inconsistent with the PR’s stated bump to 0.4.1. Update the changelog bullet to reference the correct version (or remove it if it belongs to the 0.4.0 section).
| - chore: bump version to 0.4.0 (#1937) | |
| - chore: bump version to 0.4.1 (#1937) |
|
@copilot open a new pull request to apply changes based on the comments in this thread |
…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>
…nc-main-2026-03-25 * upstream/main: (90 commits) fix(ps1): replace null-conditional operator for PowerShell 5.1 compatibility (github#1975) chore: bump version to 0.4.2 (github#1973) feat: Auto-register ai-skills for extensions whenever applicable (github#1840) docs: add manual testing guide for slash command validation (github#1955) Add AIDE, Extensify, and Presetify to community extensions (github#1961) docs: add community presets section to main README (github#1960) docs: move community extensions table to main README for discoverability (github#1959) docs(readme): consolidate Community Friends sections and fix ToC anchors (github#1958) fix(commands): rename NFR references to success criteria in analyze and clarify (github#1935) Add Community Friends section to README (github#1956) docs: add Community Friends section with Spec Kit Assistant VS Code extension (github#1944) chore: bump version to 0.4.1 (github#1953) Add checkpoint extension (github#1947) fix(scripts): prioritize .specify over git for repo root detection (github#1933) docs: add AIDE extension demo to community projects (github#1943) fix(templates): add missing Assumptions section to spec template (github#1939) chore: bump version to 0.4.0 (github#1937) fix(cli): add allow_unicode=True and encoding="utf-8" to YAML I/O (github#1936) fix(codex): native skills fallback refresh + legacy prompt suppression (github#1930) feat(cli): embed core pack in wheel for offline/air-gapped deployment (github#1803) ...
Automated version bump to 0.4.1.
This PR was created by the Release Trigger workflow. The git tag
v0.4.1has already been pushed and the release artifacts are being built.Merge this PR to record the version bump and changelog update on
main.