File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,26 @@ 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.1 ] ( https://github.com/alloy-rs/evm/releases/tag/v0.12.1 ) - 2025-06-20
8+ ## [ 0.12.2 ] ( https://github.com/alloy-rs/evm/releases/tag/v0.12.2 ) - 2025-06-23
99
1010### Bug Fixes
1111
1212- Fix compilation
1313
14+ ### Documentation
15+
16+ - Fix typo in tracing.rs comment ([ #113 ] ( https://github.com/alloy-rs/evm/issues/113 ) )
17+ - Correct spelling of "commit" in comments ([ #112 ] ( https://github.com/alloy-rs/evm/issues/112 ) )
18+
19+ ### Features
20+
21+ - Add call-util feature with caller_gas_allowance ([ #111 ] ( https://github.com/alloy-rs/evm/issues/111 ) )
22+
23+ ### Miscellaneous Tasks
24+
25+ - Derive Copy for ` PrecompileInput ` ([ #110 ] ( https://github.com/alloy-rs/evm/issues/110 ) )
26+ - Release 0.12.1
27+
1428## [ 0.12.0] ( https://github.com/alloy-rs/evm/releases/tag/v0.12.0 ) - 2025-06-20
1529
1630### Dependencies
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.12.1 "
6+ version = " 0.12.2 "
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.12.1 " , path = " crates/evm" , default-features = false }
39- alloy-op-evm = { version = " 0.12.1 " , path = " crates/op-evm" , default-features = false }
38+ alloy-evm = { version = " 0.12.2 " , path = " crates/evm" , default-features = false }
39+ alloy-op-evm = { version = " 0.12.2 " , 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