Skip to content

Commit a31a9c2

Browse files
Echidna 2.0.1 (#744)
* Update CHANGELOG.md * prepare for 2.0.1 * Update default.nix * updated changelog * updated changelog
1 parent 83a3189 commit a31a9c2

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## 2.0.1
4+
5+
* Optimized stateless mutators (#747)
6+
* Expanded and improved command-line help (#741)
7+
* Added dapptest support: compatibility mode to run foundry and dapptool fuzz tests (#733, #745)
8+
* Generate more values closer to the maximum (#736)
9+
* Fix TERMINFO path for Nix release builds (#731)
10+
* Mitigate large memory consumption when replaying corpus (#725)
11+
* Fix --shrink-limit to change shrink limit instead of test limit (#728)
12+
* Correctly show lines with multiple types of coverage
13+
* Restored nix support (#717, #743)
14+
315
## 2.0.0
416

517
* Refactored test internal data structures and code

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ let
2929
'';
3030
};
3131

32-
v = "2.0.0";
32+
v = "2.0.1";
3333

3434
testInputs = [ pkgs.slither-analyzer solc ];
3535

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 <[email protected]>
44
maintainer: Trail of Bits <[email protected]>
55

6-
version: 2.0.0
6+
version: 2.0.1
77

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

0 commit comments

Comments
 (0)