Skip to content

Commit

Permalink
chore(release): stable release 2024.12.1.10
Browse files Browse the repository at this point in the history
==================
  Crate Versions
==================
ant-bootstrap: 0.1.4
ant-build-info: 0.1.23
ant-cli: 0.3.5
ant-evm: 0.1.8
ant-logging: 0.2.45
ant-metrics: 0.1.24
ant-networking: 0.3.4
ant-node: 0.3.5
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.5
antctl: 0.11.7
antctld: 0.11.7
antnode: 0.3.5
antnode_rpc_client: 0.6.41
nat-detection: 0.2.15
node-launchpad: 0.5.3
  • Loading branch information
jacderida committed Jan 20, 2025
1 parent 8ca7d5b commit 2ef95c4
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 28 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions ant-bootstrap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ license = "GPL-3.0"
name = "ant-bootstrap"
readme = "README.md"
repository = "https://github.com/maidsafe/autonomi"
version = "0.1.3"
version = "0.1.4"

[features]
local = []

[dependencies]
ant-logging = { path = "../ant-logging", version = "0.2.44" }
ant-logging = { path = "../ant-logging", version = "0.2.45" }
ant-protocol = { path = "../ant-protocol", version = "0.3.3" }
atomic-write-file = "0.2.2"
chrono = { version = "0.4", features = ["serde"] }
Expand Down
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.4"
version = "0.3.5"
edition = "2021"
homepage = "https://maidsafe.net"
readme = "README.md"
Expand All @@ -24,9 +24,9 @@ name = "files"
harness = false

[dependencies]
ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.3" }
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.44" }
ant-logging = { path = "../ant-logging", version = "0.2.45" }
ant-protocol = { path = "../ant-protocol", version = "0.3.3" }
autonomi = { path = "../autonomi", version = "0.3.4", features = [
"fs",
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.44"
version = "0.2.45"

[dependencies]
chrono = "~0.4.19"
Expand Down
4 changes: 2 additions & 2 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.3"
version = "0.3.4"

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

[dependencies]
aes-gcm-siv = "0.11.1"
ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.3" }
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" }
Expand Down
4 changes: 2 additions & 2 deletions ant-node-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ tcp = []
websockets = []

[dependencies]
ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.3" }
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.44" }
ant-logging = { path = "../ant-logging", version = "0.2.45" }
ant-protocol = { path = "../ant-protocol", version = "0.3.3" }
ant-releases = { version = "0.4.0" }
ant-service-management = { path = "../ant-service-management", version = "0.4.7" }
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 @@ -18,9 +18,9 @@ nightly = []

[dependencies]
ant-build-info = { path = "../ant-build-info", version = "0.1.23" }
ant-logging = { path = "../ant-logging", version = "0.2.44" }
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.4" }
ant-node = { path = "../ant-node", version = "0.3.5" }
ant-service-management = { path = "../ant-service-management", version = "0.4.7" }
async-trait = "0.1"
bls = { package = "blsttc", version = "8.0.1" }
Expand Down
8 changes: 4 additions & 4 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.4"
version = "0.3.5"
edition = "2021"
license = "GPL-3.0"
homepage = "https://maidsafe.net"
Expand All @@ -26,11 +26,11 @@ otlp = ["ant-logging/otlp"]
upnp = ["ant-networking/upnp"]

[dependencies]
ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.3" }
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.44" }
ant-networking = { path = "../ant-networking", version = "0.3.3" }
ant-logging = { path = "../ant-logging", version = "0.2.45" }
ant-networking = { path = "../ant-networking", version = "0.3.4" }
ant-protocol = { path = "../ant-protocol", version = "0.3.3" }
ant-registers = { path = "../ant-registers", version = "0.4.7" }
ant-service-management = { path = "../ant-service-management", version = "0.4.7" }
Expand Down
4 changes: 2 additions & 2 deletions ant-service-management/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ repository = "https://github.com/maidsafe/autonomi"
version = "0.4.7"

[dependencies]
ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.3" }
ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.4" }
ant-evm = { path = "../ant-evm", version = "0.1.8" }
ant-logging = { path = "../ant-logging", version = "0.2.44" }
ant-logging = { path = "../ant-logging", version = "0.2.45" }
ant-protocol = { path = "../ant-protocol", version = "0.3.3", features = ["rpc"] }
async-trait = "0.1"
dirs-next = "2.0.0"
Expand Down
6 changes: 3 additions & 3 deletions autonomi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ registers = []
vault = ["registers"]

[dependencies]
ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.3" }
ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.4" }
ant-evm = { path = "../ant-evm", version = "0.1.8" }
ant-networking = { path = "../ant-networking", version = "0.3.3" }
ant-networking = { path = "../ant-networking", version = "0.3.4" }
ant-protocol = { path = "../ant-protocol", version = "0.3.3" }
ant-registers = { path = "../ant-registers", version = "0.4.7" }
bip39 = "2.0.0"
Expand Down Expand Up @@ -68,7 +68,7 @@ xor_name = "5.0.0"

[dev-dependencies]
alloy = { version = "0.7.3", default-features = false, features = ["contract", "json-rpc", "network", "node-bindings", "provider-http", "reqwest-rustls-tls", "rpc-client", "rpc-types", "signer-local", "std"] }
ant-logging = { path = "../ant-logging", version = "0.2.44" }
ant-logging = { path = "../ant-logging", version = "0.2.45" }
eyre = "0.6.5"
sha2 = "0.10.6"
# Do not specify the version field. Release process expects even the local dev deps to be published.
Expand Down
2 changes: 1 addition & 1 deletion nat-detection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ nightly = []

[dependencies]
ant-build-info = { path = "../ant-build-info", version = "0.1.23" }
ant-networking = { path = "../ant-networking", version = "0.3.3" }
ant-networking = { path = "../ant-networking", version = "0.3.4" }
ant-protocol = { path = "../ant-protocol", version = "0.3.3" }
clap = { version = "4.5.4", features = ["derive"] }
clap-verbosity-flag = "2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion node-launchpad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ path = "src/bin/tui/main.rs"
nightly = []

[dependencies]
ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.3" }
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-node-manager = { version = "0.11.7", path = "../ant-node-manager" }
Expand Down

0 comments on commit 2ef95c4

Please sign in to comment.