Skip to content

Commit

Permalink
Echidna 2.2.0 (#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcz committed May 21, 2023
1 parent 40f1c08 commit b57c840
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
## Unreleased

* Added support for lcov coverage report
* Added a "coverageFormats" config option to choose which coverage reports to make
## 2.2.0

* Multicore fuzzing (#963, #1033, #1026, #1035)
* Lcov format support (#1029)
* Experimental power number generator for uints (#892)
* Coverage collection optimization (#1003, #1041)
* On-chain fuzzing improvements (#1017)
* Refactored code (#1020, #1021)
* Updated dependencies (#1022, #1023)
* UI improvements (#1031, #1032, #1034, #1040)
* Readme improvements (#1019)

## 2.1.1

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 <echidna-dev@trailofbits.com>
maintainer: Trail of Bits <echidna-dev@trailofbits.com>

version: 2.1.1
version: 2.2.0

# https://github.com/haskell/cabal/issues/4739
ghc-options: -Wall -fno-warn-orphans -O2 -optP-Wno-nonportable-include-path
Expand Down

0 comments on commit b57c840

Please sign in to comment.