Skip to content

Commit 30e9e5e

Browse files
Echidna 1.7.2 (#677)
* Update package.yaml * Update CHANGELOG.md * Update default.nix
1 parent 5aaf4a9 commit 30e9e5e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## TODO
22

3+
## 1.7.2
4+
5+
* Fixed check-asserts and multi-abi cli switches (#665)
6+
* Updated to hevm 0.4.6 (#660)
7+
* Support for loading multiple files with compiled contracts from hardhat/brownie (#659)
8+
39
## 1.7.1
410

511
* Tweaked mutators and improved test stability (#628)

default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ let
4444
'';
4545
};
4646

47-
v = "1.7.1";
47+
v = "1.7.2";
4848

4949
f = { mkDerivation, aeson, ansi-terminal, base, base16-bytestring
5050
, binary, brick, bytestring, cborg, containers, data-dword, data-has

package.yaml

+1-1
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: 1.7.1
6+
version: 1.7.2
77

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

0 commit comments

Comments
 (0)