Skip to content

Commit

Permalink
1.5.0.0 -> 1.5.0 (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
incertia committed Apr 15, 2020
1 parent e88552a commit c3b94de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## TODO

## 1.5.0.0
## 1.5.0

* Switch to x.y.z versioning scheme
* Refactor campaign-related code (#384)
* Fixed hevm-related memory leak (#423)
* Fixed hevm-related memory leak (#423)
* Fixed array mutation memory leak (#442)
* Benchmark mode to run without tests (#420, #409)
* Migrated to GitHub actions (#414, #402)
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c3b94de

Please sign in to comment.