chore(release): bump version to 0.1.15#1352
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 📝 WalkthroughWalkthroughRepository-wide release version bump from 0.1.14 to 0.1.15 across all workspace and package manifests, plus configuration update redirecting VERSIONS_MANIFEST_URL from a feature-branch path to the main branch URL. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@crates/zk-prover/src/config.rs`:
- Line 20: The code updates CIRCUITS_VERSION to "0.1.15" but the baked-in
manifest in versions.json still declares required_circuits_version "0.1.14", so
update crates/zk-prover/versions.json to set "required_circuits_version":
"0.1.15", update the corresponding checksum entries to match the new circuits
artifact, and ensure the release artifact circuits-0.1.15.tar.gz is uploaded to
the GitHub Release v0.1.15 (fetch_or_default() will pull the live manifest
first, so these must match to avoid runtime version mismatch with
CIRCUITS_VERSION).
d43d8ab to
fd2ceaf
Compare
Summary by CodeRabbit