Skip to content

Commit e004784

Browse files
authored
update for 1.5.1 (#470)
1 parent 5989804 commit e004784

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
## TODO
22

3+
## 1.5.1
4+
5+
* Fix timestamp and block delays having the initial timestamp/block added to them (#460, #469)
6+
* Fix GitHub actions due to new macOS image (#468)
7+
* Relax `package.yaml` constraints (#466)
8+
* Fix `extcodesize` by creating contracts correctly (#453, #454, #465)
9+
* Refactor unit tests (#457)
10+
* Add seed to UI (#456)
11+
* Set an initial timestamp and block number (#455)
12+
* Better README (#450)
13+
* Code simplifications (#448)
14+
* Detect contract deployment failures (#447)
15+
* DockerHub containers in addition to GitHub (#445)
16+
* Brought back print reporting after exiting the UI (#441)
17+
* Refactor `Tx` (#437)
18+
319
## 1.5.0
420

521
* Switch to x.y.z versioning scheme

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

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

0 commit comments

Comments
 (0)