Skip to content

Commit

Permalink
ethsign/0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d-xo committed Sep 8, 2021
1 parent 8a4f3b8 commit dc7990d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/ethsign/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ 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.17.0] - 2020-02-03

### Changed

- Makes keystore argument to `ethsign import` no longer mandatory, defaulting to
- Makes `--keystore` argument to `ethsign import` no longer mandatory, defaulting to
systems paths or to the value of the `ETH_KEYSTORE` environment variable.
- `ethsign import --keystore` was changed to `ethsign import --key-store` for consistency
with other commands.
Expand Down
2 changes: 1 addition & 1 deletion src/ethsign/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildGoModule rec {
name = "ethsign-${version}";
version = "0.16.2";
version = "0.17.0";

src = ./.;

Expand Down

0 comments on commit dc7990d

Please sign in to comment.