From 88b2bcdcef816a0cbb71fab3f24e7214af639006 Mon Sep 17 00:00:00 2001 From: rakita Date: Mon, 8 Jul 2024 17:17:02 +0200 Subject: [PATCH] bump: main CHANGELOG (#1592) --- CHANGELOG.md | 15 +++++++++++++++ crates/precompile/CHANGELOG.md | 5 +++++ 2 files changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd0cee8198..10d4422e7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ Because this is workspace with multi libraries, tags will be simplified, and with this document you can match version of project with git tag. +# v38 tag +date: 08.07.2024 + +* Add EIP-7702 for Prague. +* Import AccessList from alloy-eips repo. +* EOF fixes +* Utility changes. + +Versions +* revme: 0.6.0 -> 0.7.0 +* revm: 10.0.0 -> 11.0.0 +* revm-interpreter: 6.0.0 -> 7.0.0 +* revm-primitives: 5.0.0 -> 6.0.0 +* revm-precompile: 8.0.0 -> 9.0.0 + # v37 tag date: 20.06.2024 diff --git a/crates/precompile/CHANGELOG.md b/crates/precompile/CHANGELOG.md index 9edb307ac4..fb3ede78a6 100644 --- a/crates/precompile/CHANGELOG.md +++ b/crates/precompile/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [9.0.0](https://github.com/bluealloy/revm/compare/revm-precompile-v8.0.0...revm-precompile-v8.1.0) - 2024-07-08 + +### Added +- *(Precompiles)* Throw fatal error if c-kzg is disabled ([#1589](https://github.com/bluealloy/revm/pull/1589)) + ## [8.0.0](https://github.com/bluealloy/revm/compare/revm-precompile-v7.0.0...revm-precompile-v8.0.0) - 2024-06-20 ### Added