From 4ccee4b00b4d38248f5eba5ed2651db8f065021b Mon Sep 17 00:00:00 2001 From: Artur Cygan Date: Fri, 19 Jan 2024 10:43:21 +0100 Subject: [PATCH] Echidna 2.2.2 (#1169) --- CHANGELOG.md | 11 +++++++++++ package.yaml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 305cf95e7..9a26b6406 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 2.2.2 + +* Save corpus and reproducers continuously (#1167) +* Deliver status information using server-sent events (#1131) +* Performance improvements for coverage collection (#1160) +* Make slither optional (#1159) +* Rich trace printing (#1157) +* Static builds and release workflow (#1133) +* Re-enables using slither for vyper files (#1108) +* Dependency updates (#1153, #1096, #1154) + ## 2.2.1 * Shanghai fork support with hevm 0.51.3 (#1090) diff --git a/package.yaml b/package.yaml index b7577f30b..ba6aaf2ae 100644 --- a/package.yaml +++ b/package.yaml @@ -3,7 +3,7 @@ name: echidna author: Trail of Bits maintainer: Trail of Bits -version: 2.2.1 +version: 2.2.2 # https://github.com/haskell/cabal/issues/4739 ghc-options: -Wall -fno-warn-orphans -O2 -optP-Wno-nonportable-include-path