-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): release candidate 2024.11.1.3
================== Crate Versions ================== autonomi: 0.2.4-rc.3 autonomi-cli: 0.1.5-rc.3 evmlib: 0.1.4-rc.3 evm_testnet: 0.1.4-rc.3 sn_build_info: 0.1.19-rc.3 sn_evm: 0.1.4-rc.3 sn_logging: 0.2.40-rc.3 sn_metrics: 0.1.20-rc.3 nat-detection: 0.2.11-rc.3 sn_networking: 0.19.3-rc.3 sn_node: 0.112.4-rc.3 node-launchpad: 0.4.5-rc.3 sn_node_manager: 0.11.3-rc.3 sn_node_rpc_client: 0.6.35-rc.3 sn_peers_acquisition: 0.5.7-rc.3 sn_protocol: 0.17.15-rc.3 sn_registers: 0.4.3-rc.3 sn_service_management: 0.4.3-rc.3 sn_transfers: 0.20.3-rc.3 test_utils: 0.4.11-rc.3 token_supplies: 0.1.58-rc.3 =================== Binary Versions =================== nat-detection: 0.2.11-rc.3 node-launchpad: 0.4.5-rc.3 autonomi: 0.1.5-rc.3 safenode: 0.112.4-rc.3 safenode-manager: 0.11.3-rc.3 safenode_rpc_client: 0.6.35-rc.3 safenodemand: 0.11.3-rc.3
- Loading branch information
Showing
24 changed files
with
111 additions
and
111 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ authors = ["MaidSafe Developers <[email protected]>"] | |
name = "autonomi-cli" | ||
description = "Autonomi CLI" | ||
license = "GPL-3.0" | ||
version = "0.1.5-rc.2" | ||
version = "0.1.5-rc.3" | ||
edition = "2021" | ||
homepage = "https://maidsafe.net" | ||
readme = "README.md" | ||
|
@@ -24,7 +24,7 @@ name = "files" | |
harness = false | ||
|
||
[dependencies] | ||
autonomi = { path = "../autonomi", version = "0.2.4-rc.2", features = [ | ||
autonomi = { path = "../autonomi", version = "0.2.4-rc.3", features = [ | ||
"data", | ||
"fs", | ||
"vault", | ||
|
@@ -50,17 +50,17 @@ tokio = { version = "1.32.0", features = [ | |
"fs", | ||
] } | ||
tracing = { version = "~0.1.26" } | ||
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.2" } | ||
sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.2" } | ||
sn_logging = { path = "../sn_logging", version = "0.2.40-rc.2" } | ||
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.3" } | ||
sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.3" } | ||
sn_logging = { path = "../sn_logging", version = "0.2.40-rc.3" } | ||
walkdir = "2.5.0" | ||
serde_json = "1.0.132" | ||
serde = "1.0.210" | ||
hex = "0.4.3" | ||
ring = "0.17.8" | ||
|
||
[dev-dependencies] | ||
autonomi = { path = "../autonomi", version = "0.2.4-rc.2", features = [ | ||
autonomi = { path = "../autonomi", version = "0.2.4-rc.3", features = [ | ||
"data", | ||
"fs", | ||
] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ authors = ["MaidSafe Developers <[email protected]>"] | |
description = "Autonomi client API" | ||
name = "autonomi" | ||
license = "GPL-3.0" | ||
version = "0.2.4-rc.2" | ||
version = "0.2.4-rc.3" | ||
edition = "2021" | ||
homepage = "https://maidsafe.net" | ||
readme = "README.md" | ||
|
@@ -38,11 +38,11 @@ rand = "0.8.5" | |
rmp-serde = "1.1.1" | ||
self_encryption = "~0.30.0" | ||
serde = { version = "1.0.133", features = ["derive", "rc"] } | ||
sn_networking = { path = "../sn_networking", version = "0.19.3-rc.2" } | ||
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.2" } | ||
sn_protocol = { version = "0.17.15-rc.2", path = "../sn_protocol" } | ||
sn_registers = { path = "../sn_registers", version = "0.4.3-rc.2" } | ||
sn_evm = { path = "../sn_evm", version = "0.1.4-rc.2" } | ||
sn_networking = { path = "../sn_networking", version = "0.19.3-rc.3" } | ||
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.3" } | ||
sn_protocol = { version = "0.17.15-rc.3", path = "../sn_protocol" } | ||
sn_registers = { path = "../sn_registers", version = "0.4.3-rc.3" } | ||
sn_evm = { path = "../sn_evm", version = "0.1.4-rc.3" } | ||
thiserror = "1.0.23" | ||
tokio = { version = "1.35.0", features = ["sync"] } | ||
tracing = { version = "~0.1.26" } | ||
|
@@ -60,8 +60,8 @@ blstrs = "0.7.1" | |
alloy = { version = "0.5.3", default-features = false, features = ["std", "reqwest-rustls-tls", "provider-anvil-node", "sol-types", "json", "signers", "contract", "signer-local", "network"] } | ||
eyre = "0.6.5" | ||
sha2 = "0.10.6" | ||
sn_logging = { path = "../sn_logging", version = "0.2.40-rc.2" } | ||
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.2" } | ||
sn_logging = { path = "../sn_logging", version = "0.2.40-rc.3" } | ||
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.3" } | ||
# Do not specify the version field. Release process expects even the local dev deps to be published. | ||
# Removing the version field is a workaround. | ||
test_utils = { path = "../test_utils" } | ||
|
@@ -71,7 +71,7 @@ wasm-bindgen-test = "0.3.43" | |
|
||
[target.'cfg(target_arch = "wasm32")'.dependencies] | ||
console_error_panic_hook = "0.1.7" | ||
evmlib = { path = "../evmlib", version = "0.1.4-rc.2", features = ["wasm-bindgen"] } | ||
evmlib = { path = "../evmlib", version = "0.1.4-rc.3", features = ["wasm-bindgen"] } | ||
# See https://github.com/sebcrozet/instant/blob/7bd13f51f5c930239fddc0476a837870fb239ed7/README.md#using-instant-for-a-wasm-platform-where-performancenow-is-not-available | ||
instant = { version = "0.1", features = ["wasm-bindgen", "inaccurate"] } | ||
js-sys = "0.3.70" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
authors = ["MaidSafe Developers <[email protected]>"] | ||
description = "Node Launchpad" | ||
name = "node-launchpad" | ||
version = "0.4.5-rc.2" | ||
version = "0.4.5-rc.3" | ||
edition = "2021" | ||
license = "GPL-3.0" | ||
homepage = "https://maidsafe.net" | ||
|
@@ -51,13 +51,13 @@ reqwest = { version = "0.12.2", default-features = false, features = [ | |
serde = { version = "1.0.188", features = ["derive"] } | ||
serde_json = "1.0.107" | ||
signal-hook = "0.3.17" | ||
sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.2" } | ||
sn_evm = { path = "../sn_evm", version = "0.1.4-rc.2" } | ||
sn-node-manager = { version = "0.11.3-rc.2", path = "../sn_node_manager" } | ||
sn_peers_acquisition = { version = "0.5.7-rc.2", path = "../sn_peers_acquisition" } | ||
sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.2" } | ||
sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.3" } | ||
sn_evm = { path = "../sn_evm", version = "0.1.4-rc.3" } | ||
sn-node-manager = { version = "0.11.3-rc.3", path = "../sn_node_manager" } | ||
sn_peers_acquisition = { version = "0.5.7-rc.3", path = "../sn_peers_acquisition" } | ||
sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.3" } | ||
sn-releases = "~0.2.6" | ||
sn_service_management = { version = "0.4.3-rc.2", path = "../sn_service_management" } | ||
sn_service_management = { version = "0.4.3-rc.3", path = "../sn_service_management" } | ||
strip-ansi-escapes = "0.2.0" | ||
strum = { version = "0.26.1", features = ["derive"] } | ||
sysinfo = "0.30.12" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,4 @@ | |
release-year: 2024 | ||
release-month: 11 | ||
release-cycle: 1 | ||
release-cycle-counter: 2 | ||
release-cycle-counter: 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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_CYCLE: &str = "1"; | ||
pub const RELEASE_CYCLE_COUNTER: &str = "2"; | ||
pub const RELEASE_CYCLE_COUNTER: &str = "3"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.