Skip to content

chore: prepare 8.1.3 release changelog - #325

Merged
kkozik-amplify merged 2 commits into
mainfrom
worktree-release-prepare_8_1_3_changelog
Aug 26, 2026
Merged

chore: prepare 8.1.3 release changelog#325
kkozik-amplify merged 2 commits into
mainfrom
worktree-release-prepare_8_1_3_changelog

Conversation

@kkozik-amplify

@kkozik-amplify kkozik-amplify commented Aug 26, 2026

Copy link
Copy Markdown
Collaborator

Summary

Cuts the accumulated [Unreleased] changelog entries into a dated 8.1.3
section 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

  • Move the nine ### Fixed entries from [Unreleased] into ## [8.1.3] - 2026-08-26, verbatim.
  • Reset [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

  • Confirm CHANGELOG.md renders correctly on GitHub — the 8.1.3 heading sits between [Unreleased] and [8.1.2], and the escaped-bracket style matches the surrounding sections.
  • Confirm no entry was dropped or reworded: git diff main...HEAD should show only 4 added lines and no deletions.
  • Confirm 8.1.3 is greater than the previous release 8.1.2 and does not already appear elsewhere in the file.

🤖 Generated with Claude Code

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>
@kkozik-amplify
kkozik-amplify requested a review from a team as a code owner August 26, 2026 10:09
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>
@kkozik-amplify
kkozik-amplify merged commit 1874eb7 into main Aug 26, 2026
8 checks passed
@kkozik-amplify
kkozik-amplify deleted the worktree-release-prepare_8_1_3_changelog branch August 26, 2026 12:55
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