Skip to content

Commit

Permalink
chore(release): stable release 2024.12.1.9
Browse files Browse the repository at this point in the history
==================
  Crate Versions
==================
ant-bootstrap: 0.1.3
ant-build-info: 0.1.23
ant-cli: 0.3.4
ant-evm: 0.1.8
ant-logging: 0.2.44
ant-metrics: 0.1.24
ant-networking: 0.3.3
ant-node: 0.3.4
ant-node-manager: 0.11.7
ant-node-rpc-client: 0.6.41
ant-protocol: 0.3.3
ant-registers: 0.4.7
ant-service-management: 0.4.7
ant-token-supplies: 0.1.62
autonomi: 0.3.4
evmlib: 0.1.8
evm-testnet: 0.1.8
nat-detection: 0.2.15
node-launchpad: 0.5.3
test-utils: 0.4.15
===================
  Binary Versions
===================
ant: 0.3.4
antctl: 0.11.7
antctld: 0.11.7
antnode: 0.3.4
antnode_rpc_client: 0.6.41
nat-detection: 0.2.15
node-launchpad: 0.5.3
  • Loading branch information
jacderida committed Jan 14, 2025
1 parent 039ef66 commit d32958e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 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/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 = "8";
pub const RELEASE_CYCLE_COUNTER: &str = "9";
6 changes: 3 additions & 3 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.3"
version = "0.3.4"
edition = "2021"
homepage = "https://maidsafe.net"
readme = "README.md"
Expand All @@ -27,7 +27,7 @@ ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.3" }
ant-build-info = { path = "../ant-build-info", version = "0.1.23" }
ant-logging = { path = "../ant-logging", version = "0.2.44" }
ant-protocol = { path = "../ant-protocol", version = "0.3.3" }
autonomi = { path = "../autonomi", version = "0.3.3", features = [ "loud" ] }
autonomi = { path = "../autonomi", version = "0.3.4", 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.3" }
autonomi = { path = "../autonomi", version = "0.3.4" }
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-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.40"
version = "0.6.41"

[[bin]]
name = "antnode_rpc_client"
Expand All @@ -20,7 +20,7 @@ nightly = []
ant-build-info = { path = "../ant-build-info", version = "0.1.23" }
ant-logging = { path = "../ant-logging", version = "0.2.44" }
ant-protocol = { path = "../ant-protocol", version = "0.3.3", features=["rpc"] }
ant-node = { path = "../ant-node", version = "0.3.3" }
ant-node = { path = "../ant-node", version = "0.3.4" }
ant-service-management = { path = "../ant-service-management", version = "0.4.7" }
async-trait = "0.1"
bls = { package = "blsttc", version = "8.0.1" }
Expand Down
4 changes: 2 additions & 2 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.3"
version = "0.3.4"
edition = "2021"
license = "GPL-3.0"
homepage = "https://maidsafe.net"
Expand Down Expand Up @@ -83,7 +83,7 @@ xor_name = "5.0.0"
ant-protocol = { path = "../ant-protocol", version = "0.3.3", features = ["rpc"] }
assert_fs = "1.0.0"
evmlib = { path = "../evmlib", version = "0.1.8" }
autonomi = { path = "../autonomi", version = "0.3.3" }
autonomi = { path = "../autonomi", version = "0.3.4" }
reqwest = { version = "0.12.2", default-features = false, features = [
"rustls-tls-manual-roots",
] }
Expand Down
2 changes: 1 addition & 1 deletion autonomi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["MaidSafe Developers <[email protected]>"]
description = "Autonomi client API"
name = "autonomi"
license = "GPL-3.0"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
homepage = "https://maidsafe.net"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion release-cycle-info
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
release-year: 2024
release-month: 12
release-cycle: 1
release-cycle-counter: 8
release-cycle-counter: 9

0 comments on commit d32958e

Please sign in to comment.