Skip to content

chore: backfill missing changelog history - #166

Merged
tas50 merged 1 commit into
mainfrom
chore/changelog-backfill
Aug 23, 2026
Merged

chore: backfill missing changelog history#166
tas50 merged 1 commit into
mainfrom
chore/changelog-backfill

Conversation

@tas50

@tas50 tas50 commented Aug 23, 2026

Copy link
Copy Markdown
Member

Backfills the changelog so every released version records all of its changes.

What changed

  • Missing entries added. These changelogs were generated by release-please, which only writes feat:, fix: and breaking changes. Everything typed chore:, ci:, docs:, test: or refactor: was silently dropped. Older versions predate conventional commits entirely and were never written up at all.
  • Entries use the PR title where a change landed via a pull request, and link both the PR and the commit.
  • Unpublished versions removed. Versions tagged in git but never published to RubyGems are no longer listed as releases. Their entries roll forward into the version that actually shipped them, so no change record is lost.
  • Backfilled entries are grouped under ### Other Changes where a section already used release-please headings, so they don't read as bug fixes.

RubyGems is treated as the source of truth for whether a release happened.

Nothing outside the changelog is touched, and the commit is a chore: so it won't trigger a release.

🤖 Generated with Claude Code

@tas50
tas50 force-pushed the chore/changelog-backfill branch 2 times, most recently from 65504ca to 108f1f0 Compare August 23, 2026 03:47
Records every change in each released version, reconstructed from git
history. Entries use the pull request title where a change landed via a
PR, and link both the PR and the commit.

Versions that were tagged but never published to RubyGems are not listed;
their entries roll forward into the release that actually shipped them, so
no change record is lost. Releases cut within the last seven days are kept
regardless, since the gem push may still be in flight.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@tas50
tas50 force-pushed the chore/changelog-backfill branch from 108f1f0 to 4d34bf0 Compare August 23, 2026 04:05
@tas50
tas50 merged commit 539ed76 into main Aug 23, 2026
8 checks passed
@tas50
tas50 deleted the chore/changelog-backfill branch August 23, 2026 05:04
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