Skip to content

Commit

Permalink
chore(release): release candidate 2024.12.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacderida committed Dec 3, 2024
1 parent ac4202d commit 5a3f396
Show file tree
Hide file tree
Showing 23 changed files with 105 additions and 105 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

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

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.19"
version = "0.1.20-rc.1"
build = "build.rs"
include = ["Cargo.toml", "src/**/*", "build.rs"]

Expand Down
4 changes: 2 additions & 2 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 = "11";
pub const RELEASE_MONTH: &str = "12";
pub const RELEASE_CYCLE: &str = "1";
pub const RELEASE_CYCLE_COUNTER: &str = "6";
pub const RELEASE_CYCLE_COUNTER: &str = "1";
12 changes: 6 additions & 6 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.1.5"
version = "0.1.6-rc.1"
edition = "2021"
homepage = "https://maidsafe.net"
readme = "README.md"
Expand All @@ -25,10 +25,10 @@ name = "files"
harness = false

[dependencies]
ant-build-info = { path = "../ant-build-info", version = "0.1.19" }
ant-logging = { path = "../ant-logging", version = "0.2.40" }
ant-peers-acquisition = { path = "../ant-peers-acquisition", version = "0.5.7" }
autonomi = { path = "../autonomi", version = "0.2.4", features = [
ant-build-info = { path = "../ant-build-info", version = "0.1.20-rc.1" }
ant-logging = { path = "../ant-logging", version = "0.2.41-rc.1" }
ant-peers-acquisition = { path = "../ant-peers-acquisition", version = "0.5.8-rc.1" }
autonomi = { path = "../autonomi", version = "0.3.0-rc.1", features = [
"data",
"fs",
"vault",
Expand Down Expand Up @@ -61,7 +61,7 @@ tracing = { version = "~0.1.26" }
walkdir = "2.5.0"

[dev-dependencies]
autonomi = { path = "../autonomi", version = "0.2.4", features = [
autonomi = { path = "../autonomi", version = "0.3.0-rc.1", features = [
"data",
"fs",
]}
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,7 +7,7 @@ license = "GPL-3.0"
name = "ant-evm"
readme = "README.md"
repository = "https://github.com/maidsafe/autonomi"
version = "0.1.4"
version = "0.1.5-rc.1"

[features]
local = ["evmlib/local"]
Expand All @@ -16,7 +16,7 @@ test-utils = []

[dependencies]
custom_debug = "~0.6.1"
evmlib = { path = "../evmlib", version = "0.1.4" }
evmlib = { path = "../evmlib", version = "0.1.5-rc.1" }
hex = "~0.4.3"
lazy_static = "~1.4.0"
libp2p = { git = "https://github.com/maqi/rust-libp2p.git", branch = "kad_0.46.2", 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.40"
version = "0.2.41-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.20"
version = "0.1.21-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.19.5"
version = "0.19.6-rc.1"

[features]
default = []
Expand All @@ -21,10 +21,10 @@ websockets = ["libp2p/tcp"]

[dependencies]
aes-gcm-siv = "0.11.1"
ant-build-info = { path = "../ant-build-info", version = "0.1.19" }
ant-evm = { path = "../ant-evm", version = "0.1.4" }
ant-protocol = { path = "../ant-protocol", version = "0.17.15" }
ant-registers = { path = "../ant-registers", version = "0.4.3" }
ant-build-info = { path = "../ant-build-info", version = "0.1.20-rc.1" }
ant-evm = { path = "../ant-evm", version = "0.1.5-rc.1" }
ant-protocol = { path = "../ant-protocol", version = "0.17.16-rc.1" }
ant-registers = { path = "../ant-registers", version = "0.4.4-rc.1" }
async-trait = "0.1"
bytes = { version = "1.0.1", features = ["serde"] }
custom_debug = "~0.6.1"
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.3"
version = "0.11.4-rc.1"

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

[dependencies]
ant-build-info = { path = "../ant-build-info", version = "0.1.19" }
ant-evm = { path = "../ant-evm", version = "0.1.4" }
ant-logging = { path = "../ant-logging", version = "0.2.40" }
ant-peers-acquisition = { path = "../ant-peers-acquisition", version = "0.5.7" }
ant-protocol = { path = "../ant-protocol", version = "0.17.15" }
ant-build-info = { path = "../ant-build-info", version = "0.1.20-rc.1" }
ant-evm = { path = "../ant-evm", version = "0.1.5-rc.1" }
ant-logging = { path = "../ant-logging", version = "0.2.41-rc.1" }
ant-peers-acquisition = { path = "../ant-peers-acquisition", version = "0.5.8-rc.1" }
ant-protocol = { path = "../ant-protocol", version = "0.17.16-rc.1" }
ant-releases = { git = "https://github.com/jacderida/ant-releases.git", branch = "chore-rename_binaries" }
ant-service-management = { path = "../ant-service-management", version = "0.4.3" }
ant-service-management = { path = "../ant-service-management", version = "0.4.4-rc.1" }
chrono = "~0.4.19"
clap = { version = "4.4.6", features = ["derive", "env"] }
colored = "2.0.4"
Expand Down
14 changes: 7 additions & 7 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.36"
version = "0.6.37-rc.1"

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

[dependencies]
ant-build-info = { path = "../ant-build-info", version = "0.1.19" }
ant-logging = { path = "../ant-logging", version = "0.2.40" }
ant-peers-acquisition = { path = "../ant-peers-acquisition", version = "0.5.7" }
ant-protocol = { path = "../ant-protocol", version = "0.17.15", features=["rpc"] }
ant-node = { path = "../ant-node", version = "0.112.6" }
ant-service-management = { path = "../ant-service-management", version = "0.4.3" }
ant-build-info = { path = "../ant-build-info", version = "0.1.20-rc.1" }
ant-logging = { path = "../ant-logging", version = "0.2.41-rc.1" }
ant-peers-acquisition = { path = "../ant-peers-acquisition", version = "0.5.8-rc.1" }
ant-protocol = { path = "../ant-protocol", version = "0.17.16-rc.1", features=["rpc"] }
ant-node = { path = "../ant-node", version = "0.112.7-rc.1" }
ant-service-management = { path = "../ant-service-management", version = "0.4.4-rc.1" }
async-trait = "0.1"
bls = { package = "blsttc", version = "8.0.1" }
clap = { version = "4.2.1", features = ["derive"] }
Expand Down
24 changes: 12 additions & 12 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.112.6"
version = "0.112.7-rc.1"
edition = "2021"
license = "GPL-3.0"
homepage = "https://maidsafe.net"
Expand All @@ -28,14 +28,14 @@ upnp = ["ant-networking/upnp"]
websockets = ["ant-networking/websockets"]

[dependencies]
ant-build-info = { path = "../ant-build-info", version = "0.1.19" }
ant-evm = { path = "../ant-evm", version = "0.1.4" }
ant-logging = { path = "../ant-logging", version = "0.2.40" }
ant-networking = { path = "../ant-networking", version = "0.19.5" }
ant-peers-acquisition = { path = "../ant-peers-acquisition", version = "0.5.7" }
ant-protocol = { path = "../ant-protocol", version = "0.17.15" }
ant-registers = { path = "../ant-registers", version = "0.4.3" }
ant-service-management = { path = "../ant-service-management", version = "0.4.3" }
ant-build-info = { path = "../ant-build-info", version = "0.1.20-rc.1" }
ant-evm = { path = "../ant-evm", version = "0.1.5-rc.1" }
ant-logging = { path = "../ant-logging", version = "0.2.41-rc.1" }
ant-networking = { path = "../ant-networking", version = "0.19.6-rc.1" }
ant-peers-acquisition = { path = "../ant-peers-acquisition", version = "0.5.8-rc.1" }
ant-protocol = { path = "../ant-protocol", version = "0.17.16-rc.1" }
ant-registers = { path = "../ant-registers", version = "0.4.4-rc.1" }
ant-service-management = { path = "../ant-service-management", version = "0.4.4-rc.1" }
async-trait = "0.1"
bls = { package = "blsttc", version = "8.0.1" }
bytes = { version = "1.0.1", features = ["serde"] }
Expand Down Expand Up @@ -85,10 +85,10 @@ walkdir = "~2.5.0"
xor_name = "5.0.0"

[dev-dependencies]
ant-protocol = { path = "../ant-protocol", version = "0.17.15", features = ["rpc"]}
ant-protocol = { path = "../ant-protocol", version = "0.17.16-rc.1", features = ["rpc"]}
assert_fs = "1.0.0"
evmlib = { path = "../evmlib", version = "0.1.4" }
autonomi = { path = "../autonomi", version = "0.2.4", features = ["registers"] }
evmlib = { path = "../evmlib", version = "0.1.5-rc.1" }
autonomi = { path = "../autonomi", version = "0.3.0-rc.1", features = ["registers"] }
reqwest = { version = "0.12.2", default-features = false, features = [
"rustls-tls-manual-roots",
] }
Expand Down
Loading

0 comments on commit 5a3f396

Please sign in to comment.