File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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.25.2] ( https://github.com/alloy-rs/evm/releases/tag/v0.25.2 ) - 2025-12-12
9+
10+ ### Features
11+
12+ - Add ` is_static ` to PrecompileInput ([ #245 ] ( https://github.com/alloy-rs/evm/issues/245 ) )
13+
814## [ 0.25.1] ( https://github.com/alloy-rs/evm/releases/tag/v0.25.1 ) - 2025-12-11
915
1016### Features
@@ -13,6 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1319- [ error] Add gas limit fns to ` InvalidTxError ` trait ([ #235 ] ( https://github.com/alloy-rs/evm/issues/235 ) )
1420- Impl ` RecoveredTx ` for ` Recovered<Arc<T>> ` ([ #243 ] ( https://github.com/alloy-rs/evm/issues/243 ) )
1521
22+ ### Miscellaneous Tasks
23+
24+ - Release 0.25.1
25+
1626## [ 0.25.0] ( https://github.com/alloy-rs/evm/releases/tag/v0.25.0 ) - 2025-12-10
1727
1828### 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.25.1 "
6+ version = " 0.25.2 "
77edition = " 2021"
88rust-version = " 1.88"
99authors = [" Alloy Contributors" ]
@@ -35,8 +35,8 @@ all-features = true
3535rustdoc-args = [" --cfg" , " docsrs" ]
3636
3737[workspace .dependencies ]
38- alloy-evm = { version = " 0.25.1 " , path = " crates/evm" , default-features = false }
39- alloy-op-evm = { version = " 0.25.1 " , path = " crates/op-evm" , default-features = false }
38+ alloy-evm = { version = " 0.25.2 " , path = " crates/evm" , default-features = false }
39+ alloy-op-evm = { version = " 0.25.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