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"
2
2
on :
3
3
push :
4
4
tags :
5
- - ' [0-9]+.[0-9]+.[0-9]+'
5
+ - ' release/ [0-9]+.[0-9]+.[0-9]+'
6
6
7
7
jobs :
8
8
linuxRelease :
35
35
hackageToken : ${{ secrets.HACKAGE_AUTH_TOKEN }}
36
36
packagesPath : ${{ runner.temp }}/packages/sdist
37
37
docsPath : ${{ runner.temp }}/docs
38
- publish : false
38
+ publish : true
39
39
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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## Unreleased
8
+ ## [ 0.50.2 ] - 2023-01-06
9
9
10
10
### Fixed
11
11
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 ) )
14
14
15
15
## [ 0.50.1] - 2022-12-29
16
16
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cabal-version: 3.0
2
2
name :
3
3
hevm
4
4
version :
5
- 0.50.1
5
+ 0.50.2
6
6
synopsis :
7
7
Ethereum virtual machine evaluator
8
8
description :
You can’t perform that action at this time.
0 commit comments