File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 5151 with :
5252 merge-multiple : true
5353 - name : create github release & upload binaries
54- uses : softprops/action-gh-release@v2.2.0
54+ uses : softprops/action-gh-release@v2
5555 # scheduled/manual runs should not create a release
5656 if : github.event_name == 'push'
5757 with :
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ 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+ ## [ 0.54.2] - 2024-12-12
9+
10+ ## Fixed
11+ - Fixed GitHub release action to upload release binaries
12+
813## [ 0.54.1] - 2024-12-12
914
1015## Fixed
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ $ sudo apt-get install z3 # install z3
6060$ curl -L https://foundry.paradigm.xyz | bash # install foundryup
6161$ foundryup # install forge and other foundry binaries
6262$ mkdir mytest && cd mytest
63- $ wget https://github.com/ethereum/hevm/releases/download/release/0.54.1 /hevm-x86_64-linux
63+ $ wget https://github.com/ethereum/hevm/releases/download/release/0.54.2 /hevm-x86_64-linux
6464$ chmod +x ./hevm-x86_64-linux
6565$ forge init .
6666$ cat << EOF > src/contract.sol
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cabal-version: 3.0
22name :
33 hevm
44version :
5- 0.54.1
5+ 0.54.2
66synopsis :
77 Symbolic EVM Evaluator
88description :
You can’t perform that action at this time.
0 commit comments