# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.3.0](https://github.com/alloy-rs/alloy/releases/tag/v2.3.0) - 2026-08-03
### Documentation
- [node-bindings] Clarify Reth genesis behavior ([#3994](https://github.com/alloy-rs/alloy/issues/3994))
### Miscellaneous Tasks
- Release 2.2.0
- Release 2.1.1
- Release 2.1.0
- Release 2.0.5
## [2.0.4](https://github.com/alloy-rs/alloy/releases/tag/v2.0.4) - 2026-04-29
### Miscellaneous Tasks
- Release 2.0.4
## [2.0.3](https://github.com/alloy-rs/alloy/releases/tag/v2.0.3) - 2026-04-29
### Bug Fixes
- [node-bindings] Use `create_dir_all` for datadir creation ([#3920](https://github.com/alloy-rs/alloy/issues/3920))
- [node-bindings] Align Reth::default with Reth::new ([#3900](https://github.com/alloy-rs/alloy/issues/3900))
- Clear stderr buffer and break on EOF in geth reader thread ([#3888](https://github.com/alloy-rs/alloy/issues/3888))
### Miscellaneous Tasks
- Release 2.0.3
- Release 2.0.2
- Release 2.0.1
- Release 2.0.0
- Release 1.8.3 ([#3848](https://github.com/alloy-rs/alloy/issues/3848))
- Release 1.8.2
## [1.8.1](https://github.com/alloy-rs/alloy/releases/tag/v1.8.1) - 2026-03-25
### Bug Fixes
- [node-bindings] Use graceful shutdown for anvil ([#3824](https://github.com/alloy-rs/alloy/issues/3824))
### Miscellaneous Tasks
- Release 1.8.1
- Release 1.8.0
## [1.7.4](https://github.com/alloy-rs/alloy/releases/tag/v1.7.4) - 2026-03-09
### Bug Fixes
- [node-bindings] Implicitly enable IPC when setting ipc_path ([#3764](https://github.com/alloy-rs/alloy/issues/3764))
### Miscellaneous Tasks
- Release 1.7.4
- Release 1.7.3
- Release 1.7.2
### Refactor
- [node-bindings] Remove redundant TempDir::close calls ([#3756](https://github.com/alloy-rs/alloy/issues/3756))
- [node-bindings] Remove redundant bounds checks in extract_value ([#3735](https://github.com/alloy-rs/alloy/issues/3735))
## [1.7.1](https://github.com/alloy-rs/alloy/releases/tag/v1.7.1) - 2026-02-17
### Bug Fixes
- [node-bindings] Fix temp dir leak in Geth genesis init ([#3662](https://github.com/alloy-rs/alloy/issues/3662))
### Miscellaneous Tasks
- Release 1.7.1
- Release 1.7.0
- Release 1.6.3
- Release 1.6.2
## [1.6.1](https://github.com/alloy-rs/alloy/releases/tag/v1.6.1) - 2026-02-03
### Miscellaneous Tasks
- Release 1.6.1
## [1.6.0](https://github.com/alloy-rs/alloy/releases/tag/v1.6.0) - 2026-02-03
### Bug Fixes
- [node-bindings] Kill anvil child on timeout ([#3635](https://github.com/alloy-rs/alloy/issues/3635))
### Miscellaneous Tasks
- Release 1.6.0
## [1.5.2](https://github.com/alloy-rs/alloy/releases/tag/v1.5.2) - 2026-01-22
### Miscellaneous Tasks
- Release 1.5.2
## [1.5.1](https://github.com/alloy-rs/alloy/releases/tag/v1.5.1) - 2026-01-21
### Miscellaneous Tasks
- Release 1.5.1 ([#3569](https://github.com/alloy-rs/alloy/issues/3569))
## [1.5.0](https://github.com/alloy-rs/alloy/releases/tag/v1.5.0) - 2026-01-21
### Miscellaneous Tasks
- Release 1.5.0
- Remove redundant clone in reth ([#3525](https://github.com/alloy-rs/alloy/issues/3525))
## [1.4.3](https://github.com/alloy-rs/alloy/releases/tag/v1.4.3) - 2026-01-14
### Miscellaneous Tasks
- Release 1.4.3
- Release 1.4.2
## [1.4.1](https://github.com/alloy-rs/alloy/releases/tag/v1.4.1) - 2026-01-13
### Bug Fixes
- Graceful shutdown for reth and geth instances ([#3450](https://github.com/alloy-rs/alloy/issues/3450))
### Miscellaneous Tasks
- Release 1.4.1
- Release 1.4.0
## [1.3.0](https://github.com/alloy-rs/alloy/releases/tag/v1.3.0) - 2026-01-06
### Documentation
- Add host setter to Reth builder ([#3435](https://github.com/alloy-rs/alloy/issues/3435))
- Add host setter to Geth builder ([#3420](https://github.com/alloy-rs/alloy/issues/3420))
### Features
- Add host setter to the anvil builder ([#3415](https://github.com/alloy-rs/alloy/issues/3415))
### Miscellaneous Tasks
- Release 1.3.0
## [1.2.1](https://github.com/alloy-rs/alloy/releases/tag/v1.2.1) - 2025-12-23
### Bug Fixes
- [node-bindings] Generalize ReadLineError output description ([#3359](https://github.com/alloy-rs/alloy/issues/3359))
### Miscellaneous Tasks
- Release 1.2.1
## [1.1.3](https://github.com/alloy-rs/alloy/releases/tag/v1.1.3) - 2025-12-06
### Miscellaneous Tasks
- Release 1.1.3
## [1.1.2](https://github.com/alloy-rs/alloy/releases/tag/v1.1.2) - 2025-11-20
### Miscellaneous Tasks
- Release 1.1.2
- [node-bindings/anvil] Unify startup timeout with shared NODE_STARTUP_TIMEOUT ([#3193](https://github.com/alloy-rs/alloy/issues/3193))
## [1.1.1](https://github.com/alloy-rs/alloy/releases/tag/v1.1.1) - 2025-11-13
### Miscellaneous Tasks
- Release 1.1.1
## [1.1.0](https://github.com/alloy-rs/alloy/releases/tag/v1.1.0) - 2025-11-04
### Miscellaneous Tasks
- Release 1.1.0
## [1.0.42](https://github.com/alloy-rs/alloy/releases/tag/v1.0.42) - 2025-10-31
### Miscellaneous Tasks
- Release 1.0.42
- Release 1.0.41
### Other
- [geth] Remove duplicate --miner.etherbase arg in Clique mode ([#3050](https://github.com/alloy-rs/alloy/issues/3050))
## [1.0.40](https://github.com/alloy-rs/alloy/releases/tag/v1.0.40) - 2025-10-17
### Miscellaneous Tasks
- Release 1.0.40
- Release 1.0.40
## [1.0.39](https://github.com/alloy-rs/alloy/releases/tag/v1.0.39) - 2025-10-16
### Miscellaneous Tasks
- Release 1.0.39
## [1.0.38](https://github.com/alloy-rs/alloy/releases/tag/v1.0.38) - 2025-10-08
### Miscellaneous Tasks
- Release 1.0.38 ([#3007](https://github.com/alloy-rs/alloy/issues/3007))
## [1.0.37](https://github.com/alloy-rs/alloy/releases/tag/v1.0.37) - 2025-09-30
### Miscellaneous Tasks
- Release 1.0.37
- Align tracing targets ([#2932](https://github.com/alloy-rs/alloy/issues/2932))
- Remove feature(doc_auto_cfg) ([#2941](https://github.com/alloy-rs/alloy/issues/2941))
## [1.0.36](https://github.com/alloy-rs/alloy/releases/tag/v1.0.36) - 2025-09-24
### Miscellaneous Tasks
- Release 1.0.36
## [1.0.35](https://github.com/alloy-rs/alloy/releases/tag/v1.0.35) - 2025-09-22
### Miscellaneous Tasks
- Release 1.0.35
## [1.0.34](https://github.com/alloy-rs/alloy/releases/tag/v1.0.34) - 2025-09-21
### Bug Fixes
- [node-bindings] Correct docs for Anvil chain_id, Geth new, and Reth chain_or_path ([#2904](https://github.com/alloy-rs/alloy/issues/2904))
### Miscellaneous Tasks
- Release 1.0.34
## [1.0.33](https://github.com/alloy-rs/alloy/releases/tag/v1.0.33) - 2025-09-19
### Miscellaneous Tasks
- Release 1.0.33
## [1.0.32](https://github.com/alloy-rs/alloy/releases/tag/v1.0.32) - 2025-09-16
### Miscellaneous Tasks
- Release 1.0.32
### Other
- Avoid panic in AnvilInstance::drop; fail soft on kill error ([#2878](https://github.com/alloy-rs/alloy/issues/2878))
## [1.0.31](https://github.com/alloy-rs/alloy/releases/tag/v1.0.31) - 2025-09-15
### Miscellaneous Tasks
- Release 1.0.31
- Avoid panic on TempDir cleanup in node-bindings utils ([#2860](https://github.com/alloy-rs/alloy/issues/2860))
## [1.0.30](https://github.com/alloy-rs/alloy/releases/tag/v1.0.30) - 2025-09-03
### Miscellaneous Tasks
- Release 1.0.30
## [1.0.29](https://github.com/alloy-rs/alloy/releases/tag/v1.0.29) - 2025-09-03
### Miscellaneous Tasks
- Release 1.0.29
## [1.0.28](https://github.com/alloy-rs/alloy/releases/tag/v1.0.28) - 2025-09-02
### Miscellaneous Tasks
- Release 1.0.28
### Other
- Add `auto_impersonate` helper to anvil bindings ([#2824](https://github.com/alloy-rs/alloy/issues/2824))
## [1.0.27](https://github.com/alloy-rs/alloy/releases/tag/v1.0.27) - 2025-08-26
### Miscellaneous Tasks
- Release 1.0.27 ([#2822](https://github.com/alloy-rs/alloy/issues/2822))
- Release 1.0.26
## [1.0.25](https://github.com/alloy-rs/alloy/releases/tag/v1.0.25) - 2025-08-19
### Miscellaneous Tasks
- Release 1.0.25
- Release 1.0.25
## [1.0.24](https://github.com/alloy-rs/alloy/releases/tag/v1.0.24) - 2025-08-06
### Miscellaneous Tasks
- Release 1.0.24
## [1.0.23](https://github.com/alloy-rs/alloy/releases/tag/v1.0.23) - 2025-07-22
### Miscellaneous Tasks
- Release 1.0.23
## [1.0.22](https://github.com/alloy-rs/alloy/releases/tag/v1.0.22) - 2025-07-14
### Miscellaneous Tasks
- Release 1.0.22
## [1.0.21](https://github.com/alloy-rs/alloy/releases/tag/v1.0.21) - 2025-07-14
### Miscellaneous Tasks
- Release 1.0.21
## [1.0.20](https://github.com/alloy-rs/alloy/releases/tag/v1.0.20) - 2025-07-09
### Miscellaneous Tasks
- Release 1.0.20
## [1.0.19](https://github.com/alloy-rs/alloy/releases/tag/v1.0.19) - 2025-07-08
### Miscellaneous Tasks
- Release 1.0.19
## [1.0.18](https://github.com/alloy-rs/alloy/releases/tag/v1.0.18) - 2025-07-08
### Bug Fixes
- Kill anvil with sigterm ([#2660](https://github.com/alloy-rs/alloy/issues/2660))
### Features
- Add environment variable support to Anvil builder ([#2659](https://github.com/alloy-rs/alloy/issues/2659))
### Miscellaneous Tasks
- Release 1.0.18
- Set NO_COLOR for anvil ([#2661](https://github.com/alloy-rs/alloy/issues/2661))
- Release 1.0.17
## [1.0.16](https://github.com/alloy-rs/alloy/releases/tag/v1.0.16) - 2025-06-27
### Miscellaneous Tasks
- Release 1.0.16
## [1.0.15](https://github.com/alloy-rs/alloy/releases/tag/v1.0.15) - 2025-06-27
### Miscellaneous Tasks
- Release 1.0.15
## [1.0.14](https://github.com/alloy-rs/alloy/releases/tag/v1.0.14) - 2025-06-27
### Miscellaneous Tasks
- Release 1.0.14
## [1.0.13](https://github.com/alloy-rs/alloy/releases/tag/v1.0.13) - 2025-06-26
### Miscellaneous Tasks
- Release 1.0.13
## [1.0.12](https://github.com/alloy-rs/alloy/releases/tag/v1.0.12) - 2025-06-18
### Miscellaneous Tasks
- Release 1.0.12
- Release 1.0.11
## [1.0.10](https://github.com/alloy-rs/alloy/releases/tag/v1.0.10) - 2025-06-17
### Dependencies
- Bump MSRV to 1.85 ([#2547](https://github.com/alloy-rs/alloy/issues/2547))
### Miscellaneous Tasks
- Release 1.0.10
- Release 1.0.10
## [1.0.9](https://github.com/alloy-rs/alloy/releases/tag/v1.0.9) - 2025-05-28
### Miscellaneous Tasks
- Release 1.0.9
## [1.0.8](https://github.com/alloy-rs/alloy/releases/tag/v1.0.8) - 2025-05-27
### Miscellaneous Tasks
- Release 1.0.8
## [1.0.7](https://github.com/alloy-rs/alloy/releases/tag/v1.0.7) - 2025-05-24
### Miscellaneous Tasks
- Release 1.0.7
## [1.0.6](https://github.com/alloy-rs/alloy/releases/tag/v1.0.6) - 2025-05-21
### Miscellaneous Tasks
- Release 1.0.6
## [1.0.5](https://github.com/alloy-rs/alloy/releases/tag/v1.0.5) - 2025-05-20
### Miscellaneous Tasks
- Release 1.0.5
## [1.0.4](https://github.com/alloy-rs/alloy/releases/tag/v1.0.4) - 2025-05-19
### Miscellaneous Tasks
- Release 1.0.4
## [1.0.3](https://github.com/alloy-rs/alloy/releases/tag/v1.0.3) - 2025-05-15
### Miscellaneous Tasks
- Release 1.0.3 ([#2460](https://github.com/alloy-rs/alloy/issues/2460))
- Release 1.0.2
## [1.0.1](https://github.com/alloy-rs/alloy/releases/tag/v1.0.1) - 2025-05-13
### Miscellaneous Tasks
- Release 1.0.1
## [1.0.0](https://github.com/alloy-rs/alloy/releases/tag/v1.0.0) - 2025-05-13
### Miscellaneous Tasks
- Release 1.0.0
## [0.15.11](https://github.com/alloy-rs/alloy/releases/tag/v0.15.11) - 2025-05-12
### Features
- Some covenience signer impls ([#2410](https://github.com/alloy-rs/alloy/issues/2410))
### Miscellaneous Tasks
- Release 0.15.11
- Fix clippy ([#2422](https://github.com/alloy-rs/alloy/issues/2422))
## [0.15.10](https://github.com/alloy-rs/alloy/releases/tag/v0.15.10) - 2025-05-07
### Miscellaneous Tasks
- Release 0.15.10
## [0.15.9](https://github.com/alloy-rs/alloy/releases/tag/v0.15.9) - 2025-05-05
### Miscellaneous Tasks
- Release 0.15.9
## [0.15.8](https://github.com/alloy-rs/alloy/releases/tag/v0.15.8) - 2025-05-02
### Miscellaneous Tasks
- Release 0.15.8
## [0.15.7](https://github.com/alloy-rs/alloy/releases/tag/v0.15.7) - 2025-04-30
### Miscellaneous Tasks
- Release 0.15.7
- Clippy happy ([#2370](https://github.com/alloy-rs/alloy/issues/2370))
## [0.15.6](https://github.com/alloy-rs/alloy/releases/tag/v0.15.6) - 2025-04-24
### Miscellaneous Tasks
- Release 0.15.6
## [0.15.5](https://github.com/alloy-rs/alloy/releases/tag/v0.15.5) - 2025-04-24
### Miscellaneous Tasks
- Release 0.15.5
- Release 0.15.4
## [0.15.3](https://github.com/alloy-rs/alloy/releases/tag/v0.15.3) - 2025-04-24
### Miscellaneous Tasks
- Release 0.15.3
## [0.15.2](https://github.com/alloy-rs/alloy/releases/tag/v0.15.2) - 2025-04-23
### Miscellaneous Tasks
- Release 0.15.2
## [0.15.1](https://github.com/alloy-rs/alloy/releases/tag/v0.15.1) - 2025-04-23
### Miscellaneous Tasks
- Release 0.15.1
## [0.15.0](https://github.com/alloy-rs/alloy/releases/tag/v0.15.0) - 2025-04-23
### Bug Fixes
- Fix grammar typos in documentation ([#2333](https://github.com/alloy-rs/alloy/issues/2333))
### Features
- Add mut arg setters for node bindings ([#2308](https://github.com/alloy-rs/alloy/issues/2308))
### Miscellaneous Tasks
- Release 0.15.0
## [0.14.0](https://github.com/alloy-rs/alloy/releases/tag/v0.14.0) - 2025-04-09
### Features
- Relax ProviderBuilder bounds ([#2276](https://github.com/alloy-rs/alloy/issues/2276))
### Miscellaneous Tasks
- Release 0.14.0
## [0.13.0](https://github.com/alloy-rs/alloy/releases/tag/v0.13.0) - 2025-03-28
### Miscellaneous Tasks
- Release 0.13.0
- Expect instead of allow ([#2228](https://github.com/alloy-rs/alloy/issues/2228))
## [0.12.6](https://github.com/alloy-rs/alloy/releases/tag/v0.12.6) - 2025-03-18
### Bug Fixes
- Drop geth's stderr handle ([#2104](https://github.com/alloy-rs/alloy/issues/2104))
### Features
- [`node-bindings`] Anvil typed hardforks ([#2207](https://github.com/alloy-rs/alloy/issues/2207))
### Miscellaneous Tasks
- Release 0.12.6
## [0.12.5](https://github.com/alloy-rs/alloy/releases/tag/v0.12.5) - 2025-03-12
### Miscellaneous Tasks
- Release 0.12.5
## [0.12.4](https://github.com/alloy-rs/alloy/releases/tag/v0.12.4) - 2025-03-07
### Miscellaneous Tasks
- Release 0.12.4
## [0.12.3](https://github.com/alloy-rs/alloy/releases/tag/v0.12.3) - 2025-03-07
### Miscellaneous Tasks
- Release 0.12.3
## [0.12.2](https://github.com/alloy-rs/alloy/releases/tag/v0.12.2) - 2025-03-07
### Miscellaneous Tasks
- Release 0.12.2
- Release 0.12.1
## [0.12.0](https://github.com/alloy-rs/alloy/releases/tag/v0.12.0) - 2025-03-07
### Miscellaneous Tasks
- Release 0.12.0
### Testing
- Enable more tests on windows ([#2126](https://github.com/alloy-rs/alloy/issues/2126))
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12
### Bug Fixes
- Opt-in to keep stdout ([#1985](https://github.com/alloy-rs/alloy/issues/1985))
### Features
- [`node-bindings`] Expose anvil wallet ([#1994](https://github.com/alloy-rs/alloy/issues/1994))
### Miscellaneous Tasks
- Release 0.11.1
## [0.11.0](https://github.com/alloy-rs/alloy/releases/tag/v0.11.0) - 2025-01-31
### Bug Fixes
- [`node-bindings`] Reset `child.stdout` in `AnvilInstance` ([#1920](https://github.com/alloy-rs/alloy/issues/1920))
### Documentation
- Enable some useful rustdoc features on docs.rs ([#1890](https://github.com/alloy-rs/alloy/issues/1890))
### Features
- Add avil ipc-path arg ([#1978](https://github.com/alloy-rs/alloy/issues/1978))
### Miscellaneous Tasks
- Release 0.11.0
- Disable anvil nightly warning ([#1979](https://github.com/alloy-rs/alloy/issues/1979))
- Release 0.10.0
## [0.9.2](https://github.com/alloy-rs/alloy/releases/tag/v0.9.2) - 2025-01-03
### Miscellaneous Tasks
- Release 0.9.2
## [0.9.1](https://github.com/alloy-rs/alloy/releases/tag/v0.9.1) - 2024-12-30
### Miscellaneous Tasks
- Release 0.9.1
## [0.9.0](https://github.com/alloy-rs/alloy/releases/tag/v0.9.0) - 2024-12-30
### Miscellaneous Tasks
- Release 0.9.0
## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20
### Miscellaneous Tasks
- Release 0.8.3
## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19
### Miscellaneous Tasks
- Release 0.8.2
### Other
- Add edge case tests for `extract_value` and fix the newly discovered bug ([#1808](https://github.com/alloy-rs/alloy/issues/1808))
## [0.8.1](https://github.com/alloy-rs/alloy/releases/tag/v0.8.1) - 2024-12-16
### Miscellaneous Tasks
- Release 0.8.1
## [0.8.0](https://github.com/alloy-rs/alloy/releases/tag/v0.8.0) - 2024-12-10
### Miscellaneous Tasks
- Release 0.8.0 ([#1778](https://github.com/alloy-rs/alloy/issues/1778))
## [0.7.3](https://github.com/alloy-rs/alloy/releases/tag/v0.7.3) - 2024-12-05
### Miscellaneous Tasks
- Release 0.7.3
- Release 0.7.2 ([#1729](https://github.com/alloy-rs/alloy/issues/1729))
## [0.7.0](https://github.com/alloy-rs/alloy/releases/tag/v0.7.0) - 2024-11-28
### Miscellaneous Tasks
- Release 0.7.0
- Release 0.7.0
- Release 0.7.0
### Testing
- [node-bindings] Add unit tests for node-bindings utils and refac ([#1637](https://github.com/alloy-rs/alloy/issues/1637))
## [0.6.4](https://github.com/alloy-rs/alloy/releases/tag/v0.6.4) - 2024-11-12
### Miscellaneous Tasks
- Release 0.6.4
## [0.6.3](https://github.com/alloy-rs/alloy/releases/tag/v0.6.3) - 2024-11-12
### Miscellaneous Tasks
- Release 0.6.3
- Release 0.6.2 ([#1632](https://github.com/alloy-rs/alloy/issues/1632))
## [0.6.1](https://github.com/alloy-rs/alloy/releases/tag/v0.6.1) - 2024-11-06
### Miscellaneous Tasks
- Release 0.6.1
## [0.6.0](https://github.com/alloy-rs/alloy/releases/tag/v0.6.0) - 2024-11-06
### Miscellaneous Tasks
- Release 0.6.0
## [0.5.4](https://github.com/alloy-rs/alloy/releases/tag/v0.5.4) - 2024-10-23
### Miscellaneous Tasks
- Release 0.5.4
## [0.5.3](https://github.com/alloy-rs/alloy/releases/tag/v0.5.3) - 2024-10-22
### Miscellaneous Tasks
- Release 0.5.3
### Other
- Small refactor with `then_some` ([#1533](https://github.com/alloy-rs/alloy/issues/1533))
## [0.5.2](https://github.com/alloy-rs/alloy/releases/tag/v0.5.2) - 2024-10-18
### Miscellaneous Tasks
- Release 0.5.2
## [0.5.1](https://github.com/alloy-rs/alloy/releases/tag/v0.5.1) - 2024-10-18
### Miscellaneous Tasks
- Release 0.5.1
## [0.5.0](https://github.com/alloy-rs/alloy/releases/tag/v0.5.0) - 2024-10-18
### Miscellaneous Tasks
- Release 0.5.0
- Unify use Option ref ([#1477](https://github.com/alloy-rs/alloy/issues/1477))
- More simplifications ([#1469](https://github.com/alloy-rs/alloy/issues/1469))
- Some small improvements ([#1461](https://github.com/alloy-rs/alloy/issues/1461))
### Testing
- [node-bindings] Consolidate integration tests ([#1422](https://github.com/alloy-rs/alloy/issues/1422))
## [0.4.2](https://github.com/alloy-rs/alloy/releases/tag/v0.4.2) - 2024-10-01
### Miscellaneous Tasks
- Release 0.4.2
## [0.4.1](https://github.com/alloy-rs/alloy/releases/tag/v0.4.1) - 2024-10-01
### Miscellaneous Tasks
- Release 0.4.1
## [0.4.0](https://github.com/alloy-rs/alloy/releases/tag/v0.4.0) - 2024-09-30
### Miscellaneous Tasks
- Release 0.4.0
- Fix some warnings ([#1320](https://github.com/alloy-rs/alloy/issues/1320))
### Styling
- Make tests that require binaries in path CI only ([#1393](https://github.com/alloy-rs/alloy/issues/1393))
## [0.3.6](https://github.com/alloy-rs/alloy/releases/tag/v0.3.6) - 2024-09-18
### Features
- [`node-bindings`] Support appending extra args ([#1299](https://github.com/alloy-rs/alloy/issues/1299))
### Miscellaneous Tasks
- Release 0.3.6
- Release 0.3.5
## [0.3.4](https://github.com/alloy-rs/alloy/releases/tag/v0.3.4) - 2024-09-13
### Bug Fixes
- `debug_traceCallMany` and `trace_callMany` ([#1278](https://github.com/alloy-rs/alloy/issues/1278))
### Features
- Improve node bindings ([#1279](https://github.com/alloy-rs/alloy/issues/1279))
### Miscellaneous Tasks
- Release 0.3.4
## [0.3.3](https://github.com/alloy-rs/alloy/releases/tag/v0.3.3) - 2024-09-10
### Miscellaneous Tasks
- Release 0.3.3
### Testing
- Dont use fork test ([#1263](https://github.com/alloy-rs/alloy/issues/1263))
## [0.3.2](https://github.com/alloy-rs/alloy/releases/tag/v0.3.2) - 2024-09-09
### Features
- Add Reth node bindings ([#1092](https://github.com/alloy-rs/alloy/issues/1092))
### Miscellaneous Tasks
- Release 0.3.2
## [0.3.1](https://github.com/alloy-rs/alloy/releases/tag/v0.3.1) - 2024-09-02
### Bug Fixes
- Anvil builder default port ([#1213](https://github.com/alloy-rs/alloy/issues/1213))
### Miscellaneous Tasks
- Release 0.3.1
## [0.3.0](https://github.com/alloy-rs/alloy/releases/tag/v0.3.0) - 2024-08-28
### Bug Fixes
- [node-bindings] Backport fix from ethers-rs ([#1081](https://github.com/alloy-rs/alloy/issues/1081))
- [provider] Prevent panic from having 0 keys when calling `on_anvil_with_wallet_and_config` ([#1055](https://github.com/alloy-rs/alloy/issues/1055))
- [admin] Id in NodeInfo is string instead of B256 ([#1038](https://github.com/alloy-rs/alloy/issues/1038))
### Miscellaneous Tasks
- Release 0.3.0
- Release 0.2.1
- Release 0.2.0
### Testing
- Flaky rpc ([#1180](https://github.com/alloy-rs/alloy/issues/1180))
## [0.1.4](https://github.com/alloy-rs/alloy/releases/tag/v0.1.4) - 2024-07-08
### Miscellaneous Tasks
- Release 0.1.4
- Release 0.1.3
## [0.1.2](https://github.com/alloy-rs/alloy/releases/tag/v0.1.2) - 2024-06-19
### Bug Fixes
- Use port 0 for anvil by default ([#135](https://github.com/alloy-rs/alloy/issues/135))
### Dependencies
- [deps] Update to interprocess 2 ([#687](https://github.com/alloy-rs/alloy/issues/687))
### Documentation
- Add per-crate changelogs ([#914](https://github.com/alloy-rs/alloy/issues/914))
### Features
- `std` feature flag for `alloy-consensus` ([#461](https://github.com/alloy-rs/alloy/issues/461))
- [node-bindings] Add methods for returning instance urls ([#359](https://github.com/alloy-rs/alloy/issues/359))
- [providers] Event, polling and streaming methods ([#274](https://github.com/alloy-rs/alloy/issues/274))
- Add `alloy-node-bindings` ([#111](https://github.com/alloy-rs/alloy/issues/111))
### Miscellaneous Tasks
- Release 0.1.2
- Update changelogs for v0.1.1 ([#922](https://github.com/alloy-rs/alloy/issues/922))
- Add docs.rs metadata to all manifests ([#917](https://github.com/alloy-rs/alloy/issues/917))
- [other] Use type aliases where possible to improve clarity ([#859](https://github.com/alloy-rs/alloy/issues/859))
- [docs] Crate completeness and fix typos ([#861](https://github.com/alloy-rs/alloy/issues/861))
- [docs] Add doc aliases ([#843](https://github.com/alloy-rs/alloy/issues/843))
- [general] Add CI workflow for Windows + fix IPC test ([#642](https://github.com/alloy-rs/alloy/issues/642))
- Update to geth 1.14 ([#628](https://github.com/alloy-rs/alloy/issues/628))
- Reuse alloy genesis in bindings ([#139](https://github.com/alloy-rs/alloy/issues/139))
### Other
- Add clippy at workspace level ([#766](https://github.com/alloy-rs/alloy/issues/766))
- Use into instead of from ([#749](https://github.com/alloy-rs/alloy/issues/749))
- Check no_std in CI ([#367](https://github.com/alloy-rs/alloy/issues/367))
- Add `block_time_f64` to `Anvil` ([#336](https://github.com/alloy-rs/alloy/issues/336))
- Add `try_spawn` function for Anvil and Geth bindings ([#226](https://github.com/alloy-rs/alloy/issues/226))
### Styling
- Sort derives ([#499](https://github.com/alloy-rs/alloy/issues/499))
[`alloy`]: https://crates.io/crates/alloy
[alloy]: https://crates.io/crates/alloy
[`alloy-core`]: https://crates.io/crates/alloy-core
[alloy-core]: https://crates.io/crates/alloy-core
[`alloy-consensus`]: https://crates.io/crates/alloy-consensus
[alloy-consensus]: https://crates.io/crates/alloy-consensus
[`alloy-contract`]: https://crates.io/crates/alloy-contract
[alloy-contract]: https://crates.io/crates/alloy-contract
[`alloy-eips`]: https://crates.io/crates/alloy-eips
[alloy-eips]: https://crates.io/crates/alloy-eips
[`alloy-genesis`]: https://crates.io/crates/alloy-genesis
[alloy-genesis]: https://crates.io/crates/alloy-genesis
[`alloy-json-rpc`]: https://crates.io/crates/alloy-json-rpc
[alloy-json-rpc]: https://crates.io/crates/alloy-json-rpc
[`alloy-network`]: https://crates.io/crates/alloy-network
[alloy-network]: https://crates.io/crates/alloy-network
[`alloy-node-bindings`]: https://crates.io/crates/alloy-node-bindings
[alloy-node-bindings]: https://crates.io/crates/alloy-node-bindings
[`alloy-provider`]: https://crates.io/crates/alloy-provider
[alloy-provider]: https://crates.io/crates/alloy-provider
[`alloy-pubsub`]: https://crates.io/crates/alloy-pubsub
[alloy-pubsub]: https://crates.io/crates/alloy-pubsub
[`alloy-rpc-client`]: https://crates.io/crates/alloy-rpc-client
[alloy-rpc-client]: https://crates.io/crates/alloy-rpc-client
[`alloy-rpc-types`]: https://crates.io/crates/alloy-rpc-types
[alloy-rpc-types]: https://crates.io/crates/alloy-rpc-types
[`alloy-rpc-types-anvil`]: https://crates.io/crates/alloy-rpc-types-anvil
[alloy-rpc-types-anvil]: https://crates.io/crates/alloy-rpc-types-anvil
[`alloy-rpc-types-beacon`]: https://crates.io/crates/alloy-rpc-types-beacon
[alloy-rpc-types-beacon]: https://crates.io/crates/alloy-rpc-types-beacon
[`alloy-rpc-types-engine`]: https://crates.io/crates/alloy-rpc-types-engine
[alloy-rpc-types-engine]: https://crates.io/crates/alloy-rpc-types-engine
[`alloy-rpc-types-eth`]: https://crates.io/crates/alloy-rpc-types-eth
[alloy-rpc-types-eth]: https://crates.io/crates/alloy-rpc-types-eth
[`alloy-rpc-types-trace`]: https://crates.io/crates/alloy-rpc-types-trace
[alloy-rpc-types-trace]: https://crates.io/crates/alloy-rpc-types-trace
[`alloy-serde`]: https://crates.io/crates/alloy-serde
[alloy-serde]: https://crates.io/crates/alloy-serde
[`alloy-signer`]: https://crates.io/crates/alloy-signer
[alloy-signer]: https://crates.io/crates/alloy-signer
[`alloy-signer-aws`]: https://crates.io/crates/alloy-signer-aws
[alloy-signer-aws]: https://crates.io/crates/alloy-signer-aws
[`alloy-signer-gcp`]: https://crates.io/crates/alloy-signer-gcp
[alloy-signer-gcp]: https://crates.io/crates/alloy-signer-gcp
[`alloy-signer-ledger`]: https://crates.io/crates/alloy-signer-ledger
[alloy-signer-ledger]: https://crates.io/crates/alloy-signer-ledger
[`alloy-signer-local`]: https://crates.io/crates/alloy-signer-local
[alloy-signer-local]: https://crates.io/crates/alloy-signer-local
[`alloy-signer-trezor`]: https://crates.io/crates/alloy-signer-trezor
[alloy-signer-trezor]: https://crates.io/crates/alloy-signer-trezor
[`alloy-signer-wallet`]: https://crates.io/crates/alloy-signer-wallet
[alloy-signer-wallet]: https://crates.io/crates/alloy-signer-wallet
[`alloy-transport`]: https://crates.io/crates/alloy-transport
[alloy-transport]: https://crates.io/crates/alloy-transport
[`alloy-transport-http`]: https://crates.io/crates/alloy-transport-http
[alloy-transport-http]: https://crates.io/crates/alloy-transport-http
[`alloy-transport-ipc`]: https://crates.io/crates/alloy-transport-ipc
[alloy-transport-ipc]: https://crates.io/crates/alloy-transport-ipc
[`alloy-transport-ws`]: https://crates.io/crates/alloy-transport-ws
[alloy-transport-ws]: https://crates.io/crates/alloy-transport-ws