chore: backfill missing changelog history - #166
Merged
Conversation
tas50
force-pushed
the
chore/changelog-backfill
branch
2 times, most recently
from
August 23, 2026 03:47
65504ca to
108f1f0
Compare
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
force-pushed
the
chore/changelog-backfill
branch
from
August 23, 2026 04:05
108f1f0 to
4d34bf0
Compare
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.
Backfills the changelog so every released version records all of its changes.
What changed
feat:,fix:and breaking changes. Everything typedchore:,ci:,docs:,test:orrefactor:was silently dropped. Older versions predate conventional commits entirely and were never written up at all.### Other Changeswhere 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