Skip to content

Commit

Permalink
Merge pull request #616 from ethereum/release-0.54.1
Browse files Browse the repository at this point in the history
Release candidate 0.54.1
  • Loading branch information
msooseth authored Dec 12, 2024
2 parents 502b77c + ed71ef7 commit bc1311e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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).

## [0.54.1] - 2024-12-12

## Fixed
- Fixed GitHub release action to create release binaries

## [0.54.0] - 2024-12-10

## Changed
Expand Down
2 changes: 1 addition & 1 deletion doc/src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ $ sudo apt-get install z3 # install z3
$ curl -L https://foundry.paradigm.xyz | bash # install foundryup
$ foundryup # install forge and other foundry binaries
$ mkdir mytest && cd mytest
$ wget https://github.com/ethereum/hevm/releases/download/release/0.54.0/hevm-x86_64-linux
$ wget https://github.com/ethereum/hevm/releases/download/release/0.54.1/hevm-x86_64-linux
$ chmod +x ./hevm-x86_64-linux
$ forge init .
$ cat <<EOF > src/contract.sol
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.54.0
0.54.1
synopsis:
Symbolic EVM Evaluator
description:
Expand Down

0 comments on commit bc1311e

Please sign in to comment.