Skip to content

Commit 7bc81c5

Browse files
committed
chore: release 0.35.0
1 parent 7a5c036 commit 7bc81c5

2 files changed

Lines changed: 39 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,40 @@ 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.35.0](https://github.com/alloy-rs/evm/releases/tag/v0.35.0) - 2026-05-22
9+
10+
### Bug Fixes
11+
12+
- Dispatch proper balance increments state to state hook ([#363](https://github.com/alloy-rs/evm/issues/363))
13+
- [evm] Apply blob base fee block override ([#356](https://github.com/alloy-rs/evm/issues/356))
14+
15+
### Dependencies
16+
17+
- Bump revm to 40.0.0 ([#361](https://github.com/alloy-rs/evm/issues/361))
18+
19+
### Documentation
20+
21+
- [evm] Clarify executable tx parts ([#362](https://github.com/alloy-rs/evm/issues/362))
22+
23+
### Features
24+
25+
- Handle non-fatal EVM errors ([#364](https://github.com/alloy-rs/evm/issues/364))
26+
- [evm] Add indexed transaction execution ([#354](https://github.com/alloy-rs/evm/issues/354))
27+
28+
### Miscellaneous Tasks
29+
30+
- Port reth tests for increments ([#365](https://github.com/alloy-rs/evm/issues/365))
31+
832
## [0.34.0](https://github.com/alloy-rs/evm/releases/tag/v0.34.0) - 2026-04-28
933

1034
### Documentation
1135

1236
- Fix stale zero-withdrawal comment ([#351](https://github.com/alloy-rs/evm/issues/351))
1337

38+
### Miscellaneous Tasks
39+
40+
- Release 0.34.0
41+
1442
### Refactor
1543

1644
- [evm] Require sendable tx results ([#352](https://github.com/alloy-rs/evm/issues/352))
@@ -693,10 +721,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
693721

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

696-
### Bug Fixes
697-
698-
- Fix compilation
699-
700724
### Documentation
701725

702726
- Fix typo in tracing.rs comment ([#113](https://github.com/alloy-rs/evm/issues/113))
@@ -710,6 +734,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
710734

711735
- Release 0.12.2
712736
- Derive Copy for `PrecompileInput` ([#110](https://github.com/alloy-rs/evm/issues/110))
737+
738+
## [0.12.1](https://github.com/alloy-rs/evm/releases/tag/v0.12.1) - 2025-06-20
739+
740+
### Bug Fixes
741+
742+
- Fix compilation
743+
744+
### Miscellaneous Tasks
745+
713746
- Release 0.12.1
714747

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

Cargo.toml

Lines changed: 2 additions & 2 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.34.0"
6+
version = "0.35.0"
77
edition = "2021"
88
rust-version = "1.91"
99
authors = ["Alloy Contributors"]
@@ -35,7 +35,7 @@ all-features = true
3535
rustdoc-args = ["--cfg", "docsrs"]
3636

3737
[workspace.dependencies]
38-
alloy-evm = { version = "0.34.0", path = "crates/evm", default-features = false }
38+
alloy-evm = { version = "0.35.0", path = "crates/evm", default-features = false }
3939

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

0 commit comments

Comments
 (0)