Skip to content

Commit dddeee8

Browse files
committed
chore: release 0.33.2
1 parent 0e07a54 commit dddeee8

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,27 @@ 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.2](https://github.com/paradigmxyz/revm-inspectors/releases/tag/v0.33.2) - 2025-12-12
9+
10+
### Bug Fixes
11+
12+
- Use pre code if hash matches ([#387](https://github.com/paradigmxyz/revm-inspectors/issues/387))
13+
14+
### Testing
15+
16+
- Add test for string error decode ([#386](https://github.com/paradigmxyz/revm-inspectors/issues/386))
17+
818
## [0.33.1](https://github.com/paradigmxyz/revm-inspectors/releases/tag/v0.33.1) - 2025-12-05
919

1020
### Features
1121

1222
- Upstream DebugInspector from reth ([#384](https://github.com/paradigmxyz/revm-inspectors/issues/384))
1323
- Fix geth prestate filtering for prefunded creations ([#383](https://github.com/paradigmxyz/revm-inspectors/issues/383))
1424

25+
### Miscellaneous Tasks
26+
27+
- Release 0.33.1
28+
1529
## [0.33.0](https://github.com/paradigmxyz/revm-inspectors/releases/tag/v0.33.0) - 2025-11-12
1630

1731
### Dependencies

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.1"
4+
version = "0.33.2"
55
edition = "2021"
66
rust-version = "1.86.0"
77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)