Skip to content

Commit 2c73304

Browse files
committed
chore: release 0.23.1
1 parent 3a7b053 commit 2c73304

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.23.1](https://github.com/alloy-rs/evm/releases/tag/v0.23.1) - 2025-11-05
9+
10+
### Features
11+
12+
- Add additional internals fns ([#214](https://github.com/alloy-rs/evm/issues/214))
13+
814
## [0.23.0](https://github.com/alloy-rs/evm/releases/tag/v0.23.0) - 2025-11-03
915

1016
### Dependencies
@@ -17,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1723

1824
### Miscellaneous Tasks
1925

26+
- Release 0.23.0
2027
- Make `clippy::precedence` happy ([#210](https://github.com/alloy-rs/evm/issues/210))
2128

2229
## [0.22.6](https://github.com/alloy-rs/evm/releases/tag/v0.22.6) - 2025-10-29

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.23.0"
6+
version = "0.23.1"
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.23.0", path = "crates/evm", default-features = false }
39-
alloy-op-evm = { version = "0.23.0", path = "crates/op-evm", default-features = false }
38+
alloy-evm = { version = "0.23.1", path = "crates/evm", default-features = false }
39+
alloy-op-evm = { version = "0.23.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)