Skip to content

Commit e21c733

Browse files
committed
chore: release 0.8.1
1 parent 424b647 commit e21c733

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
814
## [0.8.0](https://github.com/alloy-rs/evm/releases/tag/v0.8.0) - 2025-05-13
915

1016
### Dependencies
1117

1218
- Bump alloy 1.0.0 ([#87](https://github.com/alloy-rs/evm/issues/87))
1319

20+
### Miscellaneous Tasks
21+
22+
- Release 0.8.0
23+
1424
## [0.7.2](https://github.com/alloy-rs/evm/releases/tag/v0.7.2) - 2025-05-12
1525

1626
### Bug Fixes

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.8.0"
6+
version = "0.8.1"
77
edition = "2021"
88
rust-version = "1.85"
99
authors = ["Alloy Contributors"]
@@ -35,8 +35,8 @@ all-features = true
3535
rustdoc-args = ["--cfg", "docsrs"]
3636

3737
[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 }
4040

4141
# alloy
4242
alloy-eip2124 = { version = "0.2", default-features = false }

0 commit comments

Comments
 (0)