From 21e6e5282a4f5c8e6830d33286c47fddc101d7fa Mon Sep 17 00:00:00 2001 From: Artur Cygan Date: Thu, 20 Jul 2023 18:16:59 +0200 Subject: [PATCH] Echidna 2.2.1 (#1099) --- CHANGELOG.md | 9 +++++++++ package.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af236911f..305cf95e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 2.2.1 + +* Shanghai fork support with hevm 0.51.3 (#1090) +* Fixed coverage collection for delegatecalls (#1083) +* Added events to JSON output (#1069) +* Changed event sequence to be displayed on new lines (#1079) +* Improved "No tests found in ABI" error message (#1077) +* Refactored code (#1070, #1074) + ## 2.2.0 * Multicore fuzzing (#963, #1033, #1026, #1035) diff --git a/package.yaml b/package.yaml index 04577bc50..e8cf3454e 100644 --- a/package.yaml +++ b/package.yaml @@ -3,7 +3,7 @@ name: echidna author: Trail of Bits maintainer: Trail of Bits -version: 2.2.0 +version: 2.2.1 # https://github.com/haskell/cabal/issues/4739 ghc-options: -Wall -fno-warn-orphans -O2 -optP-Wno-nonportable-include-path