Skip to content

Commit 3d2306a

Browse files
authored
Merge pull request #305 from ethereum/prepare-0.51.2
Prepare 0.51.2 release
2 parents d0ff524 + 729afbf commit 3d2306a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.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

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.1
5+
0.51.2
66
synopsis:
77
Ethereum virtual machine evaluator
88
description:

0 commit comments

Comments
 (0)