Skip to content

Commit 90c3a31

Browse files
committed
chore: release 0.20.0
1 parent b6ff68d commit 90c3a31

File tree

2 files changed

+23
-7
lines changed

2 files changed

+23
-7
lines changed

CHANGELOG.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,24 @@ 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.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+
815
## [0.19.0](https://github.com/alloy-rs/evm/releases/tag/v0.19.0) - 2025-08-25
916

1017
### Dependencies
1118

1219
- Bump op-alloy019 ([#159](https://github.com/alloy-rs/evm/issues/159))
1320
- [deps] Bump revm 29 ([#158](https://github.com/alloy-rs/evm/issues/158))
1421

22+
### Miscellaneous Tasks
23+
24+
- Release 0.19.0
25+
1526
## [0.18.4](https://github.com/alloy-rs/evm/releases/tag/v0.18.4) - 2025-08-23
1627

1728
### Features
@@ -170,10 +181,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
170181

171182
## [0.12.2](https://github.com/alloy-rs/evm/releases/tag/v0.12.2) - 2025-06-23
172183

173-
### Bug Fixes
174-
175-
- Fix compilation
176-
177184
### Documentation
178185

179186
- 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
187194

188195
- Release 0.12.2
189196
- 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+
190206
- Release 0.12.1
191207

192208
## [0.12.0](https://github.com/alloy-rs/evm/releases/tag/v0.12.0) - 2025-06-20

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.19.0"
6+
version = "0.20.0"
77
edition = "2021"
88
rust-version = "1.88"
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.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 }
4040

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

0 commit comments

Comments
 (0)