From aff20b7c643f7346c9b97de5e369cab303aa6eb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20L=C3=B3pez?= <2642849+elopez@users.noreply.github.com> Date: Wed, 8 Jan 2025 18:06:42 +0100 Subject: [PATCH] Echidna 2.2.6 (#1339) --- CHANGELOG.md | 7 +++++++ package.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a34b6733b..ec3dc4060 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.2.6 + +* feat: allow disabling Slither integration (#1327) +* Print total call count on exit (#1328) +* Fix precompile evaluation on Windows (#1333) +* Upgrade `hevm` to fix `prank`ing cheatcodes (#1331) + ## 2.2.5 * Support Ethereum Cancun upgrade (#1317, #1309, #1300) diff --git a/package.yaml b/package.yaml index 16831696f..b4ecdb42f 100644 --- a/package.yaml +++ b/package.yaml @@ -3,7 +3,7 @@ name: echidna author: Trail of Bits maintainer: Trail of Bits -version: 2.2.5 +version: 2.2.6 ghc-options: - -O2