Skip to content

Commit

Permalink
Merge pull request #165 from ethereum/prep-0.50.2
Browse files Browse the repository at this point in the history
Prep 0.50.2
  • Loading branch information
d-xo authored Jan 6, 2023
2 parents 51e565f + c695392 commit 2e79872
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Release"
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- 'release/[0-9]+.[0-9]+.[0-9]+'

jobs:
linuxRelease:
Expand Down Expand Up @@ -35,5 +35,5 @@ jobs:
hackageToken: ${{ secrets.HACKAGE_AUTH_TOKEN }}
packagesPath: ${{ runner.temp }}/packages/sdist
docsPath: ${{ runner.temp }}/docs
publish: false
publish: true

6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ 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.50.2] - 2023-01-06

### Fixed

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

## [0.50.1] - 2022-12-29

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.50.1
0.50.2
synopsis:
Ethereum virtual machine evaluator
description:
Expand Down

0 comments on commit 2e79872

Please sign in to comment.