Skip to content

chore(release): bump version to 0.1.8#1241

Merged
ctrlc03 merged 3 commits into
mainfrom
chore/v0-1-8
Jan 30, 2026
Merged

chore(release): bump version to 0.1.8#1241
ctrlc03 merged 3 commits into
mainfrom
chore/v0-1-8

Conversation

@ctrlc03

@ctrlc03 ctrlc03 commented Jan 30, 2026

Copy link
Copy Markdown
Collaborator
  • Updated all Rust crates to 0.1.8
  • Updated all npm packages to 0.1.8
  • Updated lock files
  • Generated CHANGELOG.md

Summary by CodeRabbit

  • New Features

    • Feature enhancements documented in changelog
  • Bug Fixes

    • Multiple stability improvements and bug fixes documented in changelog
  • Chores

    • Released version 0.1.8
    • Updated all workspace packages to version 0.1.8

✏️ Tip: You can customize this high-level summary in your review settings.

  - Updated all Rust crates to 0.1.8
  - Updated all npm packages to 0.1.8
  - Updated lock files
  - Generated CHANGELOG.md
@ctrlc03 ctrlc03 requested a review from hmzakhalid January 30, 2026 15:29
@vercel

vercel Bot commented Jan 30, 2026

Copy link
Copy Markdown

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

2 Skipped Deployments
Project Deployment Actions Updated (UTC)
crisp Skipped Skipped Jan 30, 2026 3:45pm
enclave-docs Skipped Skipped Jan 30, 2026 3:45pm

Request Review

@coderabbitai

coderabbitai Bot commented Jan 30, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (2)
  • examples/CRISP/Cargo.lock is excluded by !**/*.lock
  • templates/default/Cargo.lock is excluded by !**/*.lock

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review
📝 Walkthrough

Walkthrough

A 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

Cohort / File(s) Summary
Release Documentation
CHANGELOG.md
Added new changelog entry for version 0.1.8 with sections for bug fixes and features, documenting issues, commits, and sub-items.
Workspace Manifest
Cargo.toml
Bumped workspace package version from 0.1.7 to 0.1.8; updated all e3-* workspace dependencies to match.
JavaScript Package Versions
package.json, crates/wasm/package.json, packages/enclave-config/package.json, packages/enclave-contracts/package.json, packages/enclave-react/package.json, packages/enclave-sdk/package.json
Version bumps from 0.1.7 to 0.1.8 across all JavaScript package manifests; no other functional changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Possibly related PRs

Suggested reviewers

  • hmzakhalid
  • cedoor

Poem

🐰 Hop along, version eight is here!
From point-one-seven, we climb with cheer,
CHANGELOG penned with fixes galore,
Packages bumped from coast to shore! 🎉

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore(release): bump version to 0.1.8' accurately and concisely summarizes the main change in the PR—updating all versions from 0.1.7 to 0.1.8 across multiple Rust crates and npm packages, along with CHANGELOG generation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/v0-1-8

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.

@coderabbitai coderabbitai Bot 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.

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 | 🟠 Major

Fix the changelog: duplicate version 0.1.6 entries and incorrect comparison links throughout.

The CHANGELOG.md has systematic structural issues:

  1. 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.

  2. Incorrect comparison links: All version comparison links compare to v0.1.2 instead of their immediate predecessor:

    • 0.1.7 should compare v0.1.8...v0.1.7 instead of v0.1.2...v0.1.7
    • 0.1.6 entries should compare v0.1.7...v0.1.6 instead of v0.1.2...v0.1.6
    • 0.1.5 should compare v0.1.6...v0.1.5 instead of v0.1.2...v0.1.5
    • 0.1.4 should compare v0.1.5...v0.1.4 instead of v0.1.2...v0.1.4
    • 0.1.3 should compare v0.1.4...v0.1.3 instead of v0.1.2...v0.1.3

This 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.

Comment thread CHANGELOG.md
hmzakhalid
hmzakhalid previously approved these changes Jan 30, 2026
@vercel vercel Bot temporarily deployed to Preview – crisp January 30, 2026 15:45 Inactive
@vercel vercel Bot temporarily deployed to Preview – enclave-docs January 30, 2026 15:45 Inactive
@ctrlc03 ctrlc03 enabled auto-merge (squash) January 30, 2026 15:46
@ctrlc03 ctrlc03 requested a review from hmzakhalid January 30, 2026 15:52
@ctrlc03 ctrlc03 merged commit afb68d0 into main Jan 30, 2026
25 checks passed
@ctrlc03 ctrlc03 deleted the chore/v0-1-8 branch January 30, 2026 16:27
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