File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ 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.12.0] ( https://github.com/alloy-rs/evm/releases/tag/v0.12.0 ) - 2025-06-20
9+
10+ ### Dependencies
11+
12+ - Bump revm 25 ([ #100 ] ( https://github.com/alloy-rs/evm/issues/100 ) )
13+
14+ ### Documentation
15+
16+ - Improve apply_precompile documentation ([ #106 ] ( https://github.com/alloy-rs/evm/issues/106 ) )
17+ - Improve BlockExecutorFactory and ExecutionCtx documentation ([ #104 ] ( https://github.com/alloy-rs/evm/issues/104 ) )
18+ - Improve transaction trait documentation ([ #103 ] ( https://github.com/alloy-rs/evm/issues/103 ) )
19+
20+ ### Features
21+
22+ - Add RPC utilities for block and state overrides ([ #108 ] ( https://github.com/alloy-rs/evm/issues/108 ) )
23+ - Provide more context to ` Precompile::call ` ([ #109 ] ( https://github.com/alloy-rs/evm/issues/109 ) )
24+
825## [ 0.11.0] ( https://github.com/alloy-rs/evm/releases/tag/v0.11.0 ) - 2025-06-11
926
1027### Features
@@ -13,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1330
1431### Miscellaneous Tasks
1532
33+ - Release 0.11.0
1634- Update ` op-alloy-consensus ` ([ #101 ] ( https://github.com/alloy-rs/evm/issues/101 ) )
1735
1836## [ 0.10.0] ( https://github.com/alloy-rs/evm/releases/tag/v0.10.0 ) - 2025-05-23
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ members = ["crates/*"]
33resolver = " 2"
44
55[workspace .package ]
6- version = " 0.11 .0"
6+ version = " 0.12 .0"
77edition = " 2021"
88rust-version = " 1.85"
99authors = [" Alloy Contributors" ]
@@ -35,8 +35,8 @@ all-features = true
3535rustdoc-args = [" --cfg" , " docsrs" ]
3636
3737[workspace .dependencies ]
38- alloy-evm = { version = " 0.11 .0" , path = " crates/evm" , default-features = false }
39- alloy-op-evm = { version = " 0.11 .0" , path = " crates/op-evm" , default-features = false }
38+ alloy-evm = { version = " 0.12 .0" , path = " crates/evm" , default-features = false }
39+ alloy-op-evm = { version = " 0.12 .0" , path = " crates/op-evm" , default-features = false }
4040
4141# alloy
4242alloy-eip2124 = { version = " 0.2" , default-features = false }
You can’t perform that action at this time.
0 commit comments