File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## Unreleased
7
+ ## [ 0.29.0 ] - 2020-08-19
8
8
9
9
### Added
10
- - Support for solc 0.6.12
10
+ - Support for solc 0.6.12 for linux
11
11
12
12
### Fixed
13
13
- Support for libraries. To test a project which includes libraries you need to use:
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.28 .0" ;
7
+ version = "0.29 .0" ;
8
8
src = ./. ;
9
9
10
10
nativeBuildInputs = [ makeWrapper shellcheck coreutils nodejs ] ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## Unreleased
7
+ ## [ 0.9.1 ] - 2020-08-19
8
8
9
9
### Added
10
10
- New commands:
@@ -27,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
27
- ` seth call ` now accepts empty calldata and also create transactions
28
28
via ` --create ` .
29
29
- ` seth --abi-function-json ` no longer returns a singleton list, but rather the JSON object it contained.
30
- - Updated hevm to 0.40
30
+ - Updated hevm to 0.41.0
31
31
32
32
## [ 0.9.0] - 2020-05-25
33
33
Original file line number Diff line number Diff line change 4
4
5
5
stdenv . mkDerivation rec {
6
6
name = "seth-${ version } " ;
7
- version = "0.9.0 " ;
7
+ version = "0.9.1 " ;
8
8
src = ./. ;
9
9
10
10
nativeBuildInputs = [ nodejs makeWrapper shellcheck ] ;
You can’t perform that action at this time.
0 commit comments