From ceef3f3624ca51bf3c41c97d6c013606db3a6019 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Mon, 30 Dec 2024 12:25:42 +0100 Subject: [PATCH] chore: release 0.14.1 --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5d3eb5..ef82e85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +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.14.1](https://github.com/paradigmxyz/revm-inspectors/releases/tag/v0.14.1) - 2024-12-30 + +### Dependencies + +- Matt/bump revm19 ([#251](https://github.com/paradigmxyz/revm-inspectors/issues/251)) +- Bump boa 20 ([#247](https://github.com/paradigmxyz/revm-inspectors/issues/247)) + +### Miscellaneous Tasks + +- Make clippy happy ([#249](https://github.com/paradigmxyz/revm-inspectors/issues/249)) + ## [0.13.0](https://github.com/paradigmxyz/revm-inspectors/releases/tag/v0.13.0) - 2024-12-10 ### Dependencies @@ -13,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Miscellaneous Tasks +- Release 0.13.0 - Release 0.13.0 ## [0.12.1](https://github.com/paradigmxyz/revm-inspectors/releases/tag/v0.12.1) - 2024-12-04 diff --git a/Cargo.toml b/Cargo.toml index 0c0e429..d67fa32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-inspectors" description = "Revm inspector implementations" -version = "0.13.0" +version = "0.14.1" edition = "2021" rust-version = "1.82.0" license = "MIT OR Apache-2.0"