From 44ff7c1e6f3f5b9caed0788910d94244fd6a38bd Mon Sep 17 00:00:00 2001 From: Nicolas Di Prima Date: Mon, 14 Oct 2019 18:25:02 +0100 Subject: [PATCH] v0.6.0 --- CHANGELOG.md | 4 ++-- 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, 18 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd9dfec8af..ebe49eb794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log -## [v0.6.0-rc1](https://github.com/input-output-hk/jormungandr/tree/v0.6.0-rc1) (2019-10-14) -[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.5.6...v0.6.0-rc1) +## [v0.6.0](https://github.com/input-output-hk/jormungandr/tree/v0.6.0) (2019-10-14) +[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.5.6...v0.6.0) **Implemented enhancements:** diff --git a/Cargo.lock b/Cargo.lock index f3bae525bb..abb97a3dda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1330,7 +1330,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "jcli" -version = "0.6.0-rc1" +version = "0.6.0" 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)", @@ -1344,7 +1344,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.6.0-rc1", + "jormungandr-lib 0.6.0", "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)", @@ -1364,7 +1364,7 @@ dependencies = [ [[package]] name = "jormungandr" -version = "0.6.0-rc1" +version = "0.6.0" 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)", @@ -1386,7 +1386,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.6.0-rc1", + "jormungandr-lib 0.6.0", "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)", "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1416,7 +1416,7 @@ dependencies = [ [[package]] name = "jormungandr-integration-tests" -version = "0.6.0-rc1" +version = "0.6.0" 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)", @@ -1426,9 +1426,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.6.0-rc1", - "jormungandr 0.6.0-rc1", - "jormungandr-lib 0.6.0-rc1", + "jcli 0.6.0", + "jormungandr 0.6.0", + "jormungandr-lib 0.6.0", "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.8.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1445,7 +1445,7 @@ dependencies = [ [[package]] name = "jormungandr-lib" -version = "0.6.0-rc1" +version = "0.6.0" 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)", @@ -1468,7 +1468,7 @@ dependencies = [ [[package]] name = "jormungandr-scenario-tests" -version = "0.6.0-rc1" +version = "0.6.0" 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)", @@ -1481,7 +1481,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.6.0-rc1", + "jormungandr-lib 0.6.0", "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.8.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/jcli/Cargo.toml b/jcli/Cargo.toml index fad37a271a..2a83e12327 100644 --- a/jcli/Cargo.toml +++ b/jcli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jcli" -version = "0.6.0-rc1" +version = "0.6.0" 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 2d7f0fbb23..6eff0facfb 100644 --- a/jormungandr-integration-tests/Cargo.toml +++ b/jormungandr-integration-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-integration-tests" -version = "0.6.0-rc1" +version = "0.6.0" authors = [ "dev@iohk.io" ] edition = "2018" diff --git a/jormungandr-lib/Cargo.toml b/jormungandr-lib/Cargo.toml index 05c2838356..ff451d5e78 100644 --- a/jormungandr-lib/Cargo.toml +++ b/jormungandr-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-lib" -version = "0.6.0-rc1" +version = "0.6.0" authors = ["dev@iohk.io"] edition = "2018" diff --git a/jormungandr-scenario-tests/Cargo.toml b/jormungandr-scenario-tests/Cargo.toml index 466cb6f26d..972c92ab2e 100644 --- a/jormungandr-scenario-tests/Cargo.toml +++ b/jormungandr-scenario-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-scenario-tests" -version = "0.6.0-rc1" +version = "0.6.0" authors = [ "dev@iohk.io" ] edition = "2018" diff --git a/jormungandr/Cargo.toml b/jormungandr/Cargo.toml index c1934d1f8f..f206f5dc22 100644 --- a/jormungandr/Cargo.toml +++ b/jormungandr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr" -version = "0.6.0-rc1" +version = "0.6.0" authors = [ "dev@iohk.io" ] license = "MIT OR Apache-2.0" repository = "https://github.com/input-output-hk/jormungandr"