Skip to content

Commit 8383f16

Browse files
committed
chore: release 0.9.1
1 parent 3831837 commit 8383f16

File tree

2 files changed

+34
-9
lines changed

2 files changed

+34
-9
lines changed

CHANGELOG.md

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,51 @@ 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.9.0](https://github.com/alloy-rs/evm/releases/tag/v0.9.0) - 2025-05-20
9-
10-
### Bug Fixes
8+
## [0.9.1](https://github.com/alloy-rs/evm/releases/tag/v0.9.1) - 2025-05-20
119

12-
- `r.as_ref()` the trait `AsRef<[_; 0]>` is not implemented for `[u8]` ([#86](https://github.com/alloy-rs/evm/issues/86))
10+
### Features
1311

14-
### Dependencies
12+
- Implement `FromTxWithEncoded` and `FromRecoveredTx` from `OpTxEnvelope` for `TxEnv` ([#94](https://github.com/alloy-rs/evm/issues/94))
1513

16-
- Bump alloy 1.0.0 ([#87](https://github.com/alloy-rs/evm/issues/87))
14+
## [0.9.0](https://github.com/alloy-rs/evm/releases/tag/v0.9.0) - 2025-05-20
1715

1816
### Features
1917

2018
- Add non-mutable getters for `inspector` and `precompiles` ([#93](https://github.com/alloy-rs/evm/issues/93))
2119
- `BlockExecutor::execute_transaction_with_commit_condition` ([#92](https://github.com/alloy-rs/evm/issues/92))
20+
21+
### Miscellaneous Tasks
22+
23+
- Release 0.9.0
24+
25+
## [0.8.1](https://github.com/alloy-rs/evm/releases/tag/v0.8.1) - 2025-05-16
26+
27+
### Features
28+
2229
- Extend Evm::Spec bounds with Hash and PartialEq ([#88](https://github.com/alloy-rs/evm/issues/88))
2330

2431
### Miscellaneous Tasks
2532

2633
- Release 0.8.1
34+
35+
## [0.8.0](https://github.com/alloy-rs/evm/releases/tag/v0.8.0) - 2025-05-13
36+
37+
### Dependencies
38+
39+
- Bump alloy 1.0.0 ([#87](https://github.com/alloy-rs/evm/issues/87))
40+
41+
### Miscellaneous Tasks
42+
2743
- Release 0.8.0
44+
45+
## [0.7.2](https://github.com/alloy-rs/evm/releases/tag/v0.7.2) - 2025-05-12
46+
47+
### Bug Fixes
48+
49+
- `r.as_ref()` the trait `AsRef<[_; 0]>` is not implemented for `[u8]` ([#86](https://github.com/alloy-rs/evm/issues/86))
50+
51+
### Miscellaneous Tasks
52+
2853
- Release 0.7.2
2954

3055
### Styling

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.9.0"
6+
version = "0.9.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.9.0", path = "crates/evm", default-features = false }
39-
alloy-op-evm = { version = "0.9.0", path = "crates/op-evm", default-features = false }
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 }
4040

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

0 commit comments

Comments
 (0)