Skip to content

Commit 2e79872

Browse files
authored
Merge pull request #165 from ethereum/prep-0.50.2
Prep 0.50.2
2 parents 51e565f + c695392 commit 2e79872

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Release"
22
on:
33
push:
44
tags:
5-
- '[0-9]+.[0-9]+.[0-9]+'
5+
- 'release/[0-9]+.[0-9]+.[0-9]+'
66

77
jobs:
88
linuxRelease:
@@ -35,5 +35,5 @@ jobs:
3535
hackageToken: ${{ secrets.HACKAGE_AUTH_TOKEN }}
3636
packagesPath: ${{ runner.temp }}/packages/sdist
3737
docsPath: ${{ runner.temp }}/docs
38-
publish: false
38+
publish: true
3939

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)