docs: reconcile the changelog with what has actually shipped - #372
Conversation
Five dependency PRs merged after v1.0.4 without a changelog entry: docutils, pillow, codecov-action, actions/checkout and actions/setup-python. Every pull request merged since the v1.0.4 tag now has an entry, either under its own number or under the issue it closes. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
….0.4 [no ci] The Unreleased section still described work that shipped two releases ago: five entries from v1.0.3 and nine from v1.0.4, including a pillow bump superseded by a later one. Left as-is, the next release notes would announce all of it again. Those entries are removed and both versions join the Past Release Notes list, which stopped at v1.0.2. Unreleased now holds only work merged after the v1.0.4 tag, which is what 1.1.0 will ship. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Argus reviewAuto-review is off for this repo. Tick the box below to run a review on this PR.
Estimated cost
Tip: you can also comment |
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The
Unreleasedsection had drifted in both directions: five dependency PRs merged afterv1.0.4were never recorded, and fourteen entries describing already-released work were never cleared. The next release notes would have both omitted the former and re-announced the latter.Added the missing entries
Five dependency PRs merged after the
v1.0.4tag with no changelog entry:docutils<0.23→<0.24codecov/codecov-action6.0.0 → 7.0.0actions/checkout6 → 7pillow<12.3.0→<12.4.0actions/setup-python6 → 7Removed the released entries
Added+ threeFixed), fix: preserve physical qubits in reset statements #325 (oneImproved+ twoFixed), and the manylinux build-container migrationThe manylinux entry carried no PR link; it traces to
13a1b0b(#326, merged 2026-07-12), an ancestor of thev1.0.4tag. Worth noting the stale #310pillowentry sat directly above the #324 one that supersedes it.v1.0.4andv1.0.3now head the Past Release Notes list, which previously stopped atv1.0.2.Verification
Every one of the 22 PRs merged since
v1.0.4now maps to an entry, and none of the released PRs remain. The check accounts for entries filed under the issue number rather than the PR — #357→#350, #358→#351, #359→#352, #360→#354, #361→#356, #362→#353, #335→#333.Unreleasednow holds only post-v1.0.4work: 1 Added, 3 Improved/Modified, 14 Fixed, 5 Dependencies. The breakingTypeErroron unknownloads()kwargs is consistent with the 1.1.0 minor bump rather than a patch.Documentation only — no source or test changes. The version bump itself is not part of this PR. Commit carries
[no ci], since a changelog-only edit has nothing for the matrix to test.🤖 Generated with Claude Code