From aec29a1ce5b6b361ad2180b4da95e4478275ba40 Mon Sep 17 00:00:00 2001 From: Nicolas Di Prima Date: Tue, 1 Oct 2019 21:59:34 +0100 Subject: [PATCH] release v0.5.5 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ Cargo.lock | 22 +++++++++++----------- jcli/Cargo.toml | 2 +- jormungandr-integration-tests/Cargo.toml | 2 +- jormungandr-lib/Cargo.toml | 2 +- jormungandr-scenario-tests/Cargo.toml | 2 +- jormungandr/Cargo.toml | 2 +- 7 files changed, 40 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8314087f4..1091fb90b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Change Log +## [v0.5.5](https://github.com/input-output-hk/jormungandr/tree/v0.5.5) (2019-10-01) +[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.5.4...v0.5.5) + +**Implemented enhancements:** + +- add more logging information and comfort for users [\#880](https://github.com/input-output-hk/jormungandr/pull/880) +- be more liberal with the node's resources and trust default values [\#874](https://github.com/input-output-hk/jormungandr/pull/874) +- stop the node if we detect a panic in a runtime [\#873](https://github.com/input-output-hk/jormungandr/pull/873) + +**Fixed bugs:** + +- Panic in ReplyStreamHandle methods when the receiver stream is closed by the client [\#864](https://github.com/input-output-hk/jormungandr/issues/864) +- Panic at Result::unwrap\(\) [\#850](https://github.com/input-output-hk/jormungandr/issues/850) +- Don't panic when intercom reply is cancelled [\#876](https://github.com/input-output-hk/jormungandr/pull/876) + +**Closed issues:** + +- Compiling jormungandr builds two versions of SHA2 libraries [\#875](https://github.com/input-output-hk/jormungandr/issues/875) + +**Merged pull requests:** + +- Update chain-deps and poldercast [\#877](https://github.com/input-output-hk/jormungandr/pull/877) +- Eliminate a panic on block task message box [\#870](https://github.com/input-output-hk/jormungandr/pull/870) + ## [v0.5.4](https://github.com/input-output-hk/jormungandr/tree/v0.5.4) (2019-09-30) [Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.5.3...v0.5.4) diff --git a/Cargo.lock b/Cargo.lock index 16517513bc..cfdc26aedb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1317,7 +1317,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "jcli" -version = "0.5.4" +version = "0.5.5" dependencies = [ "bech32 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1331,7 +1331,7 @@ dependencies = [ "custom_error 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "gtmpl 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "jormungandr-lib 0.5.4", + "jormungandr-lib 0.5.5", "maplit 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "mktemp 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1351,7 +1351,7 @@ dependencies = [ [[package]] name = "jormungandr" -version = "0.5.4" +version = "0.5.5" dependencies = [ "actix-net 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", "actix-threadpool 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1372,7 +1372,7 @@ dependencies = [ "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", "imhamt 0.1.0", - "jormungandr-lib 0.5.4", + "jormungandr-lib 0.5.5", "juniper 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1400,7 +1400,7 @@ dependencies = [ [[package]] name = "jormungandr-integration-tests" -version = "0.5.4" +version = "0.5.5" dependencies = [ "assert_cmd 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "assert_fs 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1410,9 +1410,9 @@ dependencies = [ "chain-impl-mockchain 0.1.0", "custom_error 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "galvanic-test 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jcli 0.5.4", - "jormungandr 0.5.4", - "jormungandr-lib 0.5.4", + "jcli 0.5.5", + "jormungandr 0.5.5", + "jormungandr-lib 0.5.5", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "mktemp 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "poldercast 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1429,7 +1429,7 @@ dependencies = [ [[package]] name = "jormungandr-lib" -version = "0.5.4" +version = "0.5.5" dependencies = [ "bech32 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1452,7 +1452,7 @@ dependencies = [ [[package]] name = "jormungandr-scenario-tests" -version = "0.5.4" +version = "0.5.5" dependencies = [ "bawawa 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1465,7 +1465,7 @@ dependencies = [ "error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jormungandr-lib 0.5.4", + "jormungandr-lib 0.5.5", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "mktemp 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "poldercast 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/jcli/Cargo.toml b/jcli/Cargo.toml index e8a41f7f8c..5f0ec2d5e0 100644 --- a/jcli/Cargo.toml +++ b/jcli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jcli" -version = "0.5.4" +version = "0.5.5" authors = [ "dev@iohk.io" ] license = "MIT OR Apache-2.0" repository = "https://github.com/input-output-hk/jormungandr" diff --git a/jormungandr-integration-tests/Cargo.toml b/jormungandr-integration-tests/Cargo.toml index 96ba0b6691..c91ba9fba5 100644 --- a/jormungandr-integration-tests/Cargo.toml +++ b/jormungandr-integration-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-integration-tests" -version = "0.5.4" +version = "0.5.5" authors = [ "dev@iohk.io" ] edition = "2018" diff --git a/jormungandr-lib/Cargo.toml b/jormungandr-lib/Cargo.toml index 2175553750..7485aee43e 100644 --- a/jormungandr-lib/Cargo.toml +++ b/jormungandr-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-lib" -version = "0.5.4" +version = "0.5.5" authors = ["dev@iohk.io"] edition = "2018" diff --git a/jormungandr-scenario-tests/Cargo.toml b/jormungandr-scenario-tests/Cargo.toml index 308ab52bcf..389c76ad94 100644 --- a/jormungandr-scenario-tests/Cargo.toml +++ b/jormungandr-scenario-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-scenario-tests" -version = "0.5.4" +version = "0.5.5" authors = [ "dev@iohk.io" ] edition = "2018" diff --git a/jormungandr/Cargo.toml b/jormungandr/Cargo.toml index 2940821daa..3f40c325ee 100644 --- a/jormungandr/Cargo.toml +++ b/jormungandr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr" -version = "0.5.4" +version = "0.5.5" authors = [ "dev@iohk.io" ] license = "MIT OR Apache-2.0" repository = "https://github.com/input-output-hk/jormungandr"