chore(release): bump to v0.3.3 - #74
Conversation
Align Rust, Tauri, and npm versions at 0.3.3 and add release notes for the Integrations tile grid and session-aware traffic-light status.
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 56 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.3 patch release by aligning version numbers across the Rust workspace and the Tauri/npm UI app, and by adding user-facing release notes documenting the Integrations tile grid + traffic-light status work referenced in #72 and #73.
Changes:
- Add release notes for
0.3.3describing the Integrations tile grid and status behavior. - Bump Rust workspace and crate versions (via lockfile) to
0.3.3. - Bump Tauri app config + Rust crate + npm package versions for
apps/microbridge-uito0.3.3.
Reviewed changes
Copilot reviewed 5 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/releases/v0.3.3.md | Adds 0.3.3 release notes covering the Integrations UI/status updates. |
| Cargo.toml | Updates workspace package version to 0.3.3. |
| Cargo.lock | Updates in-workspace crate versions to 0.3.3 in the lockfile. |
| apps/microbridge-ui/src-tauri/tauri.conf.json | Updates the Tauri app version to 0.3.3. |
| apps/microbridge-ui/src-tauri/Cargo.toml | Updates the Tauri-side Rust crate version to 0.3.3. |
| apps/microbridge-ui/src-tauri/Cargo.lock | Updates lockfile entries to reflect 0.3.3 versions. |
| apps/microbridge-ui/package.json | Updates the UI npm package version to 0.3.3. |
| apps/microbridge-ui/package-lock.json | Updates the lockfile package version fields to 0.3.3. |
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.
Summary
0.3.3Test plan
npm test -- --run(16 passed)v0.3.3to publish signed/notarized assetsMade with Cursor