Skip to content

Release v0.5.0: version bump and changelog#61

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

Release v0.5.0: version bump and changelog#61
koko1123 merged 1 commit into
mainfrom
chore/release-v0.5.0

Conversation

@koko1123

@koko1123 koko1123 commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Converts the Unreleased changelog section to 0.5.0 (log_watcher #59, Zig 0.16 migration #60) and aligns all version references: build.zig.zon, README/docs install URLs, SECURITY.md supported versions.

After merge: tag v0.5.0, publish the GitHub release, and reply to #55.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • New Features

    • Added eth.runtime module helpers
    • Added log_watcher functionality
    • Added provider.parseBlockHeaderObject
  • Bug Fixes

    • Fixed subscription log parsing for Zig 0.15.2 compatibility
  • Chores

    • Released version 0.5.0
    • Increased minimum Zig version requirement to 0.16.0
    • Updated installation documentation and guides

- CHANGELOG: Unreleased -> 0.5.0 (log_watcher, Zig 0.16 migration)
- build.zig.zon 0.4.0 -> 0.5.0
- README/docs install URLs -> v0.5.0
- SECURITY.md supported versions -> 0.5.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 1:39pm

Request Review

@coderabbitai

coderabbitai Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

Version 0.5.0 release with package version bumped in build manifest, changelog recorded, and all user documentation updated to reference the new version across installation instructions, security policy, and example configurations.

Changes

Version 0.5.0 Release

Layer / File(s) Summary
Package version and release notes
build.zig.zon, CHANGELOG.md
Package manifest version field updated to 0.5.0; changelog release header recorded as [0.5.0] - 2026-06-10.
Installation and support documentation
README.md, docs/content/docs/installation.mdx, SECURITY.md
Installation instructions in README and docs updated to fetch version v0.5.0; security policy updated to mark 0.5.x as supported and versions below 0.5 as unsupported.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 Whiskers twitch with delight so bright,
The version bumps to point-five's height,
Docs and manifests dance in line,
A synchronized release so fine! 🎉

🚥 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 and concisely summarizes the main change: releasing version 0.5.0 with version bump and changelog updates across the repository.
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.5.0

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.

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
docs/content/docs/installation.mdx (1)

8-8: ⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Update minimum Zig version requirement to 0.16.0.

The prerequisite lists Zig >= 0.15.2, but this release raises the minimum supported version to 0.16.0 as documented in CHANGELOG.md line 11, build.zig.zon line 5, and the README badge line 6.

📝 Proposed fix
-- Zig >= 0.15.2
+- Zig >= 0.16.0
 - [Anvil / Foundry](https://book.getfoundry.sh/getting-started/installation) (optional, for integration tests)
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/content/docs/installation.mdx` at line 8, Update the minimum Zig version
string in the installation docs by replacing the current "Zig >= 0.15.2" text
with "Zig >= 0.16.0" so the requirement matches the CHANGELOG, build.zig.zon,
and README badge; locate the literal "Zig >= 0.15.2" in the installation.mdx
content and change it to "Zig >= 0.16.0".
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Outside diff comments:
In `@docs/content/docs/installation.mdx`:
- Line 8: Update the minimum Zig version string in the installation docs by
replacing the current "Zig >= 0.15.2" text with "Zig >= 0.16.0" so the
requirement matches the CHANGELOG, build.zig.zon, and README badge; locate the
literal "Zig >= 0.15.2" in the installation.mdx content and change it to "Zig >=
0.16.0".

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: af419d08-b42d-4491-bf0c-10d8190d767c

📥 Commits

Reviewing files that changed from the base of the PR and between f543217 and 60aca67.

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

@koko1123
koko1123 merged commit d07f3b8 into main Jun 10, 2026
14 checks passed
@koko1123
koko1123 deleted the chore/release-v0.5.0 branch June 10, 2026 13:42
This was referenced 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