Backfill CHANGELOG through v0.4.0 and align all version references#58
Conversation
CHANGELOG.md only documented v0.1.0 while six tagged releases existed and build.zig.zon claimed 0.3.0. Backfill entries for 0.2.0 through 0.3.0 from the tagged history, add the 0.4.0 entry covering everything merged since March (WsClient, state overrides, full pending-tx subscriptions, SSE transport, retry middleware, DEX math, Zig master compat), and align every version reference: - build.zig.zon: 0.3.0 -> 0.4.0 - README + docs installation: install URL v0.2.2 -> v0.4.0 - SECURITY.md: supported versions 0.1.x -> 0.4.x
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
📝 WalkthroughWalkthroughThis pull request bumps eth.zig to version 0.4.0. The package manifest version is updated, a new changelog section documents added features (WebSocket and subscription improvements, eth_call overrides, new transports), breaking changes (Zig syntax, stricter validation), and bug fixes. Installation and compatibility documentation are updated to reference the new version and specify 0.4.x support. ChangesVersion 0.4.0 Release
🎯 1 (Trivial) | ⏱️ ~3 minutes
🚥 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 |
What
Brings the CHANGELOG and every version reference in the repo up to date, preparing the v0.4.0 release.
Why
CHANGELOG.mdonly documented v0.1.0 even though v0.2.0–v0.3.0 are tagged and released,build.zig.zonsaid 0.3.0, the README and docs told users to install#v0.2.2, and SECURITY.md claimed only 0.1.x is supported. Inconsistent versioning is one of the first things prospective adopters notice.How
build.zig.zon0.3.0 → 0.4.0; README/docs install URLs →#v0.4.0; SECURITY.md supported versions → 0.4.xAfter merge I'll tag
v0.4.0and publish the GitHub release with these notes.🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Documentation