From e52abaab1a91d6d3cbcf871bed92530c27daf6f3 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 10 Mar 2024 05:54:13 +0000 Subject: [PATCH] chore: release Signed-off-by: GitHub Action --- Cargo.lock | 2 +- bins/revme/CHANGELOG.md | 5 +++++ bins/revme/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 994388fde0c..9a147e72d02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2397,7 +2397,7 @@ dependencies = [ [[package]] name = "revme" -version = "0.3.0" +version = "0.3.1" dependencies = [ "alloy-rlp", "hash-db", diff --git a/bins/revme/CHANGELOG.md b/bins/revme/CHANGELOG.md index eb0a0551f24..5c00b93cc51 100644 --- a/bins/revme/CHANGELOG.md +++ b/bins/revme/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1](https://github.com/DoTheBestToGetTheBest/revm/compare/revme-v0.3.0...revme-v0.3.1) - 2024-03-10 + +### Other +- tag v32 revm v7.1.0 ([#1176](https://github.com/DoTheBestToGetTheBest/revm/pull/1176)) + ## [0.3.0](https://github.com/bluealloy/revm/compare/revme-v0.2.2...revme-v0.3.0) - 2024-03-08 ### Added diff --git a/bins/revme/Cargo.toml b/bins/revme/Cargo.toml index 35757cc7257..6b77d0b54e4 100644 --- a/bins/revme/Cargo.toml +++ b/bins/revme/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["ethereum", "evm"] license = "MIT" repository = "https://github.com/bluealloy/revm" description = "Rust Ethereum Virtual Machine Executable" -version = "0.3.0" +version = "0.3.1" [dependencies] hash-db = "0.15"