Skip to content

Commit 211fff9

Browse files
authored
Merge pull request #310 from ethereum/prepare-0.51.3
Prepare 0.51.3 release
2 parents 04943e4 + 3a580c1 commit 211fff9

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,34 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [0.51.3] - 2023-07-14
99

1010
## Fixed
1111

1212
- Path joining on Windows
13+
- Fixed overflow issue in stripWrites
14+
- Automatic tests are now more reproducible
15+
16+
## Changed
17+
18+
- Removed sha3Crack which has been deprecated for keccakEqs
19+
20+
## Added
21+
22+
- Added flag `-f debug` to add debug flags to cabal/GHC
1323

1424
## [0.51.2] - 2023-07-11
1525

1626
## Fixed
1727

1828
- SMT encoding of Expr now has assertions for the range of environment values that are less than word size (256 bits).
1929
- Trace now contains the cheat code calls
20-
- Removed sha3Crack which has been deprecated for keccakEqs
2130
- More consistent error messages
22-
- Automatic tests are now more reproducible
23-
- Fixed overflow issue in stripWrites
2431

2532
## Changed
2633

2734
- SMT2 scripts are now being reprocessed to put one sexpr per line. Having sepxrs that span across multiple lines trigers a bug in CVC5.
2835
- Removing long-running tests so we can finish all unit tests in approx 10 minutes on a current-gen laptop CPU
29-
- Added flag `-f debug` to add debug flags to cabal/GHC
3036
- Added git revision to `hevm version`
3137

3238
## Added

hevm.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cabal-version: 3.0
22
name:
33
hevm
44
version:
5-
0.51.2
5+
0.51.3
66
synopsis:
77
Ethereum virtual machine evaluator
88
description:

0 commit comments

Comments
 (0)