Skip to content

Commit b5578fc

Browse files
committed
Update release
1 parent bc1311e commit b5578fc

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
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:

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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+
## [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

doc/src/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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.54.1
5+
0.54.2
66
synopsis:
77
Symbolic EVM Evaluator
88
description:

0 commit comments

Comments
 (0)