diff --git a/Cargo.lock b/Cargo.lock index 9624403b56b..daa23201d00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3316,7 +3316,7 @@ dependencies = [ [[package]] name = "mithril-aggregator" -version = "0.4.36" +version = "0.4.37" dependencies = [ "anyhow", "async-trait", @@ -3378,7 +3378,7 @@ dependencies = [ [[package]] name = "mithril-client" -version = "0.6.1" +version = "0.6.2" dependencies = [ "anyhow", "async-recursion", @@ -3411,7 +3411,7 @@ dependencies = [ [[package]] name = "mithril-client-cli" -version = "0.5.19" +version = "0.6.0" dependencies = [ "anyhow", "async-trait", @@ -3454,7 +3454,7 @@ dependencies = [ [[package]] name = "mithril-common" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "async-trait", @@ -3506,7 +3506,7 @@ dependencies = [ [[package]] name = "mithril-end-to-end" -version = "0.2.38" +version = "0.3.0" dependencies = [ "anyhow", "async-recursion", @@ -3577,7 +3577,7 @@ dependencies = [ [[package]] name = "mithril-signer" -version = "0.2.107" +version = "0.2.108" dependencies = [ "anyhow", "async-trait", diff --git a/mithril-aggregator/Cargo.toml b/mithril-aggregator/Cargo.toml index 456344358a8..8975cc87979 100644 --- a/mithril-aggregator/Cargo.toml +++ b/mithril-aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-aggregator" -version = "0.4.36" +version = "0.4.37" description = "A Mithril Aggregator server" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-client-cli/Cargo.toml b/mithril-client-cli/Cargo.toml index 4ab31579c7f..8736ac87bdb 100644 --- a/mithril-client-cli/Cargo.toml +++ b/mithril-client-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-client-cli" -version = "0.5.19" +version = "0.6.0" description = "A Mithril Client" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-client/Cargo.toml b/mithril-client/Cargo.toml index 64728dad1be..1148905a243 100644 --- a/mithril-client/Cargo.toml +++ b/mithril-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-client" -version = "0.6.1" +version = "0.6.2" description = "Mithril client library" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index 16e51f3fbb4..75430151c10 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-common" -version = "0.3.1" +version = "0.3.2" description = "Common types, interfaces, and utilities for Mithril nodes." authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-signer/Cargo.toml b/mithril-signer/Cargo.toml index b35c84413a6..68839014052 100644 --- a/mithril-signer/Cargo.toml +++ b/mithril-signer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-signer" -version = "0.2.107" +version = "0.2.108" description = "A Mithril Signer" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-test-lab/mithril-devnet/VERSION b/mithril-test-lab/mithril-devnet/VERSION index 28af839c0a9..9325c3ccda9 100644 --- a/mithril-test-lab/mithril-devnet/VERSION +++ b/mithril-test-lab/mithril-devnet/VERSION @@ -1 +1 @@ -0.2.5 \ No newline at end of file +0.3.0 \ No newline at end of file diff --git a/mithril-test-lab/mithril-end-to-end/Cargo.toml b/mithril-test-lab/mithril-end-to-end/Cargo.toml index 9bc95e091a7..ce7e8a6c6e6 100644 --- a/mithril-test-lab/mithril-end-to-end/Cargo.toml +++ b/mithril-test-lab/mithril-end-to-end/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-end-to-end" -version = "0.2.38" +version = "0.3.0" authors = { workspace = true } edition = { workspace = true } documentation = { workspace = true } diff --git a/openapi.yaml b/openapi.yaml index 451af190be7..5e4a33ae176 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -4,7 +4,7 @@ info: # `mithril-common/src/lib.rs` file. If you plan to update it # here to reflect changes in the API, please also update the constant in the # Rust file. - version: 0.1.16 + version: 0.1.17 title: Mithril Aggregator Server description: | The REST API provided by a Mithril Aggregator Node in a Mithril network.