Skip to content

Commit

Permalink
chore(release): release candidate 2024.12.1.2
Browse files Browse the repository at this point in the history
==================
  Crate Versions
==================
ant-bootstrap: 0.1.0-rc.2
ant-build-info: 0.1.20-rc.2
ant-cli: 0.3.0-rc.2
ant-evm: 0.1.5-rc.2
ant-logging: 0.2.41-rc.2
ant-metrics: 0.1.21-rc.2
ant-networking: 0.3.0-rc.2
ant-node: 0.3.0-rc.2
ant-node-manager: 0.11.4-rc.2
ant-node-rpc-client: 0.6.37-rc.2
ant-protocol: 0.3.0-rc.2
ant-registers: 0.4.4-rc.2
ant-service-management: 0.4.4-rc.2
ant-token-supplies: 0.1.59-rc.2
autonomi: 0.3.0-rc.2
evmlib: 0.1.5-rc.2
evm-testnet: 0.1.5-rc.2
nat-detection: 0.2.12-rc.2
node-launchpad: 0.5.0-rc.2
test-utils: 0.4.12-rc.2
===================
  Binary Versions
===================
ant: 0.3.0-rc.2
antctl: 0.11.4-rc.2
antctld: 0.11.4-rc.2
antnode: 0.3.0-rc.2
antnode_rpc_client: 0.6.37-rc.2
nat-detection: 0.2.12-rc.2
node-launchpad: 0.5.0-rc.2
  • Loading branch information
jacderida committed Dec 13, 2024
1 parent cdf5d40 commit f64a208
Show file tree
Hide file tree
Showing 23 changed files with 104 additions and 104 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.

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.0-rc.1"
version = "0.1.0-rc.2"

[features]
local = []

[dependencies]
ant-logging = { path = "../ant-logging", version = "0.2.41-rc.1" }
ant-protocol = { path = "../ant-protocol", version = "0.3.0-rc.1" }
ant-logging = { path = "../ant-logging", version = "0.2.41-rc.2" }
ant-protocol = { path = "../ant-protocol", version = "0.3.0-rc.2" }
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.20-rc.1"
version = "0.1.20-rc.2"
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 = "2024";
pub const RELEASE_MONTH: &str = "12";
pub const RELEASE_CYCLE: &str = "1";
pub const RELEASE_CYCLE_COUNTER: &str = "1";
pub const RELEASE_CYCLE_COUNTER: &str = "2";
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.0-rc.1"
version = "0.3.0-rc.2"
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.0-rc.1" }
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-protocol = { path = "../ant-protocol", version = "0.3.0-rc.1" }
autonomi = { path = "../autonomi", version = "0.3.0-rc.1", features = [
ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.0-rc.2" }
ant-build-info = { path = "../ant-build-info", version = "0.1.20-rc.2" }
ant-logging = { path = "../ant-logging", version = "0.2.41-rc.2" }
ant-protocol = { path = "../ant-protocol", version = "0.3.0-rc.2" }
autonomi = { path = "../autonomi", version = "0.3.0-rc.2", features = [
"fs",
"vault",
"registers",
Expand Down Expand Up @@ -59,7 +59,7 @@ tracing = { version = "~0.1.26" }
walkdir = "2.5.0"

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

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

[dependencies]
custom_debug = "~0.6.1"
evmlib = { path = "../evmlib", version = "0.1.5-rc.1" }
evmlib = { path = "../evmlib", version = "0.1.5-rc.2" }
hex = "~0.4.3"
lazy_static = "~1.4.0"
libp2p = { version = "0.54.1", 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.41-rc.1"
version = "0.2.41-rc.2"

[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.21-rc.1"
version = "0.1.21-rc.2"

[[bin]]
path = "src/main.rs"
Expand Down
12 changes: 6 additions & 6 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.0-rc.1"
version = "0.3.0-rc.2"

[features]
default = []
Expand All @@ -20,11 +20,11 @@ upnp = ["libp2p/upnp"]

[dependencies]
aes-gcm-siv = "0.11.1"
ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.0-rc.1" }
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.3.0-rc.1" }
ant-registers = { path = "../ant-registers", version = "0.4.4-rc.1" }
ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.0-rc.2" }
ant-build-info = { path = "../ant-build-info", version = "0.1.20-rc.2" }
ant-evm = { path = "../ant-evm", version = "0.1.5-rc.2" }
ant-protocol = { path = "../ant-protocol", version = "0.3.0-rc.2" }
ant-registers = { path = "../ant-registers", version = "0.4.4-rc.2" }
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.4-rc.1"
version = "0.11.4-rc.2"

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

[dependencies]
ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.0-rc.1" }
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-protocol = { path = "../ant-protocol", version = "0.3.0-rc.1" }
ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.0-rc.2" }
ant-build-info = { path = "../ant-build-info", version = "0.1.20-rc.2" }
ant-evm = { path = "../ant-evm", version = "0.1.5-rc.2" }
ant-logging = { path = "../ant-logging", version = "0.2.41-rc.2" }
ant-protocol = { path = "../ant-protocol", version = "0.3.0-rc.2" }
ant-releases = { version = "0.4.0" }
ant-service-management = { path = "../ant-service-management", version = "0.4.4-rc.1" }
ant-service-management = { path = "../ant-service-management", version = "0.4.4-rc.2" }
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.37-rc.1"
version = "0.6.37-rc.2"

[[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.20-rc.1" }
ant-logging = { path = "../ant-logging", version = "0.2.41-rc.1" }
ant-protocol = { path = "../ant-protocol", version = "0.3.0-rc.1", features=["rpc"] }
ant-node = { path = "../ant-node", version = "0.3.0-rc.1" }
ant-service-management = { path = "../ant-service-management", version = "0.4.4-rc.1" }
ant-build-info = { path = "../ant-build-info", version = "0.1.20-rc.2" }
ant-logging = { path = "../ant-logging", version = "0.2.41-rc.2" }
ant-protocol = { path = "../ant-protocol", version = "0.3.0-rc.2", features=["rpc"] }
ant-node = { path = "../ant-node", version = "0.3.0-rc.2" }
ant-service-management = { path = "../ant-service-management", version = "0.4.4-rc.2" }
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 f64a208

Please sign in to comment.