Skip to content

chore(release): bump version to 0.2.2 [skip-line-limit]#1605

Merged
hmzakhalid merged 2 commits into
mainfrom
chore/release-v.0.2.2
Jun 16, 2026
Merged

chore(release): bump version to 0.2.2 [skip-line-limit]#1605
hmzakhalid merged 2 commits into
mainfrom
chore/release-v.0.2.2

Conversation

@hmzakhalid

@hmzakhalid hmzakhalid commented Jun 16, 2026

Copy link
Copy Markdown
Collaborator

Summary by CodeRabbit

  • Chores
    • Version bumped to 0.2.2 across all packages and workspace dependencies.

@vercel

vercel Bot commented Jun 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
crisp Ready Ready Preview, Comment Jun 16, 2026 11:53am
enclave-docs Ready Ready Preview, Comment Jun 16, 2026 11:53am
interfold-dashboard Ready Ready Preview, Comment Jun 16, 2026 11:53am

Request Review

@coderabbitai

coderabbitai Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Warning

Review limit reached

@hmzakhalid, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 39 minutes and 51 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

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.

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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 0ff7a562-9b04-4a5c-b3a4-7908f7dd6536

📥 Commits

Reviewing files that changed from the base of the PR and between 7995730 and 7c87309.

⛔ Files ignored due to path filters (2)
  • crates/support/Cargo.lock is excluded by !**/*.lock
  • crates/support/methods/guest/Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (6)
  • crates/support/Cargo.toml
  • crates/support/contracts/ImageID.sol
  • crates/support/host/Cargo.toml
  • crates/support/methods/guest/Cargo.toml
  • crates/support/program/Cargo.toml
  • crates/zk-prover/versions.json
📝 Walkthrough

Walkthrough

All package manifests across the monorepo are updated from version 0.2.1 to 0.2.2. This covers Cargo.toml (workspace package version and all e3-* workspace dependency versions) and every package.json file (root, crates/wasm, and all packages/*).

Changes

Version Bump 0.2.1 → 0.2.2

Layer / File(s) Summary
Cargo workspace version and dependency versions
Cargo.toml
workspace.package.version and all workspace.dependencies entries for e3-* crates updated from 0.2.1 to 0.2.2; paths unchanged.
JS and WASM package.json version bumps
package.json, crates/wasm/package.json, packages/interfold-*/package.json
version field updated to 0.2.2 in the root manifest, the WASM crate manifest, and all six packages/* manifests.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • gnosisguild/interfold#1603: Performs the same coordinated release version bump pattern across the same set of Cargo.toml workspace entries and package.json files.

Poem

🐇 Hop, hop, a tiny leap,
From .1 to .2 we sweep!
Every crate and package too,
All aligned in versions new.
A bunny's work is never done —
Bumping versions, one by one! 🎉

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title clearly and specifically describes the main change: a version bump from 0.2.1 to 0.2.2 across the workspace. It is concise, uses conventional commit format (chore type), and directly matches the changeset.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/release-v.0.2.2

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.

❤️ Share

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

@hmzakhalid hmzakhalid changed the title chore(release): bump version to 0.2.2 chore(release): bump version to 0.2.2 [skip-line-limit] Jun 16, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Bumps the monorepo release version to 0.2.2 across Rust workspace crates, Node packages, and supporting template/example lockfiles, aligning internal dependency pins and associated artifacts for the new release.

Changes:

  • Updated Rust workspace/package versions to 0.2.2 (including workspace dependency entries and lockfiles).
  • Updated Node package versions to 0.2.2 across the workspace.
  • Updated release-coupled artifacts: required_circuits_version and the support Solidity ImageID PROGRAM_ID.

Reviewed changes

Copilot reviewed 14 out of 20 changed files in this pull request and generated no comments.

Show a summary per file
File Description
templates/default/Cargo.lock Updates template lockfile crate versions to 0.2.2.
packages/interfold-sdk/package.json Bumps @interfold/sdk to 0.2.2.
packages/interfold-react/package.json Bumps @interfold/react to 0.2.2.
packages/interfold-mcp/package.json Bumps @interfold/mcp to 0.2.2.
packages/interfold-contracts/package.json Bumps @interfold/contracts to 0.2.2.
packages/interfold-config/package.json Bumps @interfold/config to 0.2.2.
package.json Bumps root workspace version to 0.2.2.
examples/CRISP/Cargo.lock Updates example lockfile crate versions to 0.2.2.
crates/zk-prover/versions.json Updates required circuits version to 0.2.2.
crates/wasm/package.json Bumps @interfold/wasm to 0.2.2.
crates/support/program/Cargo.toml Updates git tag pins for e3-* deps to v0.2.2.
crates/support/methods/guest/Cargo.toml Updates git tag pin for e3-compute-provider to v0.2.2.
crates/support/methods/guest/Cargo.lock Updates locked e3-* git sources to v0.2.2.
crates/support/host/Cargo.toml Updates git tag pin for e3-compute-provider to v0.2.2.
crates/support/contracts/ImageID.sol Updates the PROGRAM_ID constant to the new image ID.
crates/support/Cargo.toml Updates git tag pins for e3-* deps to v0.2.2.
crates/support/Cargo.lock Updates locked e3-* git sources to v0.2.2.
Cargo.toml Bumps workspace/package + workspace dependency versions to 0.2.2.
Cargo.lock Updates workspace crate versions to 0.2.2.

@hmzakhalid hmzakhalid enabled auto-merge (squash) June 16, 2026 12:37
@hmzakhalid hmzakhalid merged commit 0d6e86e into main Jun 16, 2026
47 of 59 checks passed
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.

3 participants