-
Notifications
You must be signed in to change notification settings - Fork 11
Prepare next release #205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare next release #205
Conversation
|
✔️ 8bfbddd - Conventional commits check succeeded. |
|
Warning Rate limit exceeded@mattyg has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 12 minutes and 38 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
WalkthroughThis PR prepares a release for version 0.8.1 by updating the changelog with bug fixes, build system updates, CI changes, and testing improvements, while bumping the workspace version in Cargo.toml from 0.8.0 to 0.8.1. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
Cargo.lockis excluded by!**/*.lock
📒 Files selected for processing (2)
CHANGELOG.md(1 hunks)Cargo.toml(1 hunks)
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2025-08-08T08:41:38.069Z
Learnt from: ThetaSinner
Repo: holochain/tx5 PR: 167
File: crates/tx5/tests/tests/flaky_sig.rs:73-84
Timestamp: 2025-08-08T08:41:38.069Z
Learning: Repo holochain/tx5: In test code (crates/tx5/tests/tests/flaky_sig.rs), maintainer (ThetaSinner) prefers not to refactor non-ideal async patterns; leaving block_on in Drop for FlakyRelay is acceptable. Treat similar test-only cleanup suggestions as non-blocking unless they cause flakes/panics.
Applied to files:
CHANGELOG.md
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
- GitHub Check: test (x86_64, 29, 26.0.10792818, datachannel)
- GitHub Check: test (x86_64, 29, 26.0.10792818, go-pion)
- GitHub Check: test (x86_64, 33, 26.0.10792818, go-pion)
- GitHub Check: test (x86_64, 33, 26.0.10792818, datachannel)
- GitHub Check: Test (macos-latest)
- GitHub Check: Test (windows-latest)
- GitHub Check: Test (ubuntu-latest)
🔇 Additional comments (1)
CHANGELOG.md (1)
7-34: Changelog entry structure and content look solid.The v0.8.1 release entry is well-organized with clear sections (Bug Fixes, Build System, CI, Testing, First-time Contributors), proper attribution, and PR cross-references. The format is consistent with previous release entries and the date is correct.
8bfbddd to
ec1cac5
Compare
|
✔️ ec1cac5 - Conventional commits check succeeded. |
Automated preparation for the next release, triggered by mattyg.
Summary by CodeRabbit
Bug Fixes
Build System