Release v0.5.0: version bump and changelog#61
Conversation
- 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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 WalkthroughWalkthroughVersion 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. ChangesVersion 0.5.0 Release
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
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 winUpdate 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
📒 Files selected for processing (5)
CHANGELOG.mdREADME.mdSECURITY.mdbuild.zig.zondocs/content/docs/installation.mdx
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
eth.runtimemodule helperslog_watcherfunctionalityprovider.parseBlockHeaderObjectBug Fixes
Chores