Skip to content

Commit c695392

Browse files
committed
bump version number & update changelog
1 parent c642680 commit c695392

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ 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.50.2] - 2023-01-06
99

1010
### Fixed
1111

12-
- Arithmetic overflow in concrete `SAR` edge case
13-
- Unnecessary application of `CopySlice` in concrete edge case
12+
- Arithmetic overflow in concrete `SAR` edge case ([#163](https://github.com/ethereum/hevm/pull/163))
13+
- Unexpected abstract term application during fully concrete execution ([#163](https://github.com/ethereum/hevm/pull/163))
1414

1515
## [0.50.1] - 2022-12-29
1616

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

0 commit comments

Comments
 (0)