@@ -5,12 +5,40 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.35.0] ( https://github.com/alloy-rs/evm/releases/tag/v0.35.0 ) - 2026-05-22
9+
10+ ### Bug Fixes
11+
12+ - Dispatch proper balance increments state to state hook ([ #363 ] ( https://github.com/alloy-rs/evm/issues/363 ) )
13+ - [ evm] Apply blob base fee block override ([ #356 ] ( https://github.com/alloy-rs/evm/issues/356 ) )
14+
15+ ### Dependencies
16+
17+ - Bump revm to 40.0.0 ([ #361 ] ( https://github.com/alloy-rs/evm/issues/361 ) )
18+
19+ ### Documentation
20+
21+ - [ evm] Clarify executable tx parts ([ #362 ] ( https://github.com/alloy-rs/evm/issues/362 ) )
22+
23+ ### Features
24+
25+ - Handle non-fatal EVM errors ([ #364 ] ( https://github.com/alloy-rs/evm/issues/364 ) )
26+ - [ evm] Add indexed transaction execution ([ #354 ] ( https://github.com/alloy-rs/evm/issues/354 ) )
27+
28+ ### Miscellaneous Tasks
29+
30+ - Port reth tests for increments ([ #365 ] ( https://github.com/alloy-rs/evm/issues/365 ) )
31+
832## [ 0.34.0] ( https://github.com/alloy-rs/evm/releases/tag/v0.34.0 ) - 2026-04-28
933
1034### Documentation
1135
1236- Fix stale zero-withdrawal comment ([ #351 ] ( https://github.com/alloy-rs/evm/issues/351 ) )
1337
38+ ### Miscellaneous Tasks
39+
40+ - Release 0.34.0
41+
1442### Refactor
1543
1644- [ evm] Require sendable tx results ([ #352 ] ( https://github.com/alloy-rs/evm/issues/352 ) )
@@ -693,10 +721,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
693721
694722## [ 0.12.2] ( https://github.com/alloy-rs/evm/releases/tag/v0.12.2 ) - 2025-06-23
695723
696- ### Bug Fixes
697-
698- - Fix compilation
699-
700724### Documentation
701725
702726- Fix typo in tracing.rs comment ([ #113 ] ( https://github.com/alloy-rs/evm/issues/113 ) )
@@ -710,6 +734,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
710734
711735- Release 0.12.2
712736- Derive Copy for ` PrecompileInput ` ([ #110 ] ( https://github.com/alloy-rs/evm/issues/110 ) )
737+
738+ ## [ 0.12.1] ( https://github.com/alloy-rs/evm/releases/tag/v0.12.1 ) - 2025-06-20
739+
740+ ### Bug Fixes
741+
742+ - Fix compilation
743+
744+ ### Miscellaneous Tasks
745+
713746- Release 0.12.1
714747
715748## [ 0.12.0] ( https://github.com/alloy-rs/evm/releases/tag/v0.12.0 ) - 2025-06-20
0 commit comments