Skip to content

Commit c3b94de

Browse files
authored
1.5.0.0 -> 1.5.0 (#431)
1 parent e88552a commit c3b94de

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
## TODO
22

3-
## 1.5.0.0
3+
## 1.5.0
44

5+
* Switch to x.y.z versioning scheme
56
* Refactor campaign-related code (#384)
6-
* Fixed hevm-related memory leak (#423)
7+
* Fixed hevm-related memory leak (#423)
78
* Fixed array mutation memory leak (#442)
89
* Benchmark mode to run without tests (#420, #409)
910
* Migrated to GitHub actions (#414, #402)

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: 1.5.0.0
6+
version: 1.5.0
77

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

0 commit comments

Comments
 (0)