chore(release): bump version to 0.1.10#1271
Conversation
- Updated all Rust crates to 0.1.10 - Updated all npm packages to 0.1.10 - Updated lock files - Generated CHANGELOG.md
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 WalkthroughWalkthroughThis is a release version bump PR that updates the entire workspace from version 0.1.9 to 0.1.10. All version strings in Cargo.toml, multiple package.json files, and workspace dependencies are incremented. A comprehensive CHANGELOG.md entry documents the new version's bug fixes and features. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 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
🤖 Fix all issues with AI agents
In `@CHANGELOG.md`:
- Around line 1-2: The changelog header currently uses the wrong compare range:
update the header string "##
[0.1.10](https://github.com/gnosisguild/enclave/compare/v0.1.2...v0.1.10)
(2026-02-06)" so the compare link starts from v0.1.9 (e.g. change
.../compare/v0.1.9...v0.1.10) and regenerate or re-run whatever script produced
the section so the commit/PR list reflects changes since v0.1.9 rather than
v0.1.2.
| ## [0.1.10](https://github.com/gnosisguild/enclave/compare/v0.1.2...v0.1.10) (2026-02-06) | ||
|
|
There was a problem hiding this comment.
Changelog compare link likely points to the wrong base.
Line 1 compares from v0.1.2, which makes the 0.1.10 entry read like a full history repeat. If this entry should capture changes since 0.1.9, update the compare link (and regenerate the section if needed).
🔧 Proposed header fix
-## [0.1.10](https://github.com/gnosisguild/enclave/compare/v0.1.2...v0.1.10) (2026-02-06)
+## [0.1.10](https://github.com/gnosisguild/enclave/compare/v0.1.9...v0.1.10) (2026-02-06)📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| ## [0.1.10](https://github.com/gnosisguild/enclave/compare/v0.1.2...v0.1.10) (2026-02-06) | |
| ## [0.1.10](https://github.com/gnosisguild/enclave/compare/v0.1.9...v0.1.10) (2026-02-06) | |
🤖 Prompt for AI Agents
In `@CHANGELOG.md` around lines 1 - 2, The changelog header currently uses the
wrong compare range: update the header string "##
[0.1.10](https://github.com/gnosisguild/enclave/compare/v0.1.2...v0.1.10)
(2026-02-06)" so the compare link starts from v0.1.9 (e.g. change
.../compare/v0.1.9...v0.1.10) and regenerate or re-run whatever script produced
the section so the commit/PR list reflects changes since v0.1.9 rather than
v0.1.2.
Summary by CodeRabbit
Chores
Documentation