From cbf9452bdd4bdedebb53267516ff7578ae047e73 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Fri, 19 Jul 2024 11:09:52 +0200 Subject: [PATCH] chore: release 0.5.3 --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 936c4749..c1edf639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,16 @@ 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.5.2](https://github.com/paradigmxyz/revm-inspectors/releases/tag/v0.5.2) - 2024-07-19 +## [0.5.3](https://github.com/paradigmxyz/revm-inspectors/releases/tag/v0.5.3) - 2024-07-19 ### Features - Add immediate bytes recording ([#169](https://github.com/paradigmxyz/revm-inspectors/issues/169)) +### Miscellaneous Tasks + +- Release 0.5.2 + ### Refactor - Prefer using revm helpers ([#168](https://github.com/paradigmxyz/revm-inspectors/issues/168)) diff --git a/Cargo.toml b/Cargo.toml index 7790f0c3..c228e24e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-inspectors" description = "Revm inspector implementations" -version = "0.5.2" +version = "0.5.3" edition = "2021" rust-version = "1.79.0" license = "MIT OR Apache-2.0"