From 72e97a70c5d5cabae0508bfafde3160e9755aa67 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Wed, 14 Dec 2022 09:23:55 +0100 Subject: [PATCH 1/5] Update 'mithril-aggregator' to 0.2.0 --- mithril-aggregator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mithril-aggregator/Cargo.toml b/mithril-aggregator/Cargo.toml index acfa2e50338..d42e9c8a764 100644 --- a/mithril-aggregator/Cargo.toml +++ b/mithril-aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-aggregator" -version = "0.1.3" +version = "0.2.0" description = "A Mithril Aggregator server" authors = { workspace = true } edition = { workspace = true } From 021b8414e57b4211a841255031f85f4775f7e6b5 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Wed, 14 Dec 2022 09:24:40 +0100 Subject: [PATCH 2/5] Update 'mithril-client' to 0.2.0 --- mithril-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mithril-client/Cargo.toml b/mithril-client/Cargo.toml index 4a50db3702e..dd648e87395 100644 --- a/mithril-client/Cargo.toml +++ b/mithril-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-client" -version = "0.1.2" +version = "0.2.0" description = "A Mithril Client" authors = { workspace = true } edition = { workspace = true } From fee024f8dfdc2dd36857b9b0041601cfef63e5dc Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Wed, 14 Dec 2022 09:25:09 +0100 Subject: [PATCH 3/5] Update 'mithril-common' to 0.2.0 --- mithril-common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index 1c27f77d6e4..bf0f825c222 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-common" -version = "0.1.3" +version = "0.2.0" authors = { workspace = true } edition = { workspace = true } documentation = { workspace = true } From 6092ea3ff465c0663df84e5764b5f498f8d73caa Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Wed, 14 Dec 2022 09:25:31 +0100 Subject: [PATCH 4/5] Update 'mithril-signer' to 0.2.0 --- mithril-signer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mithril-signer/Cargo.toml b/mithril-signer/Cargo.toml index 0c0e34f2953..31ae61f3bb9 100644 --- a/mithril-signer/Cargo.toml +++ b/mithril-signer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-signer" -version = "0.1.3" +version = "0.2.0" description = "A Mithril Signer" authors = { workspace = true } edition = { workspace = true } From a0cbb7ba42292258f2aad22795c25999e0ac197f Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Wed, 14 Dec 2022 09:26:14 +0100 Subject: [PATCH 5/5] Update Cargo.lock --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb5dc14897a..fc7b5af06e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1978,7 +1978,7 @@ dependencies = [ [[package]] name = "mithril-aggregator" -version = "0.1.3" +version = "0.2.0" dependencies = [ "async-trait", "chrono", @@ -2010,7 +2010,7 @@ dependencies = [ [[package]] name = "mithril-client" -version = "0.1.2" +version = "0.2.0" dependencies = [ "async-trait", "clap 4.0.29", @@ -2036,7 +2036,7 @@ dependencies = [ [[package]] name = "mithril-common" -version = "0.1.3" +version = "0.2.0" dependencies = [ "async-trait", "bech32", @@ -2095,7 +2095,7 @@ dependencies = [ [[package]] name = "mithril-signer" -version = "0.1.3" +version = "0.2.0" dependencies = [ "async-trait", "clap 4.0.29",