Skip to content

Commit 49622a9

Browse files
committed
chore: release 0.41.1
1 parent aba510b commit 49622a9

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.1](https://github.com/paradigmxyz/revm-inspectors/releases/tag/v0.41.1) - 2026-06-12
9+
10+
### Bug Fixes
11+
12+
- Pin time for boa engine ([#460](https://github.com/paradigmxyz/revm-inspectors/issues/460))
13+
814
## [0.41.0](https://github.com/paradigmxyz/revm-inspectors/releases/tag/v0.41.0) - 2026-06-12
915

1016
### Dependencies
1117

1218
- Bump revm to 41.0.0 ([#458](https://github.com/paradigmxyz/revm-inspectors/issues/458))
1319

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

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

0 commit comments

Comments
 (0)