Skip to content

Commit

Permalink
Merge pull request #860 from dapphub/release-candidate
Browse files Browse the repository at this point in the history
Release candidate
  • Loading branch information
jennypollack authored Nov 15, 2021
2 parents 5ede556 + 616d20e commit df5fef8
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.35.0] - 2021-11-12

### Added

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.34.1";
version = "0.35.0";
src = ./.;

nativeBuildInputs = [makeWrapper shellcheck coreutils nodejs python3];
Expand Down
2 changes: 1 addition & 1 deletion src/dapp/libexec/dapp/dapp---version
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
echo dapp 0.34.1
echo dapp 0.35.0
# use a custom path is DAPP_SOLC is set
SOLC=${DAPP_SOLC:-solc}
$SOLC --version
Expand Down
2 changes: 1 addition & 1 deletion src/ethsign/CHANGELOG
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.17.1] - 2021-11-12

### Fixed

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

buildGoModule rec {
name = "ethsign-${version}";
version = "0.17.0";
version = "0.17.1";

src = ./.;

Expand Down
2 changes: 1 addition & 1 deletion src/hevm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.49.0] - 2021-11-12

### Added

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.48.1
0.49.0
synopsis:
Ethereum virtual machine evaluator
description:
Expand Down
2 changes: 1 addition & 1 deletion src/seth/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.12.0] - 2021-11-12

### Changed

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.11.0";
version = "0.12.0";
src = ./.;

nativeBuildInputs = [ nodejs makeWrapper shellcheck ];
Expand Down
2 changes: 1 addition & 1 deletion src/seth/libexec/seth/seth---version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
cat <<.
seth 0.11.0
seth 0.12.0
Copyright (C) 2016-2021 Daniel Brockman <[email protected]>
License: GNU GPL version 3 or later <https://gnu.org/licenses/gpl>.
This is free software: you are free to change and redistribute it.
Expand Down

0 comments on commit df5fef8

Please sign in to comment.