Skip to content

Commit 60df33f

Browse files
committed
release: hevm/0.44.1
1 parent 2169fc1 commit 60df33f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/hevm/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# hevm changelog
22

3+
## 0.44.1 - 2020-02-02
4+
5+
### Changed
6+
7+
- hevm cheatcodes now accept symbolic arguments, allowing e.g. symbolic jumps in time in unit tests
8+
39
## 0.44.0 - 2020-01-26
410

511
### Added
@@ -22,7 +28,6 @@ following the semantics of fuzzing.
2228
### Changed
2329

2430
- Use cvc4 as default smt solver
25-
- hevm cheatcodes now accept symbolic arguments, allowing e.g. symbolic jumps in time in unit tests
2631

2732
## 0.43.2 - 2020-12-10
2833

src/hevm/hevm.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cabal-version: 2.2
22
name:
33
hevm
44
version:
5-
0.44.0
5+
0.44.1
66
synopsis:
77
Ethereum virtual machine evaluator
88
description:

0 commit comments

Comments
 (0)