From 5b664a74c9482fe46689b6b08de38bffaec9e7e3 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Mon, 23 Sep 2024 10:57:17 +0200 Subject: [PATCH] chore: release 0.7.5 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a42e895..bd1ba7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,17 @@ 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.5](https://github.com/paradigmxyz/revm-inspectors/releases/tag/v0.7.5) - 2024-09-23 + +### Miscellaneous Tasks + +- Add `from_flat_call_config` ([#203](https://github.com/paradigmxyz/revm-inspectors/issues/203)) + ## [0.7.4](https://github.com/paradigmxyz/revm-inspectors/releases/tag/v0.7.4) - 2024-09-18 ### Miscellaneous Tasks +- Release 0.7.4 - Support flatcall tracer ## [0.7.3](https://github.com/paradigmxyz/revm-inspectors/releases/tag/v0.7.3) - 2024-09-18 diff --git a/Cargo.toml b/Cargo.toml index bd2a7df..c1c6dc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-inspectors" description = "Revm inspector implementations" -version = "0.7.4" +version = "0.7.5" edition = "2021" rust-version = "1.79.0" license = "MIT OR Apache-2.0"