Skip to content

docs(changelog): add v0.7.0 compare links#59

Merged
williajm merged 1 commit into
mainfrom
fix/changelog-v0.7.0-compare-links
Jul 16, 2026
Merged

docs(changelog): add v0.7.0 compare links#59
williajm merged 1 commit into
mainfrom
fix/changelog-v0.7.0-compare-links

Conversation

@williajm

Copy link
Copy Markdown
Owner

Summary

The v0.7.0 release bundle (#58) retitled the CHANGELOG's [Unreleased] heading to [0.7.0] - 2026-07-16 but left the link definitions at the bottom untouched. Two consequences:

  • [0.7.0] rendered as a dead link — no matching link definition.
  • [Unreleased] still pointed at v0.6.0...HEAD, so it wrongly spanned 0.7.0's own changes.

This restores the pattern used by every prior release.

Changes

-[Unreleased]: https://github.com/williajm/forgery/compare/v0.6.0...HEAD
+[Unreleased]: https://github.com/williajm/forgery/compare/v0.7.0...HEAD
+[0.7.0]: https://github.com/williajm/forgery/compare/v0.6.0...v0.7.0

Merging this before the v0.7.0 tag is pushed, so the tagged tree carries a correct CHANGELOG.

Note (not addressed here)

[0.2.0] and [0.1.1] link definitions are also missing — pre-existing, unrelated to this release, left alone deliberately.

🤖 Generated with Claude Code

The 0.7.0 release bundle retitled the [Unreleased] heading but left the
link definitions untouched, so [0.7.0] had no link target and
[Unreleased] still spanned v0.6.0...HEAD.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@williajm
williajm merged commit f601f12 into main Jul 16, 2026
9 checks passed
@williajm
williajm deleted the fix/changelog-v0.7.0-compare-links branch July 16, 2026 16:23
@codecov

codecov Bot commented Jul 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@sonarqubecloud

Copy link
Copy Markdown

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