chore(a2a-ap2): repair changelog corrupted by 0.3.1 release#27
Merged
Conversation
release-plz inserted a duplicate `# Changelog` header block under `## [Unreleased]` instead of a proper `## [0.3.1]` section when it released a2a-ap2 0.3.1, leaving the changelog malformed and causing follow-up release-plz runs to open empty PRs that re-corrupt it. Remove the stray header block and add the real 0.3.1 entry (a dependency-only bump: a2a-rs 0.3 -> 0.4). Uses a chore: prefix so it is skipped by the changelog commit parser and does not itself trigger a release. Co-Authored-By: Claude Opus 4.8 (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.
The 0.4.0 release surfaced a release-plz changelog glitch isolated to a2a-ap2: when it published 0.3.1, release-plz inserted a duplicate
# Changelogheader block under## [Unreleased]instead of a## [0.3.1]section. The malformed file then caused a follow-up empty release PR (#26, now closed) that would have re-corrupted it on merge.This removes the stray header block and adds the correct 0.3.1 entry (dependency-only bump, a2a-rs 0.3 → 0.4). The other five crates' changelogs were unaffected.
chore:prefix → skipped by the changelog commit parser, so this does not trigger a new release.🤖 Generated with Claude Code