From dc992eb2e9d05bee150156add790bddb160fc80c Mon Sep 17 00:00:00 2001 From: Martin Lundfall Date: Tue, 26 Jan 2021 18:41:42 +0100 Subject: [PATCH] release hevm 0.44.0 --- src/dapp/CHANGELOG.md | 2 +- src/dapp/libexec/dapp/dapp---version | 2 +- src/hevm/CHANGELOG.md | 2 +- src/hevm/hevm.cabal | 2 +- src/seth/CHANGELOG.md | 2 +- src/seth/libexec/seth/seth---version | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/dapp/CHANGELOG.md b/src/dapp/CHANGELOG.md index fd0739e4f..6b6c4566e 100644 --- a/src/dapp/CHANGELOG.md +++ b/src/dapp/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## Unreleased +## [0.32.0] - 2021-01-26 ## Changed diff --git a/src/dapp/libexec/dapp/dapp---version b/src/dapp/libexec/dapp/dapp---version index 90a9b90a0..bf80784e3 100755 --- a/src/dapp/libexec/dapp/dapp---version +++ b/src/dapp/libexec/dapp/dapp---version @@ -1,5 +1,5 @@ #!/usr/bin/env bash -echo dapp 0.31.1 +echo dapp 0.32.0 # use a custom path is DAPP_SOLC is set SOLC=${DAPP_SOLC:-solc} $SOLC --version diff --git a/src/hevm/CHANGELOG.md b/src/hevm/CHANGELOG.md index bb06f5c25..b55b45478 100644 --- a/src/hevm/CHANGELOG.md +++ b/src/hevm/CHANGELOG.md @@ -1,6 +1,6 @@ # hevm changelog -## Unreleased +## 0.44.0 - 2020-01-26 ### Added diff --git a/src/hevm/hevm.cabal b/src/hevm/hevm.cabal index e43095c5f..fb74cc86e 100644 --- a/src/hevm/hevm.cabal +++ b/src/hevm/hevm.cabal @@ -2,7 +2,7 @@ cabal-version: 2.2 name: hevm version: - 0.43.2 + 0.44.0 synopsis: Ethereum virtual machine evaluator description: diff --git a/src/seth/CHANGELOG.md b/src/seth/CHANGELOG.md index af59b2f3c..93bf1cc3b 100644 --- a/src/seth/CHANGELOG.md +++ b/src/seth/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## Unreleased +## [0.10.0] - 2021-01-26 ## Changed diff --git a/src/seth/libexec/seth/seth---version b/src/seth/libexec/seth/seth---version index f0ea6eec5..9c9baa4aa 100755 --- a/src/seth/libexec/seth/seth---version +++ b/src/seth/libexec/seth/seth---version @@ -1,7 +1,7 @@ #!/usr/bin/env bash cat <<. -seth 0.9.4 -Copyright (C) 2016-2020 Daniel Brockman +seth 0.10.0 +Copyright (C) 2016-2021 Daniel Brockman License: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.