Skip to content

Commit 8a57ac4

Browse files
Echidna 2.0.4 (#855)
* Update CHANGELOG.md * increase version number
1 parent 64ee6b3 commit 8a57ac4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## TODO
22

3+
## 2.0.4
4+
5+
* Added colored html for coverage output code (#816)
6+
* Fixed crash when parsing solc versions (#835)
7+
* Fixed long transactions and event lines in UI (#832)
8+
* Added Homebrew installation instructions (#848)
9+
* Moved all nix stuff to flake and use nix-bundle-exe for macOS release (#851)
10+
* Updated codebase to GHC 9.0.2 (#846)
11+
* Refactored code and removed useless dependencies (#854, #853, #829, #827, #828)
12+
313
## 2.0.3
414

515
* Clean up Docker containers (#706)

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: echidna
33
author: Trail of Bits <echidna-dev@trailofbits.com>
44
maintainer: Trail of Bits <echidna-dev@trailofbits.com>
55

6-
version: 2.0.3
6+
version: 2.0.4
77

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

0 commit comments

Comments
 (0)