Skip to content

Commit

Permalink
Merge pull request #305 from ethereum/prepare-0.51.2
Browse files Browse the repository at this point in the history
Prepare 0.51.2 release
  • Loading branch information
arcz authored Jul 11, 2023
2 parents d0ff524 + 729afbf commit 3d2306a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.51.2] - 2023-07-11

## Fixed

Expand All @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Changed

- SMT2 scripts are now being reprocessed to put one sexpr per line. Having sepxrs that span across multiple lines trigers a bug in CVC5.
- SMT2 scripts are now being reprocessed to put one sexpr per line. Having sepxrs that span across multiple lines trigers a bug in CVC5.
- Removing long-running tests so we can finish all unit tests in approx 10 minutes on a current-gen laptop CPU
- Added git revision to `hevm version`

Expand Down
2 changes: 1 addition & 1 deletion hevm.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cabal-version: 3.0
name:
hevm
version:
0.51.1
0.51.2
synopsis:
Ethereum virtual machine evaluator
description:
Expand Down

0 comments on commit 3d2306a

Please sign in to comment.