Skip to content

Commit

Permalink
chore(release): release candidate 2025.1.2.4
Browse files Browse the repository at this point in the history
==================
  Crate Versions
==================
ant-bootstrap: 0.1.6-rc.1
ant-build-info: 0.1.25-rc.1
ant-cli: 0.3.8-rc.1
ant-evm: 0.1.10-rc.1
ant-logging: 0.2.47-rc.1
ant-metrics: 0.1.26-rc.1
ant-networking: 0.3.6-rc.1
ant-node: 0.3.7-rc.1
ant-node-manager: 0.12.0-rc.1
ant-node-rpc-client: 0.6.43-rc.1
ant-protocol: 1.0.1-rc.1
ant-service-management: 0.4.9-rc.1
ant-token-supplies: 0.1.64-rc.1
autonomi: 0.4.0-rc.1
evmlib: 0.1.10-rc.1
evm-testnet: 0.1.10-rc.1
nat-detection: 0.2.17-rc.1
node-launchpad: 0.5.5-rc.1
test-utils: 0.4.17-rc.1
===================
  Binary Versions
===================
ant: 0.3.8-rc.1
antctl: 0.12.0-rc.1
antctld: 0.12.0-rc.1
antnode: 0.3.7-rc.1
antnode_rpc_client: 0.6.43-rc.1
nat-detection: 0.2.17-rc.1
node-launchpad: 0.5.5-rc.1
  • Loading branch information
jacderida committed Feb 22, 2025
1 parent 6efb15f commit 6638e91
Show file tree
Hide file tree
Showing 22 changed files with 97 additions and 97 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions ant-bootstrap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ license = "GPL-3.0"
name = "ant-bootstrap"
readme = "README.md"
repository = "https://github.com/maidsafe/autonomi"
version = "0.1.5"
version = "0.1.6-rc.1"

[features]
local = []

[dependencies]
ant-logging = { path = "../ant-logging", version = "0.2.46" }
ant-protocol = { path = "../ant-protocol", version = "1.0.0" }
ant-logging = { path = "../ant-logging", version = "0.2.47-rc.1" }
ant-protocol = { path = "../ant-protocol", version = "1.0.1-rc.1" }
atomic-write-file = "0.2.2"
chrono = { version = "0.4", features = ["serde"] }
clap = { version = "4.2.1", features = ["derive", "env"] }
Expand Down
2 changes: 1 addition & 1 deletion ant-build-info/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "ant-build-info"
readme = "README.md"
repository = "https://github.com/maidsafe/autonomi"
version = "0.1.24"
version = "0.1.25-rc.1"
build = "build.rs"
include = ["Cargo.toml", "src/**/*", "build.rs"]

Expand Down
2 changes: 1 addition & 1 deletion ant-build-info/src/release_info.rs
Original file line number Diff line number Diff line change
@@ -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 = "3";
pub const RELEASE_CYCLE_COUNTER: &str = "4";
14 changes: 7 additions & 7 deletions ant-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["MaidSafe Developers <[email protected]>"]
name = "ant-cli"
description = "CLI client for the Autonomi network"
license = "GPL-3.0"
version = "0.3.7"
version = "0.3.8-rc.1"
edition = "2021"
homepage = "https://maidsafe.net"
readme = "README.md"
Expand All @@ -23,11 +23,11 @@ name = "files"
harness = false

[dependencies]
ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.5" }
ant-build-info = { path = "../ant-build-info", version = "0.1.24" }
ant-logging = { path = "../ant-logging", version = "0.2.46" }
ant-protocol = { path = "../ant-protocol", version = "1.0.0" }
autonomi = { path = "../autonomi", version = "0.3.6", features = [ "loud" ] }
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" ] }
clap = { version = "4.2.1", features = ["derive"] }
color-eyre = "0.6.3"
const-hex = "1.13.1"
Expand All @@ -54,7 +54,7 @@ tracing = { version = "~0.1.26" }
walkdir = "2.5.0"

[dev-dependencies]
autonomi = { path = "../autonomi", version = "0.3.6" }
autonomi = { path = "../autonomi", version = "0.4.0-rc.1" }
criterion = "0.5.1"
eyre = "0.6.8"
rand = { version = "~0.8.5", features = ["small_rng"] }
Expand Down
4 changes: 2 additions & 2 deletions ant-evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ license = "GPL-3.0"
name = "ant-evm"
readme = "README.md"
repository = "https://github.com/maidsafe/autonomi"
version = "0.1.9"
version = "0.1.10-rc.1"

[features]
external-signer = ["evmlib/external-signer"]
test-utils = []

[dependencies]
custom_debug = "~0.6.1"
evmlib = { path = "../evmlib", version = "0.1.9" }
evmlib = { path = "../evmlib", version = "0.1.10-rc.1" }
hex = "~0.4.3"
lazy_static = "1.4.0"
libp2p = { version = "0.55.0", features = ["identify", "kad"] }
Expand Down
2 changes: 1 addition & 1 deletion ant-logging/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "ant-logging"
readme = "README.md"
repository = "https://github.com/maidsafe/autonomi"
version = "0.2.46"
version = "0.2.47-rc.1"

[dependencies]
chrono = "~0.4.19"
Expand Down
2 changes: 1 addition & 1 deletion ant-metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "ant-metrics"
readme = "README.md"
repository = "https://github.com/maidsafe/autonomi"
version = "0.1.25"
version = "0.1.26-rc.1"

[[bin]]
path = "src/main.rs"
Expand Down
10 changes: 5 additions & 5 deletions ant-networking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "ant-networking"
readme = "README.md"
repository = "https://github.com/maidsafe/autonomi"
version = "0.3.5"
version = "0.3.6-rc.1"

[features]
default = []
Expand All @@ -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.5" }
ant-build-info = { path = "../ant-build-info", version = "0.1.24" }
ant-evm = { path = "../ant-evm", version = "0.1.9" }
ant-protocol = { path = "../ant-protocol", version = "1.0.0" }
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" }
async-trait = "0.1"
bls = { package = "blsttc", version = "8.0.2" }
bytes = { version = "1.0.1", features = ["serde"] }
Expand Down
14 changes: 7 additions & 7 deletions ant-node-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "ant-node-manager"
readme = "README.md"
repository = "https://github.com/maidsafe/autonomi"
version = "0.11.8"
version = "0.12.0-rc.1"

[[bin]]
name = "antctl"
Expand All @@ -29,13 +29,13 @@ tcp = []
websockets = []

[dependencies]
ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.5" }
ant-build-info = { path = "../ant-build-info", version = "0.1.24" }
ant-evm = { path = "../ant-evm", version = "0.1.9" }
ant-logging = { path = "../ant-logging", version = "0.2.46" }
ant-protocol = { path = "../ant-protocol", version = "1.0.0" }
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-releases = { version = "0.4.0" }
ant-service-management = { path = "../ant-service-management", version = "0.4.8" }
ant-service-management = { path = "../ant-service-management", version = "0.4.9-rc.1" }
chrono = "~0.4.19"
clap = { version = "4.4.6", features = ["derive", "env"] }
colored = "2.0.4"
Expand Down
12 changes: 6 additions & 6 deletions ant-node-rpc-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.42"
version = "0.6.43-rc.1"

[[bin]]
name = "antnode_rpc_client"
Expand All @@ -17,11 +17,11 @@ path = "src/main.rs"
nightly = []

[dependencies]
ant-build-info = { path = "../ant-build-info", version = "0.1.24" }
ant-logging = { path = "../ant-logging", version = "0.2.46" }
ant-protocol = { path = "../ant-protocol", version = "1.0.0", features=["rpc"] }
ant-node = { path = "../ant-node", version = "0.3.6" }
ant-service-management = { path = "../ant-service-management", version = "0.4.8" }
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" }
async-trait = "0.1"
bls = { package = "blsttc", version = "8.0.1" }
clap = { version = "4.2.1", features = ["derive"] }
Expand Down
22 changes: 11 additions & 11 deletions ant-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["MaidSafe Developers <[email protected]>"]
description = "The Autonomi node binary"
name = "ant-node"
version = "0.3.6"
version = "0.3.7-rc.1"
edition = "2021"
license = "GPL-3.0"
homepage = "https://maidsafe.net"
Expand All @@ -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.5" }
ant-build-info = { path = "../ant-build-info", version = "0.1.24" }
ant-evm = { path = "../ant-evm", version = "0.1.9" }
ant-logging = { path = "../ant-logging", version = "0.2.46", features = ["process-metrics"] }
ant-networking = { path = "../ant-networking", version = "0.3.5" }
ant-protocol = { path = "../ant-protocol", version = "1.0.0" }
ant-service-management = { path = "../ant-service-management", version = "0.4.8" }
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" }
async-trait = "0.1"
bls = { package = "blsttc", version = "8.0.1" }
bytes = { version = "1.0.1", features = ["serde"] }
Expand Down Expand Up @@ -77,10 +77,10 @@ walkdir = "~2.5.0"
xor_name = "5.0.0"

[dev-dependencies]
ant-protocol = { path = "../ant-protocol", version = "1.0.0", features = ["rpc"] }
ant-protocol = { path = "../ant-protocol", version = "1.0.1-rc.1", features = ["rpc"] }
assert_fs = "1.0.0"
evmlib = { path = "../evmlib", version = "0.1.9" }
autonomi = { path = "../autonomi", version = "0.3.6" }
evmlib = { path = "../evmlib", version = "0.1.10-rc.1" }
autonomi = { path = "../autonomi", version = "0.4.0-rc.1" }
reqwest = { version = "0.12.2", default-features = false, features = [
"rustls-tls-manual-roots",
] }
Expand Down
Loading

0 comments on commit 6638e91

Please sign in to comment.