Skip to content

Commit 6ba5004

Browse files
committed
chore: release 0.41.2
1 parent 0b3bacc commit 6ba5004

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,22 @@ 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.41.2](https://github.com/paradigmxyz/revm-inspectors/releases/tag/v0.41.2) - 2026-06-30
9+
10+
### Other
11+
12+
- Revert "fix: pin time for boa engine" ([#464](https://github.com/paradigmxyz/revm-inspectors/issues/464))
13+
814
## [0.41.1](https://github.com/paradigmxyz/revm-inspectors/releases/tag/v0.41.1) - 2026-06-12
915

1016
### Bug Fixes
1117

1218
- Pin time for boa engine ([#460](https://github.com/paradigmxyz/revm-inspectors/issues/460))
1319

20+
### Miscellaneous Tasks
21+
22+
- Release 0.41.1
23+
1424
## [0.41.0](https://github.com/paradigmxyz/revm-inspectors/releases/tag/v0.41.0) - 2026-06-12
1525

1626
### 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.41.1"
4+
version = "0.41.2"
55
edition = "2021"
66
rust-version = "1.91"
77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)