From e0047842e0eeedec9668853226df5fe81ba7ebe3 Mon Sep 17 00:00:00 2001 From: Will Song Date: Fri, 26 Jun 2020 13:08:36 -0400 Subject: [PATCH] update for 1.5.1 (#470) --- CHANGELOG.md | 16 ++++++++++++++++ package.yaml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bec2c300e..a202c2c65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ ## TODO +## 1.5.1 + +* Fix timestamp and block delays having the initial timestamp/block added to them (#460, #469) +* Fix GitHub actions due to new macOS image (#468) +* Relax `package.yaml` constraints (#466) +* Fix `extcodesize` by creating contracts correctly (#453, #454, #465) +* Refactor unit tests (#457) +* Add seed to UI (#456) +* Set an initial timestamp and block number (#455) +* Better README (#450) +* Code simplifications (#448) +* Detect contract deployment failures (#447) +* DockerHub containers in addition to GitHub (#445) +* Brought back print reporting after exiting the UI (#441) +* Refactor `Tx` (#437) + ## 1.5.0 * Switch to x.y.z versioning scheme diff --git a/package.yaml b/package.yaml index b29c1cbb9..1c39a5eb8 100644 --- a/package.yaml +++ b/package.yaml @@ -3,7 +3,7 @@ name: echidna author: Trail of Bits maintainer: Trail of Bits -version: 1.5.0 +version: 1.5.1 ghc-options: -Wall -fno-warn-orphans -O2 -threaded +RTS -N -RTS