docs(changelog): add v3.0.3, v3.1.0, v3.1.1 entries - #14
Merged
Conversation
The CHANGELOG.md was last updated for v2.1.0 (2025-11-10) and missed
the entire v3.x release line. This commit backfills:
- v3.0.3 (2026-03-27) — Performance & Build Improvements
- v3.1.0 (2026-07-04) — NSIS bundler fix, netboozt-service removal,
clippy cleanup
- v3.1.1 (2026-07-28) — docs-only PATCH (drop WHATS_NEW_V2 dupes;
binary version inside installer remains 3.1.0 because Cargo.toml
was not bumped for a docs-only commit)
Entries paraphrased from the corresponding GitHub Releases notes
to keep the Keep-a-Changelog format consistent with v2.x entries.
**Why:** CHANGELOG.md is the canonical project changelog per its
own header ("this project adheres to Semantic Versioning"). GitHub
Releases is a complementary surface, not a replacement.
**Refs:**
- #11 (drop WHATS_NEW_V2.{1,2}.md, the source of this gap)
- v3.1.1 release notes (the docs-only PATCH explanation)
- v3.0.3 / v3.1.0 release notes
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe changelog adds a dated v3.1.1 entry for a documentation-only patch. It records the removed duplicate documentation file and unchanged installer behavior and version metadata. Existing v3.1.0, v3.0.3, and installer notes remain below it. ChangesChangelog update
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Summary
The CHANGELOG.md was last updated for v2.1.0 (2025-11-10) and missed the
entire v3.x release line. After PR #11 dropped
docs/WHATS_NEW_V2.{1,2}.md,CHANGELOG.md became the sole release-notes surface — and it was already
6 months stale. This PR backfills the v3.x entries.
Changes
Why this PR
CHANGELOG.mddeclares itself as canonical per Keep-a-Changelog format.not a replacement for the Keep-a-Changelog format tooling consumes.
only available notes for the entire v3.x release line.
Out of scope
Cargo.tomlwas not touched (same pattern as the v3.1.1 PATCH release).Verification
git diff --stat main...docs/changelog-v3-backfill→ 1 file changed, 32 insertionsSummary by CodeRabbit