Skip to content

Commit ff6db19

Browse files
committed
chore: release 0.24.2
1 parent c8ee187 commit ff6db19

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,30 @@ 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.24.2](https://github.com/alloy-rs/evm/releases/tag/v0.24.2) - 2025-11-14
9+
10+
### Documentation
11+
12+
- Minor improvement for docs ([#215](https://github.com/alloy-rs/evm/issues/215))
13+
14+
### Features
15+
16+
- Add set_balance ([#228](https://github.com/alloy-rs/evm/issues/228))
17+
18+
### Miscellaneous Tasks
19+
20+
- Relax bounds ([#231](https://github.com/alloy-rs/evm/issues/231))
21+
822
## [0.24.1](https://github.com/alloy-rs/evm/releases/tag/v0.24.1) - 2025-11-12
923

1024
### Dependencies
1125

1226
- Bump to revm 33 ([#226](https://github.com/alloy-rs/evm/issues/226))
1327

28+
### Miscellaneous Tasks
29+
30+
- Release 0.24.1
31+
1432
## [0.24.0](https://github.com/alloy-rs/evm/releases/tag/v0.24.0) - 2025-11-12
1533

1634
### 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.24.1"
6+
version = "0.24.2"
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.24.1", path = "crates/evm", default-features = false }
39-
alloy-op-evm = { version = "0.24.1", path = "crates/op-evm", default-features = false }
38+
alloy-evm = { version = "0.24.2", path = "crates/evm", default-features = false }
39+
alloy-op-evm = { version = "0.24.2", path = "crates/op-evm", default-features = false }
4040

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

0 commit comments

Comments
 (0)