Skip to content

chore(release): bump to v0.2.4 - #62

Merged
DevVig merged 1 commit into
mainfrom
codex/release-v0.2.4
Jul 20, 2026
Merged

chore(release): bump to v0.2.4#62
DevVig merged 1 commit into
mainfrom
codex/release-v0.2.4

Conversation

@DevVig

@DevVig DevVig commented Jul 20, 2026

Copy link
Copy Markdown
Owner

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

  • Bump Rust workspace, Tauri app, npm package, bundle config, and lockfiles to
    0.2.4.
  • Add docs/releases/v0.2.4.md with the blocker fix, distribution hardening,
    included product improvements, upgrade notes, and hardware-validation
    boundary.
  • Leave the Formula at v0.2.3 until the v0.2.4 release workflow publishes and
    smoke-tests the exact public assets, then opens its generated Formula PR.

Verification

  • make ci passed: 62 Rust tests, 4 Cursor hook tests, 9 UI tests, Clippy,
    formatting, and the production UI build.
  • Root and Tauri Cargo checks passed at 0.2.4.
  • All workspace package metadata, npm metadata, and Tauri bundle metadata report
    0.2.4.
  • No configuration, protocol, or data migration is required.

Publish the Homebrew signature-marker repair and fail-closed DMG notarization pipeline as a clean patch release. v0.2.3 remains unpromoted.
@DevVig
DevVig marked this pull request as ready for review July 20, 2026 01:36
Copilot AI review requested due to automatic review settings July 20, 2026 01:36
@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 18 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 5112347f-7704-49bf-94ed-de7f84734b4a

📥 Commits

Reviewing files that changed from the base of the PR and between 83d2b07 and dd16ad6.

⛔ Files ignored due to path filters (3)
  • Cargo.lock is excluded by !**/*.lock
  • apps/microbridge-ui/package-lock.json is excluded by !**/package-lock.json
  • apps/microbridge-ui/src-tauri/Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (5)
  • Cargo.toml
  • apps/microbridge-ui/package.json
  • apps/microbridge-ui/src-tauri/Cargo.toml
  • apps/microbridge-ui/src-tauri/tauri.conf.json
  • docs/releases/v0.2.4.md

Comment @coderabbitai help to get the list of available commands.

@DevVig
DevVig merged commit af73c25 into main Jul 20, 2026
6 of 7 checks passed
@DevVig
DevVig deleted the codex/release-v0.2.4 branch July 20, 2026 01:38

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md release 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants