chore(release): bump to v0.2.4 - #62
Conversation
Publish the Homebrew signature-marker repair and fail-closed DMG notarization pipeline as a clean patch release. v0.2.3 remains unpromoted.
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 18 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.2.4 patch release by updating all product-facing version sources across the Rust workspace and Tauri/NPM UI app, and adding release notes documenting the Homebrew signature-marker repair and DMG notarization hardening.
Changes:
- Bump Rust workspace/package versions and lockfiles to
0.2.4. - Bump Tauri app + NPM package versions (and lockfiles) to
0.2.4. - Add
docs/releases/v0.2.4.mdrelease notes for the patch release.
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.2.4.md | Adds v0.2.4 release notes covering the Homebrew marker fix, distribution hardening, and upgrade notes. |
| Cargo.toml | Bumps workspace package version to 0.2.4. |
| Cargo.lock | Updates workspace crate versions to 0.2.4 in the lockfile. |
| apps/microbridge-ui/src-tauri/tauri.conf.json | Bumps the Tauri bundle/app version to 0.2.4. |
| apps/microbridge-ui/src-tauri/Cargo.toml | Bumps the Tauri Rust crate version to 0.2.4. |
| apps/microbridge-ui/src-tauri/Cargo.lock | Updates UI/Tauri lockfile entries consistent with the 0.2.4 bump. |
| apps/microbridge-ui/package.json | Bumps the UI NPM package version to 0.2.4. |
| apps/microbridge-ui/package-lock.json | Updates the NPM lockfile version fields to 0.2.4. |
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
Bump every product version source to 0.2.4 and add release notes for the
Homebrew signature-marker repair and DMG notarization hardening.
Why v0.2.4
v0.2.3 was never promoted from prerelease. During final public-install testing,
we reproduced macOS's damaged-app alert on the Homebrew path: the Formula wrote
an ownership marker inside the signed bundle and invalidated its resource seal.
PR #61 fixes that path, but the app binary must also ship its matching external
marker detection so Homebrew installations continue to use
brew upgrade.This patch release supersedes v0.2.3 rather than promoting a binary that does
not understand the corrected marker.
Changes
0.2.4.
docs/releases/v0.2.4.mdwith the blocker fix, distribution hardening,included product improvements, upgrade notes, and hardware-validation
boundary.
smoke-tests the exact public assets, then opens its generated Formula PR.
Verification
make cipassed: 62 Rust tests, 4 Cursor hook tests, 9 UI tests, Clippy,formatting, and the production UI build.
0.2.4.