chore(release): bump version to 0.1.8#1241
Conversation
- Updated all Rust crates to 0.1.8 - Updated all npm packages to 0.1.8 - Updated lock files - Generated CHANGELOG.md
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (2)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the
📝 WalkthroughWalkthroughA version release PR that bumps the workspace from 0.1.7 to 0.1.8 across Cargo.toml and multiple package.json files, alongside a CHANGELOG.md update documenting bug fixes and new features for the 0.1.8 release. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 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
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
CHANGELOG.md (1)
278-2483:⚠️ Potential issue | 🟠 MajorFix the changelog: duplicate version 0.1.6 entries and incorrect comparison links throughout.
The CHANGELOG.md has systematic structural issues:
Duplicate entries: Version 0.1.6 appears 8 times (lines 505, 732, 959, 1183, 1407, 1628, 1849, 2070) with identical or near-identical content. Version 0.1.7 appears once at line 278.
Incorrect comparison links: All version comparison links compare to
v0.1.2instead of their immediate predecessor:
- 0.1.7 should compare
v0.1.8...v0.1.7instead ofv0.1.2...v0.1.7- 0.1.6 entries should compare
v0.1.7...v0.1.6instead ofv0.1.2...v0.1.6- 0.1.5 should compare
v0.1.6...v0.1.5instead ofv0.1.2...v0.1.5- 0.1.4 should compare
v0.1.5...v0.1.4instead ofv0.1.2...v0.1.4- 0.1.3 should compare
v0.1.4...v0.1.3instead ofv0.1.2...v0.1.3This indicates a problem with the changelog generation process (likely automated tooling) or unresolved merge conflicts. Remove all duplicate 0.1.6 entries and correct all version comparison links to reference the correct predecessor tag.
🤖 Fix all issues with AI agents
In `@CHANGELOG.md`:
- Line 1: The changelog header's comparison range is wrong: update the banner
line that currently reads "##
[0.1.8](https://github.com/gnosisguild/enclave/compare/v0.1.2...v0.1.8)
(2026-01-30)" so the compare segment uses the previous release tag v0.1.7
instead of v0.1.2; i.e., change "v0.1.2...v0.1.8" to "v0.1.7...v0.1.8" in the
line containing "## [0.1.8](" to accurately show changes for this release.
Summary by CodeRabbit
New Features
Bug Fixes
Chores
✏️ Tip: You can customize this high-level summary in your review settings.