Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenthz committed Sep 26, 2019
1 parent 179746a commit e7a3efe
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 24 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,20 @@ env:

matrix:
include:
# Linux
- env: TARGET=x86_64-unknown-linux-gnu
- env: TARGET=aarch64-unknown-linux-gnu DISABLE_TESTS=1
- env: TARGET=x86_64-apple-darwin
os: osx

# Linux
- env: TARGET=arm-unknown-linux-gnueabi DISABLE_TESTS=1
- env: TARGET=armv7-unknown-linux-gnueabihf DISABLE_TESTS=1
- env: TARGET=mips64-unknown-linux-gnuabi64 DISABLE_TESTS=1
#- env: TARGET=mips64-unknown-linux-gnuabi64 DISABLE_TESTS=1
- env: TARGET=mips64el-unknown-linux-gnuabi64 DISABLE_TESTS=1
- env: TARGET=powerpc64-unknown-linux-gnu DISABLE_TESTS=1
#- env: TARGET=powerpc64-unknown-linux-gnu DISABLE_TESTS=1
- env: TARGET=powerpc64le-unknown-linux-gnu DISABLE_TESTS=1
- env: TARGET=x86_64-unknown-linux-gnu
- env: TARGET=x86_64-unknown-linux-musl

# OSX
- env: TARGET=x86_64-apple-darwin
os: osx

# *BSD
- env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1
- env: TARGET=x86_64-unknown-netbsd DISABLE_TESTS=1
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [v0.5.2](https://github.com/input-output-hk/jormungandr/tree/v0.5.2) (2019-09-26)
[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.5.1...v0.5.2)

**Implemented enhancements:**

- JCLI: management\_threshold validity [\#838](https://github.com/input-output-hk/jormungandr/pull/838)

**Fixed bugs:**

- Fix peer map pointer update bug [\#841](https://github.com/input-output-hk/jormungandr/pull/841)

**Closed issues:**

- improve jcli certificate new-stake-pool-certificate error handling [\#837](https://github.com/input-output-hk/jormungandr/issues/837)

## [v0.5.1](https://github.com/input-output-hk/jormungandr/tree/v0.5.1) (2019-09-26)
[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.5.0...v0.5.1)

Expand Down
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jcli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jcli"
version = "0.5.1"
version = "0.5.2"
authors = [ "Nicolas Di Prima <nicolas.diprima@iohk.io>"
, "Vincent Hanquez <vincent.hanquez@iohk.io>"
, "Eelco Dolstra <edolstra@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion jormungandr-integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jormungandr-integration-tests"
version = "0.5.1"
version = "0.5.2"
authors = ["Nicolas Di Prima <nicolas.diprima@iohk.io>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion jormungandr-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jormungandr-lib"
version = "0.5.1"
version = "0.5.2"
authors = ["Nicolas Di Prima <nicolas.diprima@iohk.io>", "Vincent Hanquez <vincent.hanquez@iohk.io>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion jormungandr-scenario-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jormungandr-scenario-tests"
version = "0.5.1"
version = "0.5.2"
authors = ["Nicolas Di Prima <nicolas.diprima@iohk.io>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion jormungandr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jormungandr"
version = "0.5.1"
version = "0.5.2"
authors = [ "Nicolas Di Prima <nicolas.diprima@iohk.io>"
, "Vincent Hanquez <vincent.hanquez@iohk.io>"
, "Eelco Dolstra <edolstra@gmail.com>"
Expand Down

0 comments on commit e7a3efe

Please sign in to comment.