diff --git a/CHANGELOG.md b/CHANGELOG.md index 094a165..4c5801e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.7.3](https://github.com/paradigmxyz/revm-inspectors/releases/tag/v0.7.3) - 2024-09-18 + +### Bug Fixes + +- [tracing] Don't overwrite selfdestruct_address ([#190](https://github.com/paradigmxyz/revm-inspectors/issues/190)) + ## [0.7.2](https://github.com/paradigmxyz/revm-inspectors/releases/tag/v0.7.2) - 2024-09-15 ### Bug Fixes @@ -13,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Miscellaneous Tasks +- Release 0.7.2 - Rm intrusive collections - Make clippy happy ([#197](https://github.com/paradigmxyz/revm-inspectors/issues/197)) diff --git a/Cargo.toml b/Cargo.toml index 412ec6b..8276bda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-inspectors" description = "Revm inspector implementations" -version = "0.7.2" +version = "0.7.3" edition = "2021" rust-version = "1.79.0" license = "MIT OR Apache-2.0"