Skip to content

Commit

Permalink
Echidna 2.0.4 (#855)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* increase version number
  • Loading branch information
ggrieco-tob committed Nov 23, 2022
1 parent 64ee6b3 commit 8a57ac4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## TODO

## 2.0.4

* Added colored html for coverage output code (#816)
* Fixed crash when parsing solc versions (#835)
* Fixed long transactions and event lines in UI (#832)
* Added Homebrew installation instructions (#848)
* Moved all nix stuff to flake and use nix-bundle-exe for macOS release (#851)
* Updated codebase to GHC 9.0.2 (#846)
* Refactored code and removed useless dependencies (#854, #853, #829, #827, #828)

## 2.0.3

* Clean up Docker containers (#706)
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.0.3
version: 2.0.4

ghc-options: -Wall -fno-warn-orphans -O2 -threaded +RTS -N -RTS

Expand Down

0 comments on commit 8a57ac4

Please sign in to comment.