chore(release): bump to v0.3.1 - #67
Conversation
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 19 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (5)
Comment |
There was a problem hiding this comment.
Pull request overview
This PR prepares the v0.3.1 release by aligning version numbers across the Rust workspace, the Tauri app bundle, and the npm UI package, and by adding curated v0.3.1 release notes focused on native CNVS support.
Changes:
- Bump Rust workspace and crate versions to
0.3.1(including lockfile updates). - Bump the Tauri app (config + crate) and UI npm package versions to
0.3.1(including lockfile updates). - Add
v0.3.1release notes documenting native CNVS support, privacy constraints, and upgrade guidance.
Reviewed changes
Copilot reviewed 5 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| docs/releases/v0.3.1.md | Adds curated release notes for 0.3.1 (CNVS support, privacy, upgrade notes). |
| Cargo.toml | Bumps workspace package version to 0.3.1. |
| Cargo.lock | Updates workspace crate versions in the lockfile to 0.3.1. |
| apps/microbridge-ui/src-tauri/tauri.conf.json | Bumps the Tauri bundle version to 0.3.1. |
| apps/microbridge-ui/src-tauri/Cargo.toml | Bumps the Tauri crate version to 0.3.1. |
| apps/microbridge-ui/src-tauri/Cargo.lock | Updates the Tauri crate lockfile to reflect 0.3.1 versions. |
| apps/microbridge-ui/package.json | Bumps the UI npm package version to 0.3.1. |
| apps/microbridge-ui/package-lock.json | Updates the npm lockfile version fields to 0.3.1. |
Files not reviewed (1)
- apps/microbridge-ui/package-lock.json: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| This patch release adds native CNVS support without changing existing adapter | ||
| configuration or installation paths. | ||
|
|
||
| ## Highlight |
Summary
0.3.1v0.3.1release notes for native CNVS support0.3.0until tagged assets pass prepublish/public smoke testsRelease range
v0.3.0..22f7375Checks
cargo test --workspace(76 tests)cargo clippy --workspace --all-targets -- -D warningscargo fmt --all -- --checknpm test -- --run(9 tests)npm run buildcargo checkwith local sidecarsReview note
The CNVS implementation had a clean local CodeRabbit pass before #66 merged. The additional version-only release-diff review is temporarily rate-limited by CodeRabbit; it will be retried before the public tag.