From ed71ef71cd1bbe8f5b242d1eac1429429dcc9149 Mon Sep 17 00:00:00 2001 From: Mate Soos Date: Thu, 12 Dec 2024 14:49:26 +0100 Subject: [PATCH] Release candidate --- CHANGELOG.md | 5 +++++ doc/src/getting-started.md | 2 +- hevm.cabal | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd122fc6a..9024adbef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/doc/src/getting-started.md b/doc/src/getting-started.md index 1de5ec7aa..01604f428 100644 --- a/doc/src/getting-started.md +++ b/doc/src/getting-started.md @@ -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 < src/contract.sol diff --git a/hevm.cabal b/hevm.cabal index 85e086a23..09703e49f 100644 --- a/hevm.cabal +++ b/hevm.cabal @@ -2,7 +2,7 @@ cabal-version: 3.0 name: hevm version: - 0.54.0 + 0.54.1 synopsis: Symbolic EVM Evaluator description: