Skip to content

Commit cd0b0c4

Browse files
committed
chore: release 0.33.1
1 parent 7072085 commit cd0b0c4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.33.1](https://github.com/paradigmxyz/revm-inspectors/releases/tag/v0.33.1) - 2025-12-05
9+
10+
### Features
11+
12+
- Upstream DebugInspector from reth ([#384](https://github.com/paradigmxyz/revm-inspectors/issues/384))
13+
- Fix geth prestate filtering for prefunded creations ([#383](https://github.com/paradigmxyz/revm-inspectors/issues/383))
14+
815
## [0.33.0](https://github.com/paradigmxyz/revm-inspectors/releases/tag/v0.33.0) - 2025-11-12
916

1017
### Dependencies
@@ -13,6 +20,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1320
- Bump revm 30.0.2 ([#380](https://github.com/paradigmxyz/revm-inspectors/issues/380))
1421
- Bump revm 30.0.2 ([#379](https://github.com/paradigmxyz/revm-inspectors/issues/379))
1522

23+
### Miscellaneous Tasks
24+
25+
- Release 0.33.0
26+
1627
## [0.32.0](https://github.com/paradigmxyz/revm-inspectors/releases/tag/v0.32.0) - 2025-11-03
1728

1829
### Bug Fixes

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "revm-inspectors"
33
description = "Revm inspector implementations"
4-
version = "0.33.0"
4+
version = "0.33.1"
55
edition = "2021"
66
rust-version = "1.86.0"
77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)