Skip to content

Fix changelog_entry.yaml encoding#1404

Merged
MaxGhenis merged 1 commit into
masterfrom
fix/changelog-encoding
Nov 27, 2025
Merged

Fix changelog_entry.yaml encoding#1404
MaxGhenis merged 1 commit into
masterfrom
fix/changelog-encoding

Conversation

@MaxGhenis
Copy link
Copy Markdown
Collaborator

Summary

The versioning workflow failed because changelog_entry.yaml contained £ symbols encoded in ISO-8859 (Latin-1) instead of UTF-8, causing a UnicodeDecodeError:

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa3 in position 147: invalid start byte

This PR replaces the £ symbols with "GBP" to fix the encoding issue and allow the versioning workflow to complete.

Test plan

  • Versioning workflow completes successfully after merge

🤖 Generated with Claude Code

The £ symbols were encoded in ISO-8859 instead of UTF-8, causing
the versioning workflow to fail with UnicodeDecodeError.

Replaced £ with GBP to avoid encoding issues.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@MaxGhenis MaxGhenis merged commit 7d4e746 into master Nov 27, 2025
@MaxGhenis MaxGhenis deleted the fix/changelog-encoding branch November 27, 2025 16:24
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.

1 participant