chore: prepare 8.1.3 release changelog - #325
Merged
Merged
Conversation
Move the accumulated [Unreleased] Fixed entries into a dated 8.1.3 section and reset [Unreleased]. Patch bump: the section contains only bug fixes, no additions or removals. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
rddimon
approved these changes
Aug 26, 2026
Four of the 8.1.3 fixes change what loads() returns for input that already parsed in 8.1.x. Each old result was a bug, so the release stays a patch, but callers who built around the old values need the heads-up. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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
Cuts the accumulated
[Unreleased]changelog entries into a dated8.1.3section so the release can be tagged. The section contains only bug fixes —
no additions, no removals, no breaking changes — so this is a patch bump from
8.1.2.Changes
### Fixedentries from[Unreleased]into## [8.1.3] - 2026-08-26, verbatim.[Unreleased]to a- Nothing yet.placeholder.No code changes. The package version is derived from the git tag via
setuptools_scm, so there is no version string in the tree to bump alongside this.Manual testing checklist
CHANGELOG.mdrenders correctly on GitHub — the8.1.3heading sits between[Unreleased]and[8.1.2], and the escaped-bracket style matches the surrounding sections.git diff main...HEADshould show only 4 added lines and no deletions.8.1.3is greater than the previous release8.1.2and does not already appear elsewhere in the file.🤖 Generated with Claude Code