Skip to content

Commit

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

[features]
local = []

[dependencies]
ant-logging = { path = "../ant-logging", version = "0.2.41-rc.5" }
ant-protocol = { path = "../ant-protocol", version = "0.3.0-rc.5" }
ant-logging = { path = "../ant-logging", version = "0.2.41" }
ant-protocol = { path = "../ant-protocol", version = "0.3.0" }
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.5"
version = "0.1.20"
build = "build.rs"
include = ["Cargo.toml", "src/**/*", "build.rs"]

Expand Down
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.5"
version = "0.3.0"
edition = "2021"
homepage = "https://maidsafe.net"
readme = "README.md"
Expand All @@ -24,11 +24,11 @@ name = "files"
harness = false

[dependencies]
ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.0-rc.5" }
ant-build-info = { path = "../ant-build-info", version = "0.1.20-rc.5" }
ant-logging = { path = "../ant-logging", version = "0.2.41-rc.5" }
ant-protocol = { path = "../ant-protocol", version = "0.3.0-rc.5" }
autonomi = { path = "../autonomi", version = "0.3.0-rc.5", features = [
ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.0" }
ant-build-info = { path = "../ant-build-info", version = "0.1.20" }
ant-logging = { path = "../ant-logging", version = "0.2.41" }
ant-protocol = { path = "../ant-protocol", version = "0.3.0" }
autonomi = { path = "../autonomi", version = "0.3.0", features = [
"fs",
"vault",
"registers",
Expand Down Expand Up @@ -60,7 +60,7 @@ tracing = { version = "~0.1.26" }
walkdir = "2.5.0"

[dev-dependencies]
autonomi = { path = "../autonomi", version = "0.3.0-rc.5", features = ["fs"]}
autonomi = { path = "../autonomi", version = "0.3.0", 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.5"
version = "0.1.5"

[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.5" }
evmlib = { path = "../evmlib", version = "0.1.5" }
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.5"
version = "0.2.41"

[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.5"
version = "0.1.21"

[[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.5"
version = "0.3.0"

[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.5" }
ant-build-info = { path = "../ant-build-info", version = "0.1.20-rc.5" }
ant-evm = { path = "../ant-evm", version = "0.1.5-rc.5" }
ant-protocol = { path = "../ant-protocol", version = "0.3.0-rc.5" }
ant-registers = { path = "../ant-registers", version = "0.4.4-rc.5" }
ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.0" }
ant-build-info = { path = "../ant-build-info", version = "0.1.20" }
ant-evm = { path = "../ant-evm", version = "0.1.5" }
ant-protocol = { path = "../ant-protocol", version = "0.3.0" }
ant-registers = { path = "../ant-registers", version = "0.4.4" }
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.5"
version = "0.11.4"

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

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

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

Please sign in to comment.