Skip to content

Commit

Permalink
Release hevm, seth and dapp
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChico committed Oct 31, 2020
1 parent 9d9dbcc commit 0293a01
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.30.0] - 2020-10-31

### Added
- Support for solc 0.6.8
Expand Down
2 changes: 1 addition & 1 deletion src/dapp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

stdenv.mkDerivation rec {
name = "dapp-${version}";
version = "0.29.0";
version = "0.30.0";
src = ./.;

nativeBuildInputs = [makeWrapper shellcheck coreutils nodejs];
Expand Down
2 changes: 1 addition & 1 deletion src/hevm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hevm changelog

## Unreleased
## 0.42.0 - 2020-10-31

### Changed

Expand Down
2 changes: 1 addition & 1 deletion src/hevm/hevm.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cabal-version: 2.2
name:
hevm
version:
0.41.0
0.42.0
synopsis:
Ethereum virtual machine evaluator
description:
Expand Down
6 changes: 2 additions & 4 deletions src/seth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ 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.9.2] - 2020-10-31

### Added
- Support for setting solc by path. Use `DAPP_SOLC=/path/to/bin` or
`dapp --use /path/to/solc ...` to use a custom solc.

- Updated `dapp` and `hevm`

## [0.9.1] - 2020-08-19

Expand Down
2 changes: 1 addition & 1 deletion src/seth/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

stdenv.mkDerivation rec {
name = "seth-${version}";
version = "0.9.1";
version = "0.9.2";
src = ./.;

nativeBuildInputs = [ nodejs makeWrapper shellcheck ];
Expand Down

0 comments on commit 0293a01

Please sign in to comment.