Skip to content

Commit 34b2799

Browse files
committed
release seth and dapp
1 parent 98b9d5f commit 34b2799

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/dapp/CHANGELOG.md

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

7-
## Unreleased
7+
## [0.29.0] - 2020-08-19
88

99
### Added
10-
- Support for solc 0.6.12
10+
- Support for solc 0.6.12 for linux
1111

1212
### Fixed
1313
- Support for libraries. To test a project which includes libraries you need to use:

src/dapp/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

1010
nativeBuildInputs = [makeWrapper shellcheck coreutils nodejs];

src/seth/CHANGELOG.md

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

7-
## Unreleased
7+
## [0.9.1] - 2020-08-19
88

99
### Added
1010
- New commands:
@@ -27,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
- `seth call` now accepts empty calldata and also create transactions
2828
via `--create`.
2929
- `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
3131

3232
## [0.9.0] - 2020-05-25
3333

src/seth/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
stdenv.mkDerivation rec {
66
name = "seth-${version}";
7-
version = "0.9.0";
7+
version = "0.9.1";
88
src = ./.;
99

1010
nativeBuildInputs = [ nodejs makeWrapper shellcheck ];

0 commit comments

Comments
 (0)