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,12 +5,22 @@ 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.8.1] ( https://github.com/alloy-rs/evm/releases/tag/v0.8.1 ) - 2025-05-16
9
+
10
+ ### Features
11
+
12
+ - Extend Evm::Spec bounds with Hash and PartialEq ([ #88 ] ( https://github.com/alloy-rs/evm/issues/88 ) )
13
+
8
14
## [ 0.8.0] ( https://github.com/alloy-rs/evm/releases/tag/v0.8.0 ) - 2025-05-13
9
15
10
16
### Dependencies
11
17
12
18
- Bump alloy 1.0.0 ([ #87 ] ( https://github.com/alloy-rs/evm/issues/87 ) )
13
19
20
+ ### Miscellaneous Tasks
21
+
22
+ - Release 0.8.0
23
+
14
24
## [ 0.7.2] ( https://github.com/alloy-rs/evm/releases/tag/v0.7.2 ) - 2025-05-12
15
25
16
26
### Bug Fixes
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.8.0 "
6
+ version = " 0.8.1 "
7
7
edition = " 2021"
8
8
rust-version = " 1.85"
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.8.0 " , path = " crates/evm" , default-features = false }
39
- alloy-op-evm = { version = " 0.8.0 " , path = " crates/op-evm" , default-features = false }
38
+ alloy-evm = { version = " 0.8.1 " , path = " crates/evm" , default-features = false }
39
+ alloy-op-evm = { version = " 0.8.1 " , 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