Skip to content

Commit

Permalink
dapp 0.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
d-xo committed Dec 10, 2020
1 parent 4c3751a commit 9124984
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions src/dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.31.1] - 2020-12-10

## Added

- `dapp --use` can find solc versions in the nix store even if they are not present on `PATH`

## Fixed

- Corrected help text for solc version installation

## [0.31.0] - 2020-11-29

### Changed
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.31.0";
version = "0.31.1";
src = ./.;

nativeBuildInputs = [makeWrapper shellcheck coreutils nodejs];
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.31.0
echo dapp 0.31.1
# use a custom path is DAPP_SOLC is set
SOLC=${DAPP_SOLC:-solc}
$SOLC --version
Expand Down

0 comments on commit 9124984

Please sign in to comment.