Skip to content

Commit 0648673

Browse files
committed
chore: release 0.7.2
1 parent 10a1a04 commit 0648673

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +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.7.2](https://github.com/paradigmxyz/revm-inspectors/releases/tag/v0.7.2) - 2024-09-15
9+
10+
### Bug Fixes
11+
12+
- [tracing] Align trace output with geth ([#198](https://github.com/paradigmxyz/revm-inspectors/issues/198))
13+
14+
### Miscellaneous Tasks
15+
16+
- Rm intrusive collections
17+
- Make clippy happy ([#197](https://github.com/paradigmxyz/revm-inspectors/issues/197))
18+
819
## [0.7.1](https://github.com/paradigmxyz/revm-inspectors/releases/tag/v0.7.1) - 2024-09-13
920

1021
### Features
1122

1223
- Add helper for eth_simulateV1 to `TransferInspector` ([#196](https://github.com/paradigmxyz/revm-inspectors/issues/196))
1324

25+
### Miscellaneous Tasks
26+
27+
- Release 0.7.1
28+
1429
## [0.7.0](https://github.com/paradigmxyz/revm-inspectors/releases/tag/v0.7.0) - 2024-09-11
1530

1631
### Miscellaneous Tasks

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

0 commit comments

Comments
 (0)