Skip to content

Commit

Permalink
dapp/0.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
d-xo committed Sep 8, 2021
1 parent c43ea2a commit 7179a30
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.34.1] - 2021-09-08

### Added

Expand All @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Dapp debug respects DAPP_LINK_TEST_LIBRARIES
- Dapp debug respects DAPP_LINK_TEST_LIBRARIES

### Fixed

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.0";
version = "0.34.1";
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.0
echo dapp 0.34.1
# use a custom path is DAPP_SOLC is set
SOLC=${DAPP_SOLC:-solc}
$SOLC --version
Expand Down

0 comments on commit 7179a30

Please sign in to comment.