File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,27 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 11[package ]
22name = " revm-inspectors"
33description = " Revm inspector implementations"
4- version = " 0.7.1 "
4+ version = " 0.7.2 "
55edition = " 2021"
66rust-version = " 1.79.0"
77license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments