Skip to content

Commit

Permalink
bump ethsign to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChico committed Jun 15, 2020
1 parent 31def10 commit 266153c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions src/ethsign/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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).

## [0.15.0] - 2020-06-15

### Fixed

- a golang error occurring for `MacOS Catalina` users: [#384](https://github.com/dapphub/dapptools/pull/384)

[0.15.0]: https://github.com/dapphub/dapptools/tree/ethsign/0.15.0

## [0.14.0] - 2020-05-29

### Changed
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 @@

buildGoPackage rec {
name = "ethsign-${version}";
version = "0.13.0";
version = "0.15.0";

goPackagePath = "github.com/dapphub/ethsign";
hardeningDisable = ["fortify"];
Expand Down
2 changes: 1 addition & 1 deletion src/ethsign/ethsign.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func main() {
app := cli.NewApp()
app.Name = "ethsign"
app.Usage = "sign Ethereum transactions using a JSON keyfile"
app.Version = "0.13"
app.Version = "0.15"
app.Commands = []cli.Command {
cli.Command {
Name: "list-accounts",
Expand Down

0 comments on commit 266153c

Please sign in to comment.