File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: "Release"
22on :
33 push :
44 tags :
5- - ' [0-9]+.[0-9]+.[0-9]+'
5+ - ' release/ [0-9]+.[0-9]+.[0-9]+'
66
77jobs :
88 linuxRelease :
3535 hackageToken : ${{ secrets.HACKAGE_AUTH_TOKEN }}
3636 packagesPath : ${{ runner.temp }}/packages/sdist
3737 docsPath : ${{ runner.temp }}/docs
38- publish : false
38+ publish : true
3939
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cabal-version: 3.0
22name :
33 hevm
44version :
5- 0.50.1
5+ 0.50.2
66synopsis :
77 Ethereum virtual machine evaluator
88description :
You can’t perform that action at this time.
0 commit comments