Skip to content

0.5.3

Latest

Choose a tag to compare

@ponylang-main ponylang-main released this 21 Aug 22:18
· 2 commits to main since this release

Reject changelog entries with multiple PR references

changelog-tool verify accepted entries with more than one [PR #N](url) link. Each entry should reference a single PR. Verification and the add command now reject entries with multiple PR references.

Update ponylang/peg dependency to 0.1.6

We've updated the PEG library dependency in this project to 0.1.6.

Reject non-canonical PR reference formats in changelog entries

Previously, only the exact [PR #N](url) format was counted when checking for multiple PR references per entry. Variant spellings like [pr #N](url) or [PR#N](url) bypassed the check. All PR references are now detected regardless of case or spacing, and non-canonical formats are rejected outright.

[0.5.3] - 2026-08-21

Fixed

  • Reject changelog entries with multiple PR references (PR #159)
  • Reject non-canonical PR reference formats in changelog entries (PR #160)

Changed

  • Update ponylang/peg dependency to 0.1.6 (PR #115)