chore(release): v0.42.0 - #520
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review. 📝 WalkthroughWalkthroughChangesv0.42.0 Release Preparation
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This release preparation updates the package version, release notes, and release checklist without application-code changes. No merge-blocking risk is currently identified. 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
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 |
Release v0.42.0
Version bump and changelog for v0.42.0. No code changes.
Also adds
.github/PULL_REQUEST_TEMPLATE/release.md, the template this PR uses,so future releases go through a PR instead of a push to
main(
gh pr create --template release.md; the root template stays the default).Checklist
CHANGELOG.md:## [Unreleased]renamed to## [v0.42.0] 2026-09-08, every user-facing PR since v0.41.0 has an entryCargo.tomlversion bumped andCargo.lockregenerated (cargo update -p spotatui --offline)cargo metadata --lockedpasses (every CI leg runs with--locked)After merge
git checkout main && git pull git tag v0.42.0 git push origin v0.42.0The tag push runs
cd.yml. Check the release page once it finishes: the download links resolve and both.debrows are present.Summary by CodeRabbit
New Features
Bug Fixes
Documentation