Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Echidna 2.2.2 #1169

Merged
merged 1 commit into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: echidna
author: Trail of Bits <[email protected]>
maintainer: Trail of Bits <[email protected]>

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
Expand Down