Skip to content

chore: bump version to 1.0.0#135

Merged
chengwenxi merged 3 commits into
mainfrom
chore/bump-version-1.0.0
Jun 24, 2026
Merged

chore: bump version to 1.0.0#135
chengwenxi merged 3 commits into
mainfrom
chore/bump-version-1.0.0

Conversation

@panos-xyz

@panos-xyz panos-xyz commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Summary

Prepares the v1.0.0 release. Bumps [workspace.package].version from 0.3.0 to 1.0.0 and refreshes Cargo.lock so all 15 internal morph-* crates (including the new morph-engine-tree-ext and morph-statetest) carry the new version.

This marks morph-reth's first stable release. Highlights of v0.3.0 → v1.0.0 (20 PRs):

A 1.0.0 bump is appropriate: the unfork (#98) and centralized-sequencer support (#124) together with the audit fixes (#116) make this our first API/protocol-stable release.

Test plan

  • CI green on this PR (build + clippy + cargo-deny + tests)
  • After merge, tag v1.0.0 on main and push to origin (GitHub release CI) and gitlab
  • Push release/1.0.0 branch to gitlab for deployment

Summary by CodeRabbit

  • Chores
    • Updated the workspace package version to 1.0.0, marking the first stable release.
  • Chores
    • Updated security advisory ignore settings to suppress an additional RustSec warning for a build-time proc-macro dependency.

@coderabbitai

coderabbitai Bot commented Jun 22, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 03e2a54f-2357-4dea-bd53-588c0bbf4f70

📥 Commits

Reviewing files that changed from the base of the PR and between 0ac224a and 738a4c1.

📒 Files selected for processing (1)
  • deny.toml

📝 Walkthrough

Walkthrough

The workspace package version in Cargo.toml is updated to 1.0.0, and deny.toml adds an ignored RustSec advisory entry for proc-macro-error2.

Changes

Release Metadata Update

Layer / File(s) Summary
Workspace version update
Cargo.toml
The version field under [workspace.package] changes from 0.3.0 to 1.0.0.
Advisory ignore entry
deny.toml
The [advisories].ignore list adds RUSTSEC-2026-0173 with comments describing the transitive build-time proc-macro usage.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • anylots
  • chengwenxi

Poem

🐇 I hop through manifests, neat and bright,
One version now blooms, one advisory tucked right.
A tiny patch twinkles in cargo-cartoon light,
Version one and a hush for the warning tonight.
Hop hop!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main change: bumping the workspace version to 1.0.0 for the release.
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.

✏️ 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/bump-version-1.0.0

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.

@chengwenxi chengwenxi merged commit bb8514d into main Jun 24, 2026
14 checks passed
@chengwenxi chengwenxi deleted the chore/bump-version-1.0.0 branch June 24, 2026 06:03
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