File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## Unreleased
8
+ ## [ 0.34.1 ] - 2021-09-08
9
9
10
10
### Added
11
11
@@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
17
17
### Changed
18
18
19
- - Dapp debug respects DAPP_LINK_TEST_LIBRARIES
19
+ - Dapp debug respects DAPP_LINK_TEST_LIBRARIES
20
20
21
21
### Fixed
22
22
Original file line number Diff line number Diff line change 4
4
5
5
stdenv . mkDerivation rec {
6
6
name = "dapp-${ version } " ;
7
- version = "0.34.0 " ;
7
+ version = "0.34.1 " ;
8
8
src = ./. ;
9
9
10
10
nativeBuildInputs = [ makeWrapper shellcheck coreutils nodejs python3 ] ;
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
- echo dapp 0.34.0
2
+ echo dapp 0.34.1
3
3
# use a custom path is DAPP_SOLC is set
4
4
SOLC=${DAPP_SOLC:- solc}
5
5
$SOLC --version
You can’t perform that action at this time.
0 commit comments