Skip to content

Commit 4ccee4b

Browse files
authored
Echidna 2.2.2 (#1169)
1 parent bbd35b0 commit 4ccee4b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 2.2.2
2+
3+
* Save corpus and reproducers continuously (#1167)
4+
* Deliver status information using server-sent events (#1131)
5+
* Performance improvements for coverage collection (#1160)
6+
* Make slither optional (#1159)
7+
* Rich trace printing (#1157)
8+
* Static builds and release workflow (#1133)
9+
* Re-enables using slither for vyper files (#1108)
10+
* Dependency updates (#1153, #1096, #1154)
11+
112
## 2.2.1
213

314
* Shanghai fork support with hevm 0.51.3 (#1090)

Diff for: 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: 2.2.1
6+
version: 2.2.2
77

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

0 commit comments

Comments
 (0)