Skip to content

Release v0.6.0#90

Merged
koko1123 merged 1 commit into
mainfrom
chore/release-v0.6.0
Jun 10, 2026
Merged

Release v0.6.0#90
koko1123 merged 1 commit into
mainfrom
chore/release-v0.6.0

Conversation

@koko1123

@koko1123 koko1123 commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Cuts v0.6.0. Consolidates the Unreleased changelog into clean Added/Changed/Fixed sections and aligns all version references (build.zig.zon, README/docs install URLs, SECURITY.md).

Highlights

After merge: tag v0.6.0 and publish the release.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • New Features

    • Nonce manager functionality
    • MEV-Share backrunner example
    • mev_share client features
    • eth_sendPrivateTransaction support via Flashbots Relay
  • Bug Fixes

    • Test-runner correction
    • Keccak fallback handling
    • mulDiv u256 overflow boundary conditions
    • BIP-39 seed generation
    • Uniswap V2 calculation accuracy
  • Documentation

    • Updated installation and security documentation for v0.6.0 release

Consolidate the Unreleased section into a clean 0.6.0 entry:
- Added: nonce_manager (#75), mev_share (#34), eth_sendPrivateTransaction
  (#40), MEV-Share backrunner example (#38)
- Changed: benchmark refresh vs alloy 1.6/2.0 (18/26)
- Fixed: the test-harness fix (#84) plus the four issues it surfaced
  (#80-83) and the sse_transport feedLine break

Align versions: build.zig.zon 0.5.0 -> 0.6.0, README/docs install URLs,
SECURITY.md supported versions -> 0.6.x.
@vercel

vercel Bot commented Jun 10, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
eth-zig Ready Ready Preview, Comment Jun 10, 2026 6:52pm

Request Review

@coderabbitai

coderabbitai Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

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: 3865b63f-5653-47a4-a821-9b4509db0b00

📥 Commits

Reviewing files that changed from the base of the PR and between 41b56d4 and e1370f9.

📒 Files selected for processing (5)
  • CHANGELOG.md
  • README.md
  • SECURITY.md
  • build.zig.zon
  • docs/content/docs/installation.mdx

📝 Walkthrough

Walkthrough

eth.zig is released as version 0.6.0 with a new CHANGELOG entry documenting features (nonce manager, MEV-Share backrunner and client, private transactions), improvements (benchmark comparisons), and bug fixes (Keccak fallback, mulDiv overflow, test vectors, Uniswap V2 tests). The package version and all installation references are updated consistently to v0.6.0.

Changes

v0.6.0 Release

Layer / File(s) Summary
Release changelog
CHANGELOG.md
CHANGELOG.md 0.6.0 entry dated 2026-06-10 documents Added features (nonce manager, MEV-Share backrunner example, MEV-Share client module, private transaction support), Changed items (benchmark/Alloy comparison updates), and Fixed issues (test runner, Keccak fallback, mulDiv u256 boundary overflow, BIP-39 Trezor passphrase test vector, Uniswap V2 getAmountIn/getAmountOut inverse round-trip test).
Version manifest and documentation references
build.zig.zon, README.md, SECURITY.md, docs/content/docs/installation.mdx
build.zig.zon .version field bumped to 0.6.0. README.md installation instructions, SECURITY.md "Supported Versions" table (0.6.x now supported, < 0.6 not supported), and installation.mdx documentation examples all updated to reference v0.6.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • StrobeLabs/eth.zig#61: Prior versioned release bump PR following the same pattern of updating CHANGELOG, README, SECURITY, docs, and build.zig.zon for version references.
  • StrobeLabs/eth.zig#77: Directly related CHANGELOG.md "Changed" section update refreshing benchmark comparison content vs. newer Alloy versions.

Poem

🐰 A version hops from point-five to six,
New features bundled with a changelog mix,
Nonce managers and MEV-Share now aligned,
Bug fixes stacked and carefully signed—
The docs all updated, consistency blessed! 🎉

🚥 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 'Release v0.6.0' directly and clearly describes the main objective of the pull request, which is to cut and release version 0.6.0 by consolidating the changelog and aligning version references.
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/release-v0.6.0

Comment @coderabbitai help to get the list of available commands and usage tips.

@koko1123
koko1123 merged commit e697bc5 into main Jun 10, 2026
14 checks passed
@koko1123
koko1123 deleted the chore/release-v0.6.0 branch June 10, 2026 18:56
@coderabbitai coderabbitai Bot mentioned this pull request Jun 10, 2026
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.

1 participant