Skip to content

Commit

Permalink
chore(release): release candidate 2025.1.2.1
Browse files Browse the repository at this point in the history
======================
  New Crate Versions
======================
ant-bootstrap: 0.1.5-rc.1
ant-build-info: 0.1.24-rc.1
ant-cli: 0.3.7-rc.1
ant-evm: 0.1.9-rc.1
ant-logging: 0.2.46-rc.1
ant-metrics: 0.1.25-rc.1
ant-networking: 0.3.5-rc.1
ant-node: 0.3.6-rc.1
ant-node-manager: 0.11.8-rc.1
ant-node-rpc-client: 0.6.42-rc.1
ant-protocol: 0.3.4-rc.1
ant-service-management: 0.4.8-rc.1
ant-token-supplies: 0.1.63-rc.1
autonomi: 0.3.6-rc.1
evmlib: 0.1.9-rc.1
evm-testnet: 0.1.9-rc.1
nat-detection: 0.2.16-rc.1
node-launchpad: 0.5.4-rc.1
test-utils: 0.4.16-rc.1
=======================
  New Binary Versions
=======================
ant: 0.3.7-rc.1
antctl: 0.11.8-rc.1
antctld: 0.11.8-rc.1
antnode: 0.3.6-rc.1
antnode_rpc_client: 0.6.42-rc.1
nat-detection: 0.2.16-rc.1
node-launchpad: 0.5.4-rc.1
  • Loading branch information
jacderida committed Feb 7, 2025
1 parent aecc98a commit 956197e
Show file tree
Hide file tree
Showing 22 changed files with 103 additions and 103 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.4"
version = "0.1.5-rc.1"

[features]
local = []

[dependencies]
ant-logging = { path = "../ant-logging", version = "0.2.45" }
ant-protocol = { path = "../ant-protocol", version = "0.3.3" }
ant-logging = { path = "../ant-logging", version = "0.2.46-rc.1" }
ant-protocol = { path = "../ant-protocol", version = "0.3.4-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.23"
version = "0.1.24-rc.1"
build = "build.rs"
include = ["Cargo.toml", "src/**/*", "build.rs"]

Expand Down
8 changes: 4 additions & 4 deletions 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 = "2024";
pub const RELEASE_MONTH: &str = "12";
pub const RELEASE_CYCLE: &str = "1";
pub const RELEASE_CYCLE_COUNTER: &str = "11";
pub const RELEASE_YEAR: &str = "2025";
pub const RELEASE_MONTH: &str = "1";
pub const RELEASE_CYCLE: &str = "2";
pub const RELEASE_CYCLE_COUNTER: &str = "1";
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.6"
version = "0.3.7-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.4" }
ant-build-info = { path = "../ant-build-info", version = "0.1.23" }
ant-logging = { path = "../ant-logging", version = "0.2.45" }
ant-protocol = { path = "../ant-protocol", version = "0.3.3" }
autonomi = { path = "../autonomi", version = "0.3.5", features = [ "loud" ] }
ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.5-rc.1" }
ant-build-info = { path = "../ant-build-info", version = "0.1.24-rc.1" }
ant-logging = { path = "../ant-logging", version = "0.2.46-rc.1" }
ant-protocol = { path = "../ant-protocol", version = "0.3.4-rc.1" }
autonomi = { path = "../autonomi", version = "0.3.6-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.5" }
autonomi = { path = "../autonomi", version = "0.3.6-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.8"
version = "0.1.9-rc.1"

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

[dependencies]
custom_debug = "~0.6.1"
evmlib = { path = "../evmlib", version = "0.1.8" }
evmlib = { path = "../evmlib", version = "0.1.9-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.45"
version = "0.2.46-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.24"
version = "0.1.25-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.4"
version = "0.3.5-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.4" }
ant-build-info = { path = "../ant-build-info", version = "0.1.23" }
ant-evm = { path = "../ant-evm", version = "0.1.8" }
ant-protocol = { path = "../ant-protocol", version = "0.3.3" }
ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.5-rc.1" }
ant-build-info = { path = "../ant-build-info", version = "0.1.24-rc.1" }
ant-evm = { path = "../ant-evm", version = "0.1.9-rc.1" }
ant-protocol = { path = "../ant-protocol", version = "0.3.4-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.7"
version = "0.11.8-rc.1"

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

[dependencies]
ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.4" }
ant-build-info = { path = "../ant-build-info", version = "0.1.23" }
ant-evm = { path = "../ant-evm", version = "0.1.8" }
ant-logging = { path = "../ant-logging", version = "0.2.45" }
ant-protocol = { path = "../ant-protocol", version = "0.3.3" }
ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.5-rc.1" }
ant-build-info = { path = "../ant-build-info", version = "0.1.24-rc.1" }
ant-evm = { path = "../ant-evm", version = "0.1.9-rc.1" }
ant-logging = { path = "../ant-logging", version = "0.2.46-rc.1" }
ant-protocol = { path = "../ant-protocol", version = "0.3.4-rc.1" }
ant-releases = { version = "0.4.0" }
ant-service-management = { path = "../ant-service-management", version = "0.4.7" }
ant-service-management = { path = "../ant-service-management", version = "0.4.8-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.41"
version = "0.6.42-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.23" }
ant-logging = { path = "../ant-logging", version = "0.2.45" }
ant-protocol = { path = "../ant-protocol", version = "0.3.3", features=["rpc"] }
ant-node = { path = "../ant-node", version = "0.3.5" }
ant-service-management = { path = "../ant-service-management", version = "0.4.7" }
ant-build-info = { path = "../ant-build-info", version = "0.1.24-rc.1" }
ant-logging = { path = "../ant-logging", version = "0.2.46-rc.1" }
ant-protocol = { path = "../ant-protocol", version = "0.3.4-rc.1", features=["rpc"] }
ant-node = { path = "../ant-node", version = "0.3.6-rc.1" }
ant-service-management = { path = "../ant-service-management", version = "0.4.8-rc.1" }
async-trait = "0.1"
bls = { package = "blsttc", version = "8.0.1" }
clap = { version = "4.2.1", features = ["derive"] }
Expand Down
Loading

0 comments on commit 956197e

Please sign in to comment.