Skip to content

chore(changelog): move v0.13.0 entries out of Unreleased#1283

Open
danielmeppiel wants to merge 1 commit into
mainfrom
chore/changelog-cleanup-v0.13.0
Open

chore(changelog): move v0.13.0 entries out of Unreleased#1283
danielmeppiel wants to merge 1 commit into
mainfrom
chore/changelog-cleanup-v0.13.0

Conversation

@danielmeppiel
Copy link
Copy Markdown
Collaborator

Problem

The ## [Unreleased] section currently lists 6 PRs that already shipped in the v0.13.0 tag (92165163, the final retag). The v0.13.0 tag was retagged 4 times during the release to absorb post-tag fixes (Windows runner stabilization, transient MCP registry flake, the macOS git 2.53.0 fix), and each retag re-pointed at then-current main HEAD. As a result, every PR merged between the original tag and the final retag is reachable from v0.13.0 but was never moved out of Unreleased.

Verification

For each PR I ran gh pr view <PR> --json mergeCommit -q .mergeCommit.oid then git tag --contains <SHA>:

PR In v0.13.0? User-visible?
#1268 (macOS git 2.53.0 fix) yes yes -- src/ change
#1270 (Path.home autouse fixture) yes no -- tests/
#1271 (import-time HOME mutation) yes no -- tests/
#1272 (Path.home root override) yes no -- tests/
#1274 (MCP registry retry) yes no -- tests/
#1276 (Path.expanduser wrap) yes no -- tests/

Change

Move all 6 entries verbatim from ## [Unreleased] into ## [0.13.0] ### Fixed. #1268 goes first (only user-visible behavior change); the 5 tests-only entries follow. Existing [0.13.0] ordering is preserved otherwise.

Per repo convention (.apm/instructions/changelog.instructions.md): every PR gets one concise line, and entries move out of Unreleased only at release time -- this PR closes that gap retroactively for v0.13.0.

How to test

git diff origin/main -- CHANGELOG.md

Should show only the 6 entries relocated; no wording or PR numbers altered.

All 6 PRs listed under '## [Unreleased]' (#1268, #1270, #1271, #1272,
#1274, #1276) merged into commits reachable from the v0.13.0 tag
(final retag at 9216516). Move them into the [0.13.0] ### Fixed
section so the public changelog reflects what actually shipped.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 11, 2026 21:06
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Moves six changelog entries that were already included in the v0.13.0 tag from ## [Unreleased] into the ## [0.13.0] release notes, keeping the entry text intact and ordering #1268 first as the only user-visible fix.

Changes:

  • Removed six ### Fixed entries from ## [Unreleased]
  • Added the same six entries under ## [0.13.0] → ### Fixed, with #1268 listed first
  • Preserved existing [0.13.0] entry order otherwise
Show a summary per file
File Description
CHANGELOG.md Relocates already-shipped v0.13.0 items out of Unreleased into the 0.13.0 Fixed section.

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants