From 942c365e7d068e2a8c645efe212964887bf46705 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Mon, 24 Feb 2025 13:45:40 +0000 Subject: [PATCH] chore(release): release candidate 2025.1.2.5 ================== Crate Versions ================== ant-bootstrap: 0.1.6-rc.2 ant-build-info: 0.1.25-rc.2 ant-cli: 0.3.8-rc.2 ant-evm: 0.1.10-rc.2 ant-logging: 0.2.47-rc.2 ant-metrics: 0.1.26-rc.2 ant-networking: 0.3.6-rc.2 ant-node: 0.3.7-rc.2 ant-node-manager: 0.12.0-rc.2 ant-node-rpc-client: 0.6.43-rc.2 ant-protocol: 1.0.1-rc.2 ant-service-management: 0.4.9-rc.2 ant-token-supplies: 0.1.64-rc.2 autonomi: 0.4.0-rc.2 evmlib: 0.1.10-rc.2 evm-testnet: 0.1.10-rc.2 nat-detection: 0.2.17-rc.2 node-launchpad: 0.5.5-rc.2 test-utils: 0.4.17-rc.2 =================== Binary Versions =================== ant: 0.3.8-rc.2 antctl: 0.12.0-rc.2 antctld: 0.12.0-rc.2 antnode: 0.3.7-rc.2 antnode_rpc_client: 0.6.43-rc.2 nat-detection: 0.2.17-rc.2 node-launchpad: 0.5.5-rc.2 --- Cargo.lock | 38 +++++++++++++++--------------- ant-bootstrap/Cargo.toml | 6 ++--- ant-build-info/Cargo.toml | 2 +- ant-build-info/src/release_info.rs | 2 +- ant-cli/Cargo.toml | 14 +++++------ ant-evm/Cargo.toml | 4 ++-- ant-logging/Cargo.toml | 2 +- ant-metrics/Cargo.toml | 2 +- ant-networking/Cargo.toml | 10 ++++---- ant-node-manager/Cargo.toml | 14 +++++------ ant-node-rpc-client/Cargo.toml | 12 +++++----- ant-node/Cargo.toml | 22 ++++++++--------- ant-protocol/Cargo.toml | 6 ++--- ant-service-management/Cargo.toml | 10 ++++---- ant-token-supplies/Cargo.toml | 2 +- autonomi/Cargo.toml | 12 +++++----- evm-testnet/Cargo.toml | 6 ++--- evmlib/Cargo.toml | 2 +- nat-detection/Cargo.toml | 8 +++---- node-launchpad/Cargo.toml | 14 +++++------ release-cycle-info | 2 +- test-utils/Cargo.toml | 4 ++-- 22 files changed, 97 insertions(+), 97 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f59af610d7..7e61ecbadc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -772,7 +772,7 @@ dependencies = [ [[package]] name = "ant-bootstrap" -version = "0.1.6-rc.1" +version = "0.1.6-rc.2" dependencies = [ "ant-logging", "ant-protocol", @@ -796,7 +796,7 @@ dependencies = [ [[package]] name = "ant-build-info" -version = "0.1.25-rc.1" +version = "0.1.25-rc.2" dependencies = [ "chrono", "tracing", @@ -805,7 +805,7 @@ dependencies = [ [[package]] name = "ant-cli" -version = "0.3.8-rc.1" +version = "0.3.8-rc.2" dependencies = [ "ant-bootstrap", "ant-build-info", @@ -836,7 +836,7 @@ dependencies = [ [[package]] name = "ant-evm" -version = "0.1.10-rc.1" +version = "0.1.10-rc.2" dependencies = [ "custom_debug", "evmlib", @@ -858,7 +858,7 @@ dependencies = [ [[package]] name = "ant-logging" -version = "0.2.47-rc.1" +version = "0.2.47-rc.2" dependencies = [ "chrono", "color-eyre", @@ -883,7 +883,7 @@ dependencies = [ [[package]] name = "ant-metrics" -version = "0.1.26-rc.1" +version = "0.1.26-rc.2" dependencies = [ "clap", "color-eyre", @@ -897,7 +897,7 @@ dependencies = [ [[package]] name = "ant-networking" -version = "0.3.6-rc.1" +version = "0.3.6-rc.2" dependencies = [ "aes-gcm-siv", "ant-bootstrap", @@ -938,7 +938,7 @@ dependencies = [ [[package]] name = "ant-node" -version = "0.3.7-rc.1" +version = "0.3.7-rc.2" dependencies = [ "ant-bootstrap", "ant-build-info", @@ -994,7 +994,7 @@ dependencies = [ [[package]] name = "ant-node-manager" -version = "0.12.0-rc.1" +version = "0.12.0-rc.2" dependencies = [ "ant-bootstrap", "ant-build-info", @@ -1037,7 +1037,7 @@ dependencies = [ [[package]] name = "ant-node-rpc-client" -version = "0.6.43-rc.1" +version = "0.6.43-rc.2" dependencies = [ "ant-build-info", "ant-logging", @@ -1061,7 +1061,7 @@ dependencies = [ [[package]] name = "ant-protocol" -version = "1.0.1-rc.1" +version = "1.0.1-rc.2" dependencies = [ "ant-build-info", "ant-evm", @@ -1111,7 +1111,7 @@ dependencies = [ [[package]] name = "ant-service-management" -version = "0.4.9-rc.1" +version = "0.4.9-rc.2" dependencies = [ "ant-bootstrap", "ant-evm", @@ -1139,7 +1139,7 @@ dependencies = [ [[package]] name = "ant-token-supplies" -version = "0.1.64-rc.1" +version = "0.1.64-rc.2" dependencies = [ "dirs-next", "reqwest 0.11.27", @@ -1577,7 +1577,7 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "autonomi" -version = "0.4.0-rc.1" +version = "0.4.0-rc.2" dependencies = [ "alloy", "ant-bootstrap", @@ -3186,7 +3186,7 @@ dependencies = [ [[package]] name = "evm-testnet" -version = "0.1.10-rc.1" +version = "0.1.10-rc.2" dependencies = [ "ant-evm", "clap", @@ -3197,7 +3197,7 @@ dependencies = [ [[package]] name = "evmlib" -version = "0.1.10-rc.1" +version = "0.1.10-rc.2" dependencies = [ "alloy", "dirs-next", @@ -6046,7 +6046,7 @@ dependencies = [ [[package]] name = "nat-detection" -version = "0.2.17-rc.1" +version = "0.2.17-rc.2" dependencies = [ "ant-build-info", "ant-networking", @@ -6187,7 +6187,7 @@ dependencies = [ [[package]] name = "node-launchpad" -version = "0.5.5-rc.1" +version = "0.5.5-rc.2" dependencies = [ "ant-bootstrap", "ant-build-info", @@ -8801,7 +8801,7 @@ checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" [[package]] name = "test-utils" -version = "0.4.17-rc.1" +version = "0.4.17-rc.2" dependencies = [ "bytes", "color-eyre", diff --git a/ant-bootstrap/Cargo.toml b/ant-bootstrap/Cargo.toml index c08b40c487..da3584dd6d 100644 --- a/ant-bootstrap/Cargo.toml +++ b/ant-bootstrap/Cargo.toml @@ -7,14 +7,14 @@ license = "GPL-3.0" name = "ant-bootstrap" readme = "README.md" repository = "https://github.com/maidsafe/autonomi" -version = "0.1.6-rc.1" +version = "0.1.6-rc.2" [features] local = [] [dependencies] -ant-logging = { path = "../ant-logging", version = "0.2.47-rc.1" } -ant-protocol = { path = "../ant-protocol", version = "1.0.1-rc.1" } +ant-logging = { path = "../ant-logging", version = "0.2.47-rc.2" } +ant-protocol = { path = "../ant-protocol", version = "1.0.1-rc.2" } atomic-write-file = "0.2.2" chrono = { version = "0.4", features = ["serde"] } clap = { version = "4.2.1", features = ["derive", "env"] } diff --git a/ant-build-info/Cargo.toml b/ant-build-info/Cargo.toml index 20c4fd23b1..af6ae83865 100644 --- a/ant-build-info/Cargo.toml +++ b/ant-build-info/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "ant-build-info" readme = "README.md" repository = "https://github.com/maidsafe/autonomi" -version = "0.1.25-rc.1" +version = "0.1.25-rc.2" build = "build.rs" include = ["Cargo.toml", "src/**/*", "build.rs"] diff --git a/ant-build-info/src/release_info.rs b/ant-build-info/src/release_info.rs index 91829eb153..913fff66c2 100644 --- a/ant-build-info/src/release_info.rs +++ b/ant-build-info/src/release_info.rs @@ -1,4 +1,4 @@ pub const RELEASE_YEAR: &str = "2025"; pub const RELEASE_MONTH: &str = "1"; pub const RELEASE_CYCLE: &str = "2"; -pub const RELEASE_CYCLE_COUNTER: &str = "4"; +pub const RELEASE_CYCLE_COUNTER: &str = "5"; diff --git a/ant-cli/Cargo.toml b/ant-cli/Cargo.toml index 273993be90..e61bcb1a5a 100644 --- a/ant-cli/Cargo.toml +++ b/ant-cli/Cargo.toml @@ -3,7 +3,7 @@ authors = ["MaidSafe Developers "] name = "ant-cli" description = "CLI client for the Autonomi network" license = "GPL-3.0" -version = "0.3.8-rc.1" +version = "0.3.8-rc.2" edition = "2021" homepage = "https://maidsafe.net" readme = "README.md" @@ -23,11 +23,11 @@ name = "files" harness = false [dependencies] -ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.6-rc.1" } -ant-build-info = { path = "../ant-build-info", version = "0.1.25-rc.1" } -ant-logging = { path = "../ant-logging", version = "0.2.47-rc.1" } -ant-protocol = { path = "../ant-protocol", version = "1.0.1-rc.1" } -autonomi = { path = "../autonomi", version = "0.4.0-rc.1", features = [ "loud" ] } +ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.6-rc.2" } +ant-build-info = { path = "../ant-build-info", version = "0.1.25-rc.2" } +ant-logging = { path = "../ant-logging", version = "0.2.47-rc.2" } +ant-protocol = { path = "../ant-protocol", version = "1.0.1-rc.2" } +autonomi = { path = "../autonomi", version = "0.4.0-rc.2", features = [ "loud" ] } clap = { version = "4.2.1", features = ["derive"] } color-eyre = "0.6.3" const-hex = "1.13.1" @@ -54,7 +54,7 @@ tracing = { version = "~0.1.26" } walkdir = "2.5.0" [dev-dependencies] -autonomi = { path = "../autonomi", version = "0.4.0-rc.1" } +autonomi = { path = "../autonomi", version = "0.4.0-rc.2" } criterion = "0.5.1" eyre = "0.6.8" rand = { version = "~0.8.5", features = ["small_rng"] } diff --git a/ant-evm/Cargo.toml b/ant-evm/Cargo.toml index 4c571b1a44..a37de6c228 100644 --- a/ant-evm/Cargo.toml +++ b/ant-evm/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "ant-evm" readme = "README.md" repository = "https://github.com/maidsafe/autonomi" -version = "0.1.10-rc.1" +version = "0.1.10-rc.2" [features] external-signer = ["evmlib/external-signer"] @@ -15,7 +15,7 @@ test-utils = [] [dependencies] custom_debug = "~0.6.1" -evmlib = { path = "../evmlib", version = "0.1.10-rc.1" } +evmlib = { path = "../evmlib", version = "0.1.10-rc.2" } hex = "~0.4.3" lazy_static = "1.4.0" libp2p = { version = "0.55.0", features = ["identify", "kad"] } diff --git a/ant-logging/Cargo.toml b/ant-logging/Cargo.toml index f1f56bfbb7..f5b35fe531 100644 --- a/ant-logging/Cargo.toml +++ b/ant-logging/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "ant-logging" readme = "README.md" repository = "https://github.com/maidsafe/autonomi" -version = "0.2.47-rc.1" +version = "0.2.47-rc.2" [dependencies] chrono = "~0.4.19" diff --git a/ant-metrics/Cargo.toml b/ant-metrics/Cargo.toml index 450e932e8a..429f465416 100644 --- a/ant-metrics/Cargo.toml +++ b/ant-metrics/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "ant-metrics" readme = "README.md" repository = "https://github.com/maidsafe/autonomi" -version = "0.1.26-rc.1" +version = "0.1.26-rc.2" [[bin]] path = "src/main.rs" diff --git a/ant-networking/Cargo.toml b/ant-networking/Cargo.toml index 971b3f51da..e85d35edc9 100644 --- a/ant-networking/Cargo.toml +++ b/ant-networking/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "ant-networking" readme = "README.md" repository = "https://github.com/maidsafe/autonomi" -version = "0.3.6-rc.1" +version = "0.3.6-rc.2" [features] default = [] @@ -16,10 +16,10 @@ open-metrics = ["libp2p/metrics", "prometheus-client", "hyper", "sysinfo"] [dependencies] aes-gcm-siv = "0.11.1" -ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.6-rc.1" } -ant-build-info = { path = "../ant-build-info", version = "0.1.25-rc.1" } -ant-evm = { path = "../ant-evm", version = "0.1.10-rc.1" } -ant-protocol = { path = "../ant-protocol", version = "1.0.1-rc.1" } +ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.6-rc.2" } +ant-build-info = { path = "../ant-build-info", version = "0.1.25-rc.2" } +ant-evm = { path = "../ant-evm", version = "0.1.10-rc.2" } +ant-protocol = { path = "../ant-protocol", version = "1.0.1-rc.2" } async-trait = "0.1" bls = { package = "blsttc", version = "8.0.2" } bytes = { version = "1.0.1", features = ["serde"] } diff --git a/ant-node-manager/Cargo.toml b/ant-node-manager/Cargo.toml index f1acb1f0cb..79f8011c5b 100644 --- a/ant-node-manager/Cargo.toml +++ b/ant-node-manager/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "ant-node-manager" readme = "README.md" repository = "https://github.com/maidsafe/autonomi" -version = "0.12.0-rc.1" +version = "0.12.0-rc.2" [[bin]] name = "antctl" @@ -29,13 +29,13 @@ tcp = [] websockets = [] [dependencies] -ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.6-rc.1" } -ant-build-info = { path = "../ant-build-info", version = "0.1.25-rc.1" } -ant-evm = { path = "../ant-evm", version = "0.1.10-rc.1" } -ant-logging = { path = "../ant-logging", version = "0.2.47-rc.1" } -ant-protocol = { path = "../ant-protocol", version = "1.0.1-rc.1" } +ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.6-rc.2" } +ant-build-info = { path = "../ant-build-info", version = "0.1.25-rc.2" } +ant-evm = { path = "../ant-evm", version = "0.1.10-rc.2" } +ant-logging = { path = "../ant-logging", version = "0.2.47-rc.2" } +ant-protocol = { path = "../ant-protocol", version = "1.0.1-rc.2" } ant-releases = { version = "0.4.0" } -ant-service-management = { path = "../ant-service-management", version = "0.4.9-rc.1" } +ant-service-management = { path = "../ant-service-management", version = "0.4.9-rc.2" } chrono = "~0.4.19" clap = { version = "4.4.6", features = ["derive", "env"] } colored = "2.0.4" diff --git a/ant-node-rpc-client/Cargo.toml b/ant-node-rpc-client/Cargo.toml index 32ab5dee18..c46b7bc8df 100644 --- a/ant-node-rpc-client/Cargo.toml +++ b/ant-node-rpc-client/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "ant-node-rpc-client" readme = "README.md" repository = "https://github.com/maidsafe/autonomi" -version = "0.6.43-rc.1" +version = "0.6.43-rc.2" [[bin]] name = "antnode_rpc_client" @@ -17,11 +17,11 @@ path = "src/main.rs" nightly = [] [dependencies] -ant-build-info = { path = "../ant-build-info", version = "0.1.25-rc.1" } -ant-logging = { path = "../ant-logging", version = "0.2.47-rc.1" } -ant-protocol = { path = "../ant-protocol", version = "1.0.1-rc.1", features=["rpc"] } -ant-node = { path = "../ant-node", version = "0.3.7-rc.1" } -ant-service-management = { path = "../ant-service-management", version = "0.4.9-rc.1" } +ant-build-info = { path = "../ant-build-info", version = "0.1.25-rc.2" } +ant-logging = { path = "../ant-logging", version = "0.2.47-rc.2" } +ant-protocol = { path = "../ant-protocol", version = "1.0.1-rc.2", features=["rpc"] } +ant-node = { path = "../ant-node", version = "0.3.7-rc.2" } +ant-service-management = { path = "../ant-service-management", version = "0.4.9-rc.2" } async-trait = "0.1" bls = { package = "blsttc", version = "8.0.1" } clap = { version = "4.2.1", features = ["derive"] } diff --git a/ant-node/Cargo.toml b/ant-node/Cargo.toml index b29e34a676..81ea2ee346 100644 --- a/ant-node/Cargo.toml +++ b/ant-node/Cargo.toml @@ -2,7 +2,7 @@ authors = ["MaidSafe Developers "] description = "The Autonomi node binary" name = "ant-node" -version = "0.3.7-rc.1" +version = "0.3.7-rc.2" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -22,13 +22,13 @@ open-metrics = ["ant-networking/open-metrics", "prometheus-client"] otlp = ["ant-logging/otlp"] [dependencies] -ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.6-rc.1" } -ant-build-info = { path = "../ant-build-info", version = "0.1.25-rc.1" } -ant-evm = { path = "../ant-evm", version = "0.1.10-rc.1" } -ant-logging = { path = "../ant-logging", version = "0.2.47-rc.1", features = ["process-metrics"] } -ant-networking = { path = "../ant-networking", version = "0.3.6-rc.1" } -ant-protocol = { path = "../ant-protocol", version = "1.0.1-rc.1" } -ant-service-management = { path = "../ant-service-management", version = "0.4.9-rc.1" } +ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.6-rc.2" } +ant-build-info = { path = "../ant-build-info", version = "0.1.25-rc.2" } +ant-evm = { path = "../ant-evm", version = "0.1.10-rc.2" } +ant-logging = { path = "../ant-logging", version = "0.2.47-rc.2", features = ["process-metrics"] } +ant-networking = { path = "../ant-networking", version = "0.3.6-rc.2" } +ant-protocol = { path = "../ant-protocol", version = "1.0.1-rc.2" } +ant-service-management = { path = "../ant-service-management", version = "0.4.9-rc.2" } async-trait = "0.1" bls = { package = "blsttc", version = "8.0.1" } bytes = { version = "1.0.1", features = ["serde"] } @@ -77,10 +77,10 @@ walkdir = "~2.5.0" xor_name = "5.0.0" [dev-dependencies] -ant-protocol = { path = "../ant-protocol", version = "1.0.1-rc.1", features = ["rpc"] } +ant-protocol = { path = "../ant-protocol", version = "1.0.1-rc.2", features = ["rpc"] } assert_fs = "1.0.0" -evmlib = { path = "../evmlib", version = "0.1.10-rc.1" } -autonomi = { path = "../autonomi", version = "0.4.0-rc.1" } +evmlib = { path = "../evmlib", version = "0.1.10-rc.2" } +autonomi = { path = "../autonomi", version = "0.4.0-rc.2" } reqwest = { version = "0.12.2", default-features = false, features = [ "rustls-tls-manual-roots", ] } diff --git a/ant-protocol/Cargo.toml b/ant-protocol/Cargo.toml index 57e6855de5..c437105f02 100644 --- a/ant-protocol/Cargo.toml +++ b/ant-protocol/Cargo.toml @@ -7,15 +7,15 @@ license = "GPL-3.0" name = "ant-protocol" readme = "README.md" repository = "https://github.com/maidsafe/autonomi" -version = "1.0.1-rc.1" +version = "1.0.1-rc.2" [features] default = [] rpc = ["tonic", "prost"] [dependencies] -ant-build-info = { path = "../ant-build-info", version = "0.1.25-rc.1" } -ant-evm = { path = "../ant-evm", version = "0.1.10-rc.1" } +ant-build-info = { path = "../ant-build-info", version = "0.1.25-rc.2" } +ant-evm = { path = "../ant-evm", version = "0.1.10-rc.2" } bls = { package = "blsttc", version = "8.0.1" } bytes = { version = "1.0.1", features = ["serde"] } color-eyre = "0.6.3" diff --git a/ant-service-management/Cargo.toml b/ant-service-management/Cargo.toml index 80715fd08d..415d0068a9 100644 --- a/ant-service-management/Cargo.toml +++ b/ant-service-management/Cargo.toml @@ -7,13 +7,13 @@ license = "GPL-3.0" name = "ant-service-management" readme = "README.md" repository = "https://github.com/maidsafe/autonomi" -version = "0.4.9-rc.1" +version = "0.4.9-rc.2" [dependencies] -ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.6-rc.1" } -ant-evm = { path = "../ant-evm", version = "0.1.10-rc.1" } -ant-logging = { path = "../ant-logging", version = "0.2.47-rc.1" } -ant-protocol = { path = "../ant-protocol", version = "1.0.1-rc.1", features = ["rpc"] } +ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.6-rc.2" } +ant-evm = { path = "../ant-evm", version = "0.1.10-rc.2" } +ant-logging = { path = "../ant-logging", version = "0.2.47-rc.2" } +ant-protocol = { path = "../ant-protocol", version = "1.0.1-rc.2", features = ["rpc"] } async-trait = "0.1" dirs-next = "2.0.0" libp2p = { version = "0.55.0", features = ["kad"] } diff --git a/ant-token-supplies/Cargo.toml b/ant-token-supplies/Cargo.toml index 267365b247..59a615a7d9 100644 --- a/ant-token-supplies/Cargo.toml +++ b/ant-token-supplies/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "ant-token-supplies" readme = "README.md" repository = "https://github.com/maidsafe/autonomi" -version = "0.1.64-rc.1" +version = "0.1.64-rc.2" [dependencies] diff --git a/autonomi/Cargo.toml b/autonomi/Cargo.toml index 71ef24c5e2..2de18e7bf0 100644 --- a/autonomi/Cargo.toml +++ b/autonomi/Cargo.toml @@ -3,7 +3,7 @@ authors = ["MaidSafe Developers "] description = "Autonomi client API" name = "autonomi" license = "GPL-3.0" -version = "0.4.0-rc.1" +version = "0.4.0-rc.2" edition = "2021" homepage = "https://maidsafe.net" readme = "README.md" @@ -26,10 +26,10 @@ extension-module = ["pyo3/extension-module", "pyo3-async-runtimes"] loud = [] [dependencies] -ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.6-rc.1" } -ant-evm = { path = "../ant-evm", version = "0.1.10-rc.1" } -ant-networking = { path = "../ant-networking", version = "0.3.6-rc.1" } -ant-protocol = { path = "../ant-protocol", version = "1.0.1-rc.1" } +ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.6-rc.2" } +ant-evm = { path = "../ant-evm", version = "0.1.10-rc.2" } +ant-networking = { path = "../ant-networking", version = "0.3.6-rc.2" } +ant-protocol = { path = "../ant-protocol", version = "1.0.1-rc.2" } bip39 = "2.0.0" blst = "0.3.13" blstrs = "0.7.1" @@ -56,7 +56,7 @@ xor_name = "5.0.0" [dev-dependencies] alloy = { version = "0.7.3", default-features = false, features = ["contract", "json-rpc", "network", "node-bindings", "provider-http", "reqwest-rustls-tls", "rpc-client", "rpc-types", "signer-local", "std"] } -ant-logging = { path = "../ant-logging", version = "0.2.47-rc.1" } +ant-logging = { path = "../ant-logging", version = "0.2.47-rc.2" } eyre = "0.6.5" serial_test = "3.2.0" sha2 = "0.10.6" diff --git a/evm-testnet/Cargo.toml b/evm-testnet/Cargo.toml index f765947a4b..e6379dbf50 100644 --- a/evm-testnet/Cargo.toml +++ b/evm-testnet/Cargo.toml @@ -6,13 +6,13 @@ homepage = "https://maidsafe.net" license = "GPL-3.0" name = "evm-testnet" repository = "https://github.com/maidsafe/autonomi" -version = "0.1.10-rc.1" +version = "0.1.10-rc.2" [dependencies] -ant-evm = { path = "../ant-evm", version = "0.1.10-rc.1" } +ant-evm = { path = "../ant-evm", version = "0.1.10-rc.2" } clap = { version = "4.5", features = ["derive"] } dirs-next = "~2.0.0" -evmlib = { path = "../evmlib", version = "0.1.10-rc.1" } +evmlib = { path = "../evmlib", version = "0.1.10-rc.2" } tokio = { version = "1.40", features = ["rt-multi-thread", "signal"] } [lints] diff --git a/evmlib/Cargo.toml b/evmlib/Cargo.toml index 88f14c8078..4376d7d9f3 100644 --- a/evmlib/Cargo.toml +++ b/evmlib/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://maidsafe.net" license = "GPL-3.0" name = "evmlib" repository = "https://github.com/maidsafe/autonomi" -version = "0.1.10-rc.1" +version = "0.1.10-rc.2" [features] external-signer = [] diff --git a/nat-detection/Cargo.toml b/nat-detection/Cargo.toml index 494a78158f..13010d3672 100644 --- a/nat-detection/Cargo.toml +++ b/nat-detection/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "nat-detection" readme = "README.md" repository = "https://github.com/maidsafe/autonomi" -version = "0.2.17-rc.1" +version = "0.2.17-rc.2" [[bin]] name = "nat-detection" @@ -17,9 +17,9 @@ path = "src/main.rs" nightly = [] [dependencies] -ant-build-info = { path = "../ant-build-info", version = "0.1.25-rc.1" } -ant-networking = { path = "../ant-networking", version = "0.3.6-rc.1" } -ant-protocol = { path = "../ant-protocol", version = "1.0.1-rc.1" } +ant-build-info = { path = "../ant-build-info", version = "0.1.25-rc.2" } +ant-networking = { path = "../ant-networking", version = "0.3.6-rc.2" } +ant-protocol = { path = "../ant-protocol", version = "1.0.1-rc.2" } clap = { version = "4.5.4", features = ["derive"] } clap-verbosity-flag = "2.2.0" color-eyre = { version = "0.6", default-features = false } diff --git a/node-launchpad/Cargo.toml b/node-launchpad/Cargo.toml index f41b674227..8bb0c0513d 100644 --- a/node-launchpad/Cargo.toml +++ b/node-launchpad/Cargo.toml @@ -2,7 +2,7 @@ authors = ["MaidSafe Developers "] description = "TUI for running nodes on the Autonomi network" name = "node-launchpad" -version = "0.5.5-rc.1" +version = "0.5.5-rc.2" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -18,13 +18,13 @@ path = "src/bin/tui/main.rs" nightly = [] [dependencies] -ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.6-rc.1" } -ant-build-info = { path = "../ant-build-info", version = "0.1.25-rc.1" } -ant-evm = { path = "../ant-evm", version = "0.1.10-rc.1" } -ant-node-manager = { version = "0.12.0-rc.1", path = "../ant-node-manager" } -ant-protocol = { path = "../ant-protocol", version = "1.0.1-rc.1" } +ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.6-rc.2" } +ant-build-info = { path = "../ant-build-info", version = "0.1.25-rc.2" } +ant-evm = { path = "../ant-evm", version = "0.1.10-rc.2" } +ant-node-manager = { version = "0.12.0-rc.2", path = "../ant-node-manager" } +ant-protocol = { path = "../ant-protocol", version = "1.0.1-rc.2" } ant-releases = { version = "0.4.0" } -ant-service-management = { version = "0.4.9-rc.1", path = "../ant-service-management" } +ant-service-management = { version = "0.4.9-rc.2", path = "../ant-service-management" } arboard = "3.4.1" atty = "0.2.14" better-panic = "0.3.0" diff --git a/release-cycle-info b/release-cycle-info index b02324806c..8509b8e616 100644 --- a/release-cycle-info +++ b/release-cycle-info @@ -15,4 +15,4 @@ release-year: 2025 release-month: 1 release-cycle: 2 -release-cycle-counter: 4 +release-cycle-counter: 5 diff --git a/test-utils/Cargo.toml b/test-utils/Cargo.toml index 8ab2c16702..abe5c9cdf8 100644 --- a/test-utils/Cargo.toml +++ b/test-utils/Cargo.toml @@ -7,13 +7,13 @@ license = "GPL-3.0" name = "test-utils" readme = "README.md" repository = "https://github.com/maidsafe/autonomi" -version = "0.4.17-rc.1" +version = "0.4.17-rc.2" [dependencies] bytes = { version = "1.0.1", features = ["serde"] } color-eyre = "0.6.3" dirs-next = "~2.0.0" -evmlib = { path = "../evmlib", version = "0.1.10-rc.1" } +evmlib = { path = "../evmlib", version = "0.1.10-rc.2" } libp2p = { version = "0.55.0", features = ["identify", "kad"] } rand = "0.8.5" serde = { version = "1.0.133", features = ["derive"] }