Skip to content

Commit 7179a30

Browse files
committed
dapp/0.34.1
1 parent c43ea2a commit 7179a30

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/dapp/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [0.34.1] - 2021-09-08
99

1010
### Added
1111

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

1717
### Changed
1818

19-
- Dapp debug respects DAPP_LINK_TEST_LIBRARIES
19+
- Dapp debug respects DAPP_LINK_TEST_LIBRARIES
2020

2121
### Fixed
2222

src/dapp/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
stdenv.mkDerivation rec {
66
name = "dapp-${version}";
7-
version = "0.34.0";
7+
version = "0.34.1";
88
src = ./.;
99

1010
nativeBuildInputs = [makeWrapper shellcheck coreutils nodejs python3];

src/dapp/libexec/dapp/dapp---version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
echo dapp 0.34.0
2+
echo dapp 0.34.1
33
# use a custom path is DAPP_SOLC is set
44
SOLC=${DAPP_SOLC:-solc}
55
$SOLC --version

0 commit comments

Comments
 (0)