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,12 +5,30 @@ 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.10.0] ( https://github.com/alloy-rs/evm/releases/tag/v0.10.0 ) - 2025-05-23
9+
10+ ### Dependencies
11+
12+ - [ ` deps ` ] Bump revm to ` 24.0.0 ` and op-revm to ` 5.0.0 ` ([ #98 ] ( https://github.com/alloy-rs/evm/issues/98 ) )
13+
14+ ### Features
15+
16+ - Implement from_recovered_tx for txDeposit nativel ([ #96 ] ( https://github.com/alloy-rs/evm/issues/96 ) )
17+
18+ ### Miscellaneous Tasks
19+
20+ - Preparing for mint nonoptional in reth ([ #91 ] ( https://github.com/alloy-rs/evm/issues/91 ) )
21+
822## [ 0.9.1] ( https://github.com/alloy-rs/evm/releases/tag/v0.9.1 ) - 2025-05-20
923
1024### Features
1125
1226- Implement ` FromTxWithEncoded ` and ` FromRecoveredTx ` from ` OpTxEnvelope ` for ` TxEnv ` ([ #94 ] ( https://github.com/alloy-rs/evm/issues/94 ) )
1327
28+ ### Miscellaneous Tasks
29+
30+ - Release 0.9.1
31+
1432## [ 0.9.0] ( https://github.com/alloy-rs/evm/releases/tag/v0.9.0 ) - 2025-05-20
1533
1634### Features
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.9.1 "
6+ version = " 0.10.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.9.1 " , path = " crates/evm" , default-features = false }
39- alloy-op-evm = { version = " 0.9.1 " , path = " crates/op-evm" , default-features = false }
38+ alloy-evm = { version = " 0.10.0 " , path = " crates/evm" , default-features = false }
39+ alloy-op-evm = { version = " 0.10.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