File tree Expand file tree Collapse file tree 2 files changed +23
-7
lines changed Expand file tree Collapse file tree 2 files changed +23
-7
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,24 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.20.0] ( https://github.com/alloy-rs/evm/releases/tag/v0.20.0 ) - 2025-08-26
9
+
10
+ ### Features
11
+
12
+ - Expose ` PrecompileId ` ([ #165 ] ( https://github.com/alloy-rs/evm/issues/165 ) )
13
+ - Expose target/bytecode addresses on ` PrecompileInput ` ([ #161 ] ( https://github.com/alloy-rs/evm/issues/161 ) )
14
+
8
15
## [ 0.19.0] ( https://github.com/alloy-rs/evm/releases/tag/v0.19.0 ) - 2025-08-25
9
16
10
17
### Dependencies
11
18
12
19
- Bump op-alloy019 ([ #159 ] ( https://github.com/alloy-rs/evm/issues/159 ) )
13
20
- [ deps] Bump revm 29 ([ #158 ] ( https://github.com/alloy-rs/evm/issues/158 ) )
14
21
22
+ ### Miscellaneous Tasks
23
+
24
+ - Release 0.19.0
25
+
15
26
## [ 0.18.4] ( https://github.com/alloy-rs/evm/releases/tag/v0.18.4 ) - 2025-08-23
16
27
17
28
### Features
@@ -170,10 +181,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
170
181
171
182
## [ 0.12.2] ( https://github.com/alloy-rs/evm/releases/tag/v0.12.2 ) - 2025-06-23
172
183
173
- ### Bug Fixes
174
-
175
- - Fix compilation
176
-
177
184
### Documentation
178
185
179
186
- Fix typo in tracing.rs comment ([ #113 ] ( https://github.com/alloy-rs/evm/issues/113 ) )
@@ -187,6 +194,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
187
194
188
195
- Release 0.12.2
189
196
- Derive Copy for ` PrecompileInput ` ([ #110 ] ( https://github.com/alloy-rs/evm/issues/110 ) )
197
+
198
+ ## [ 0.12.1] ( https://github.com/alloy-rs/evm/releases/tag/v0.12.1 ) - 2025-06-20
199
+
200
+ ### Bug Fixes
201
+
202
+ - Fix compilation
203
+
204
+ ### Miscellaneous Tasks
205
+
190
206
- Release 0.12.1
191
207
192
208
## [ 0.12.0] ( https://github.com/alloy-rs/evm/releases/tag/v0.12.0 ) - 2025-06-20
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ members = ["crates/*"]
3
3
resolver = " 2"
4
4
5
5
[workspace .package ]
6
- version = " 0.19 .0"
6
+ version = " 0.20 .0"
7
7
edition = " 2021"
8
8
rust-version = " 1.88"
9
9
authors = [" Alloy Contributors" ]
@@ -35,8 +35,8 @@ all-features = true
35
35
rustdoc-args = [" --cfg" , " docsrs" ]
36
36
37
37
[workspace .dependencies ]
38
- alloy-evm = { version = " 0.19 .0" , path = " crates/evm" , default-features = false }
39
- alloy-op-evm = { version = " 0.19 .0" , path = " crates/op-evm" , default-features = false }
38
+ alloy-evm = { version = " 0.20 .0" , path = " crates/evm" , default-features = false }
39
+ alloy-op-evm = { version = " 0.20 .0" , path = " crates/op-evm" , default-features = false }
40
40
41
41
# alloy
42
42
alloy-eip2124 = { version = " 0.2" , default-features = false }
You can’t perform that action at this time.
0 commit comments