diff --git a/Cargo.lock b/Cargo.lock index d4e8d6f19ca..5c21655b808 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2102,7 +2102,7 @@ dependencies = [ [[package]] name = "mithril-aggregator" -version = "0.3.65" +version = "0.3.66" dependencies = [ "async-trait", "chrono", @@ -2175,7 +2175,7 @@ dependencies = [ [[package]] name = "mithril-common" -version = "0.2.88" +version = "0.2.89" dependencies = [ "anyhow", "async-trait", @@ -2223,7 +2223,7 @@ dependencies = [ [[package]] name = "mithril-end-to-end" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "async-recursion", diff --git a/mithril-aggregator/Cargo.toml b/mithril-aggregator/Cargo.toml index ec21af74068..afeed89dcee 100644 --- a/mithril-aggregator/Cargo.toml +++ b/mithril-aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-aggregator" -version = "0.3.65" +version = "0.3.66" description = "A Mithril Aggregator server" authors = { workspace = true } edition = { workspace = true } diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index 5cb5fd7b194..f78940a38d0 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-common" -version = "0.2.88" +version = "0.2.89" authors = { workspace = true } edition = { workspace = true } documentation = { workspace = true } diff --git a/mithril-test-lab/mithril-end-to-end/Cargo.toml b/mithril-test-lab/mithril-end-to-end/Cargo.toml index 778e060c54d..8556127c355 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.0" +version = "0.2.1" authors = { workspace = true } edition = { workspace = true } documentation = { workspace = true } diff --git a/openapi.yaml b/openapi.yaml index 33d2faafde6..09fa5d7e92a 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.8 + version: 0.1.9 title: Mithril Aggregator Server description: | The REST API provided by a Mithril Aggregator Node in a Mithril network.