Update changelog and CITATION.cff for v26.4.3#5510
Merged
Conversation
The 7 bug-fix bullets previously under Unreleased belong to the v26.4.3 patch release (cherry-picked onto release/v26.4.3 from v26.4.2). Move them into a v26.4.3 section in CHANGELOG.md and bump CITATION.cff version to match. Per release_workflow.md, this is a separate PR to main rather than merging the release branch back, which would create duplicate commits with different hashes.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5510 +/- ##
=======================================
Coverage 98.09% 98.09%
=======================================
Files 338 338
Lines 31246 31246
=======================================
Hits 30650 30650
Misses 596 596 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
BradyPlanden
approved these changes
May 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Unreleasedsection ofCHANGELOG.mdinto av26.4.3section dated 2026-05-12.CITATION.cffversion from26.4.2to26.4.3.Cherry-pick set lives on
release/v26.4.3; the GitHub releasev26.4.3will be cut from that branch (notmain), per.github/release_workflow.mdstep 7 of "Creating a patch release". This PR is the separate main-side changelog sync — do not merge the release branch back tomain.The two Features bullets (
#5499,#5459) and the dependabot bumps stay underUnreleasedfor the next minor.Test plan
v26.4.3GitHub release is cut fromrelease/v26.4.3and PyPI upload succeeds before merging this PR (somain'sCITATION.cffbump only lands once the release tag actually exists)🤖 Generated with Claude Code