File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -5,28 +5,34 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cabal-version: 3.0
22name :
33 hevm
44version :
5- 0.51.2
5+ 0.51.3
66synopsis :
77 Ethereum virtual machine evaluator
88description :
You can’t perform that action at this time.
0 commit comments