chore: release v6.0.0-rc.29 - #1169
Conversation
|
ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (2)
📝 WalkthroughWalkthroughBumps crate version to 6.0.0-rc.29 in Cargo.toml and adds a RELEASE.md preamble, a top-level Unreleased heading, and a new 6.0.0-rc.29 release section dated 2026-05-08 containing Added, Fixed, and Other bullets. ChangesRelease Preparation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@RELEASE.md`:
- Line 8: Consolidate the duplicate "Unreleased" sections by choosing one
canonical heading (e.g., normalize to "## [Unreleased]"), merge any entries from
the alternate heading ("## [unreleased]") into that canonical section, remove
the duplicate heading and stale/empty entries, and ensure only one Unreleased
section remains in RELEASE.md so changelog tooling sees a single consistent
block.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| ## [Unreleased] |
There was a problem hiding this comment.
Consolidate duplicate Unreleased sections.
Line 8 introduces ## [Unreleased], but Line 161 still keeps ## [unreleased]. Keeping both headings (different case, different content) can break changelog tooling expectations and creates ambiguity about what is actually unreleased.
🛠️ Suggested cleanup
-## [unreleased]
+## [Unreleased]Then move or clear stale entries so only one canonical unreleased section remains.
Also applies to: 161-161
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@RELEASE.md` at line 8, Consolidate the duplicate "Unreleased" sections by
choosing one canonical heading (e.g., normalize to "## [Unreleased]"), merge any
entries from the alternate heading ("## [unreleased]") into that canonical
section, remove the duplicate heading and stale/empty entries, and ensure only
one Unreleased section remains in RELEASE.md so changelog tooling sees a single
consistent block.
528785f to
6981626
Compare
🤖 New release
wreq: 6.0.0-rc.28 -> 6.0.0-rc.29 (✓ API compatible changes)Changelog
This PR was generated with release-plz.
Summary by CodeRabbit
New Features
Bug Fixes