We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e88552a commit c3b94deCopy full SHA for c3b94de
2 files changed
CHANGELOG.md
@@ -1,9 +1,10 @@
1
## TODO
2
3
-## 1.5.0.0
+## 1.5.0
4
5
+* Switch to x.y.z versioning scheme
6
* Refactor campaign-related code (#384)
-* Fixed hevm-related memory leak (#423)
7
+* Fixed hevm-related memory leak (#423)
8
* Fixed array mutation memory leak (#442)
9
* Benchmark mode to run without tests (#420, #409)
10
* Migrated to GitHub actions (#414, #402)
package.yaml
@@ -3,7 +3,7 @@ name: echidna
author: Trail of Bits <echidna-dev@trailofbits.com>
maintainer: Trail of Bits <echidna-dev@trailofbits.com>
-version: 1.5.0.0
+version: 1.5.0
ghc-options: -Wall -fno-warn-orphans -O2 -threaded +RTS -N -RTS
0 commit comments