From 241b3a59221afe357127a0d968fbf050fe0e7e1f Mon Sep 17 00:00:00 2001 From: Nicolas Di Prima Date: Wed, 26 Feb 2020 09:23:32 +0000 Subject: [PATCH] v0.8.13 --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.lock | 10 +++++----- 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, 27 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 561670669c..3e71c12efb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## [v0.8.13](https://github.com/input-output-hk/jormungandr/tree/v0.8.13) (2020-02-26) + +[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.8.12...v0.8.13) + +**Implemented enhancements:** + +- Avoid inconsistency between block store and state [\#1852](https://github.com/input-output-hk/jormungandr/pull/1852) + +**Fixed bugs:** + +- Promoting Leader is broken in 0.8.12 [\#1857](https://github.com/input-output-hk/jormungandr/issues/1857) +- huge simplification of the code for the leader enclave holder [\#1858](https://github.com/input-output-hk/jormungandr/pull/1858) + +**Merged pull requests:** + +- Publish docs with github actions [\#1854](https://github.com/input-output-hk/jormungandr/pull/1854) + ## [v0.8.12](https://github.com/input-output-hk/jormungandr/tree/v0.8.12) (2020-02-25) [Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.8.11...v0.8.12) diff --git a/Cargo.lock b/Cargo.lock index 41303ef02e..d9fb4afc80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1933,7 +1933,7 @@ checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e" [[package]] name = "jcli" -version = "0.8.12" +version = "0.8.13" dependencies = [ "bech32", "bincode", @@ -1967,7 +1967,7 @@ dependencies = [ [[package]] name = "jormungandr" -version = "0.8.12" +version = "0.8.13" dependencies = [ "actix-cors", "actix-rt", @@ -2031,7 +2031,7 @@ dependencies = [ [[package]] name = "jormungandr-integration-tests" -version = "0.8.12" +version = "0.8.13" dependencies = [ "assert_cmd", "assert_fs", @@ -2078,7 +2078,7 @@ dependencies = [ [[package]] name = "jormungandr-lib" -version = "0.8.12" +version = "0.8.13" dependencies = [ "bech32", "bincode", @@ -2103,7 +2103,7 @@ dependencies = [ [[package]] name = "jormungandr-scenario-tests" -version = "0.8.12" +version = "0.8.13" dependencies = [ "bawawa", "bytes 0.4.12", diff --git a/jcli/Cargo.toml b/jcli/Cargo.toml index 861432adde..8a54b6fc44 100644 --- a/jcli/Cargo.toml +++ b/jcli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jcli" -version = "0.8.12" +version = "0.8.13" 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 e4263a6936..266ff47666 100644 --- a/jormungandr-integration-tests/Cargo.toml +++ b/jormungandr-integration-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-integration-tests" -version = "0.8.12" +version = "0.8.13" authors = [ "dev@iohk.io" ] edition = "2018" diff --git a/jormungandr-lib/Cargo.toml b/jormungandr-lib/Cargo.toml index 88325321aa..b3701f230d 100644 --- a/jormungandr-lib/Cargo.toml +++ b/jormungandr-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-lib" -version = "0.8.12" +version = "0.8.13" authors = ["dev@iohk.io"] edition = "2018" diff --git a/jormungandr-scenario-tests/Cargo.toml b/jormungandr-scenario-tests/Cargo.toml index 36624f01ee..29f2b3d1e1 100644 --- a/jormungandr-scenario-tests/Cargo.toml +++ b/jormungandr-scenario-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-scenario-tests" -version = "0.8.12" +version = "0.8.13" authors = [ "dev@iohk.io" ] edition = "2018" diff --git a/jormungandr/Cargo.toml b/jormungandr/Cargo.toml index d96d4de624..d5ee79227b 100644 --- a/jormungandr/Cargo.toml +++ b/jormungandr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr" -version = "0.8.12" +version = "0.8.13" authors = [ "dev@iohk.io" ] license = "MIT OR Apache-2.0" repository = "https://github.com/input-output-hk/jormungandr"