File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ 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.2 ] - 2023-07-11
99
1010## Fixed
1111
@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
1616## Changed
1717
18- - SMT2 scripts are now being reprocessed to put one sexpr per line. Having sepxrs that span across multiple lines trigers a bug in CVC5.
18+ - SMT2 scripts are now being reprocessed to put one sexpr per line. Having sepxrs that span across multiple lines trigers a bug in CVC5.
1919- Removing long-running tests so we can finish all unit tests in approx 10 minutes on a current-gen laptop CPU
2020- Added git revision to ` hevm version `
2121
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.1
5+ 0.51.2
66synopsis :
77 Ethereum virtual machine evaluator
88description :
You can’t perform that action at this time.
0 commit comments