From 35ee1e623a432477ad7f611a8f3733a6fe352622 Mon Sep 17 00:00:00 2001 From: Josh Wilson Date: Wed, 5 Jun 2024 07:03:51 +0900 Subject: [PATCH] chore(release): sn_client-v0.107.7/sn_networking-v0.16.5/sn_protocol-v0.17.4/sn_transfers-v0.18.6/sn_cli-v0.93.6/sn_faucet-v0.4.27/sn_node-v0.108.2/sn_service_management-v0.3.5/node-launchpad-v0.3.7/sn-node-manager-v0.9.6/sn_node_rpc_client-v0.6.24 --- Cargo.lock | 22 +++++++++++----------- nat-detection/Cargo.toml | 2 +- node-launchpad/CHANGELOG.md | 22 ++++++++++++++++++++++ node-launchpad/Cargo.toml | 6 +++--- sn_auditor/Cargo.toml | 2 +- sn_cli/CHANGELOG.md | 8 ++++++++ sn_cli/Cargo.toml | 8 ++++---- sn_client/CHANGELOG.md | 8 ++++++++ sn_client/Cargo.toml | 8 ++++---- sn_faucet/CHANGELOG.md | 8 ++++++++ sn_faucet/Cargo.toml | 10 +++++----- sn_networking/CHANGELOG.md | 8 ++++++++ sn_networking/Cargo.toml | 6 +++--- sn_node/CHANGELOG.md | 8 ++++++++ sn_node/Cargo.toml | 14 +++++++------- sn_node_manager/CHANGELOG.md | 13 +++++++++++++ sn_node_manager/Cargo.toml | 8 ++++---- sn_node_rpc_client/CHANGELOG.md | 8 ++++++++ sn_node_rpc_client/Cargo.toml | 12 ++++++------ sn_peers_acquisition/Cargo.toml | 2 +- sn_protocol/CHANGELOG.md | 6 ++++++ sn_protocol/Cargo.toml | 4 ++-- sn_service_management/CHANGELOG.md | 6 ++++++ sn_service_management/Cargo.toml | 6 +++--- sn_transfers/CHANGELOG.md | 6 ++++++ sn_transfers/Cargo.toml | 2 +- 26 files changed, 157 insertions(+), 56 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c48775c62..1ea6a6c39f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4692,7 +4692,7 @@ dependencies = [ [[package]] name = "node-launchpad" -version = "0.3.6" +version = "0.3.7" dependencies = [ "atty", "better-panic", @@ -6937,7 +6937,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "sn-node-manager" -version = "0.9.5" +version = "0.9.6" dependencies = [ "assert_cmd", "assert_fs", @@ -7036,7 +7036,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.93.5" +version = "0.93.6" dependencies = [ "aes 0.7.5", "base64 0.22.1", @@ -7077,7 +7077,7 @@ dependencies = [ [[package]] name = "sn_client" -version = "0.107.6" +version = "0.107.7" dependencies = [ "assert_matches", "async-trait", @@ -7162,7 +7162,7 @@ dependencies = [ [[package]] name = "sn_faucet" -version = "0.4.26" +version = "0.4.27" dependencies = [ "assert_fs", "base64 0.22.1", @@ -7233,7 +7233,7 @@ dependencies = [ [[package]] name = "sn_networking" -version = "0.16.4" +version = "0.16.5" dependencies = [ "aes-gcm-siv", "async-trait", @@ -7275,7 +7275,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.108.1" +version = "0.108.2" dependencies = [ "assert_fs", "assert_matches", @@ -7330,7 +7330,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.6.23" +version = "0.6.24" dependencies = [ "assert_fs", "async-trait", @@ -7373,7 +7373,7 @@ dependencies = [ [[package]] name = "sn_protocol" -version = "0.17.3" +version = "0.17.4" dependencies = [ "blsttc", "bytes", @@ -7417,7 +7417,7 @@ dependencies = [ [[package]] name = "sn_service_management" -version = "0.3.4" +version = "0.3.5" dependencies = [ "async-trait", "dirs-next", @@ -7443,7 +7443,7 @@ dependencies = [ [[package]] name = "sn_transfers" -version = "0.18.5" +version = "0.18.6" dependencies = [ "assert_fs", "blsttc", diff --git a/nat-detection/Cargo.toml b/nat-detection/Cargo.toml index 0752a62708..652f42a6e1 100644 --- a/nat-detection/Cargo.toml +++ b/nat-detection/Cargo.toml @@ -28,7 +28,7 @@ libp2p = { version = "0.53", features = [ "macros", "upnp", ] } -sn_networking = { path = "../sn_networking", version = "0.16.4" } +sn_networking = { path = "../sn_networking", version = "0.16.5" } tokio = { version = "1.32.0", features = ["full"] } tracing = { version = "~0.1.26" } tracing-log = "0.2.0" diff --git a/node-launchpad/CHANGELOG.md b/node-launchpad/CHANGELOG.md index 0dcb5fed8a..e90834d252 100644 --- a/node-launchpad/CHANGELOG.md +++ b/node-launchpad/CHANGELOG.md @@ -6,6 +6,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.7](https://github.com/joshuef/safe_network/compare/node-launchpad-v0.3.6...node-launchpad-v0.3.7) - 2024-06-04 + +### Added +- *(launchpad)* enable user to reset nodes +- *(launchpad)* obtain stats from the metrics endpoint +- *(manager)* provide option to start metrics server using random ports + +### Fixed +- *(launchpad)* update getting-started link +- *(launchpad)* modify the device status panel +- *(manager)* add metrics port if not set + +### Other +- release +- release +- *(launchpad)* update text and logic for reset if discord_id change +- *(release)* sn_client-v0.107.5/sn_networking-v0.16.3/sn_cli-v0.93.4/sn_node-v0.107.4/node-launchpad-v0.3.5/sn-node-manager-v0.9.4/sn_auditor-v0.1.23/sn_peers_acquisition-v0.3.3/sn_faucet-v0.4.25/sn_node_rpc_client-v0.6.22 +- *(launchpad)* move log line out of the loop +- *(launchpad)* clippy fixes +- *(launchpad)* update log folder structure +- *(release)* sn_auditor-v0.1.22/sn_faucet-v0.4.24/node-launchpad-v0.3.4 + ## [0.3.5](https://github.com/joshuef/safe_network/compare/node-launchpad-v0.3.4...node-launchpad-v0.3.5) - 2024-06-04 ### Added diff --git a/node-launchpad/Cargo.toml b/node-launchpad/Cargo.toml index af883be02c..99f506b5b5 100644 --- a/node-launchpad/Cargo.toml +++ b/node-launchpad/Cargo.toml @@ -2,7 +2,7 @@ authors = ["MaidSafe Developers "] description = "Node Launchpad" name = "node-launchpad" -version = "0.3.6" +version = "0.3.7" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -51,10 +51,10 @@ 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-node-manager = { version = "0.9.5", path = "../sn_node_manager" } +sn-node-manager = { version = "0.9.6", path = "../sn_node_manager" } sn_peers_acquisition = { version = "0.3.4", path = "../sn_peers_acquisition", features = ["network-contacts"]} sn-releases = "~0.2.6" -sn_service_management = { version = "0.3.4", path = "../sn_service_management" } +sn_service_management = { version = "0.3.5", path = "../sn_service_management" } strip-ansi-escapes = "0.2.0" strum = { version = "0.26.1", features = ["derive"] } sysinfo = "0.30.12" diff --git a/sn_auditor/Cargo.toml b/sn_auditor/Cargo.toml index 2e722c1818..a64535476d 100644 --- a/sn_auditor/Cargo.toml +++ b/sn_auditor/Cargo.toml @@ -30,7 +30,7 @@ graphviz-rust = { version = "0.9.0", optional = true } lazy_static = "1.4.0" serde = { version = "1.0.133", features = ["derive", "rc"] } serde_json = "1.0.108" -sn_client = { path = "../sn_client", version = "0.107.6" } +sn_client = { path = "../sn_client", version = "0.107.7" } sn_logging = { path = "../sn_logging", version = "0.2.28" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.4" } tiny_http = { version = "0.12", features = ["ssl-rustls"] } diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index e5c104ac20..ba624eda1f 100644 --- a/sn_cli/CHANGELOG.md +++ b/sn_cli/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.93.6](https://github.com/joshuef/safe_network/compare/sn_cli-v0.93.5...sn_cli-v0.93.6) - 2024-06-04 + +### Other +- release +- release +- *(release)* sn_client-v0.107.5/sn_networking-v0.16.3/sn_cli-v0.93.4/sn_node-v0.107.4/node-launchpad-v0.3.5/sn-node-manager-v0.9.4/sn_auditor-v0.1.23/sn_peers_acquisition-v0.3.3/sn_faucet-v0.4.25/sn_node_rpc_client-v0.6.22 +- *(network)* set metrics server to run on localhost + ## [0.93.4](https://github.com/joshuef/safe_network/compare/sn_cli-v0.93.3...sn_cli-v0.93.4) - 2024-06-04 ### Other diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index c5e7cd77ab..3be554f4c9 100644 --- a/sn_cli/Cargo.toml +++ b/sn_cli/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_cli" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.93.5" +version = "0.93.6" [[bin]] path = "src/bin/main.rs" @@ -58,10 +58,10 @@ reqwest = { version = "0.12.2", default-features = false, features = [ rmp-serde = "1.1.1" serde = { version = "1.0.133", features = ["derive"] } sn_build_info = { path = "../sn_build_info", version = "0.1.8" } -sn_client = { path = "../sn_client", version = "0.107.6" } +sn_client = { path = "../sn_client", version = "0.107.7" } sn_logging = { path = "../sn_logging", version = "0.2.28" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.4" } -sn_protocol = { path = "../sn_protocol", version = "0.17.3" } +sn_protocol = { path = "../sn_protocol", version = "0.17.4" } tempfile = "3.6.0" tiny-keccak = "~2.0.2" tokio = { version = "1.32.0", features = [ @@ -83,7 +83,7 @@ eyre = "0.6.8" criterion = "0.5.1" tempfile = "3.6.0" rand = { version = "~0.8.5", features = ["small_rng"] } -sn_client = { path = "../sn_client", version = "0.107.6", features = [ +sn_client = { path = "../sn_client", version = "0.107.7", features = [ "test-utils", ] } diff --git a/sn_client/CHANGELOG.md b/sn_client/CHANGELOG.md index bb16611c17..fc4dae947a 100644 --- a/sn_client/CHANGELOG.md +++ b/sn_client/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.107.7](https://github.com/joshuef/safe_network/compare/sn_client-v0.107.6...sn_client-v0.107.7) - 2024-06-04 + +### Other +- release +- release +- *(release)* sn_client-v0.107.5/sn_networking-v0.16.3/sn_cli-v0.93.4/sn_node-v0.107.4/node-launchpad-v0.3.5/sn-node-manager-v0.9.4/sn_auditor-v0.1.23/sn_peers_acquisition-v0.3.3/sn_faucet-v0.4.25/sn_node_rpc_client-v0.6.22 +- *(network)* set metrics server to run on localhost + ## [0.107.5](https://github.com/joshuef/safe_network/compare/sn_client-v0.107.4...sn_client-v0.107.5) - 2024-06-04 ### Other diff --git a/sn_client/Cargo.toml b/sn_client/Cargo.toml index ee9917b123..ae54fe5bc2 100644 --- a/sn_client/Cargo.toml +++ b/sn_client/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_client" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.107.6" +version = "0.107.7" [features] default = [] @@ -49,11 +49,11 @@ rayon = "1.8.0" rmp-serde = "1.1.1" self_encryption = "~0.29.0" serde = { version = "1.0.133", features = ["derive", "rc"] } -sn_networking = { path = "../sn_networking", version = "0.16.4" } -sn_protocol = { path = "../sn_protocol", version = "0.17.3" } +sn_networking = { path = "../sn_networking", version = "0.16.5" } +sn_protocol = { path = "../sn_protocol", version = "0.17.4" } serde_json = "1.0" sn_registers = { path = "../sn_registers", version = "0.3.14" } -sn_transfers = { path = "../sn_transfers", version = "0.18.5" } +sn_transfers = { path = "../sn_transfers", version = "0.18.6" } tempfile = "3.6.0" thiserror = "1.0.23" tiny-keccak = "~2.0.2" diff --git a/sn_faucet/CHANGELOG.md b/sn_faucet/CHANGELOG.md index 9b69816ee0..2ad182fdd6 100644 --- a/sn_faucet/CHANGELOG.md +++ b/sn_faucet/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.27](https://github.com/joshuef/safe_network/compare/sn_faucet-v0.4.26...sn_faucet-v0.4.27) - 2024-06-04 + +### Other +- release +- release +- *(release)* sn_client-v0.107.5/sn_networking-v0.16.3/sn_cli-v0.93.4/sn_node-v0.107.4/node-launchpad-v0.3.5/sn-node-manager-v0.9.4/sn_auditor-v0.1.23/sn_peers_acquisition-v0.3.3/sn_faucet-v0.4.25/sn_node_rpc_client-v0.6.22 +- *(release)* sn_auditor-v0.1.22/sn_faucet-v0.4.24/node-launchpad-v0.3.4 + ## [0.4.25](https://github.com/joshuef/safe_network/compare/sn_faucet-v0.4.24...sn_faucet-v0.4.25) - 2024-06-04 ### Other diff --git a/sn_faucet/Cargo.toml b/sn_faucet/Cargo.toml index df0a3fc78d..16beeb69e2 100644 --- a/sn_faucet/Cargo.toml +++ b/sn_faucet/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_faucet" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.4.26" +version = "0.4.27" [features] default = ["initial-data"] @@ -38,12 +38,12 @@ minreq = { version = "2.11.0", features = ["https-rustls"], optional = true } serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108" sn_build_info = { path = "../sn_build_info", version = "0.1.8" } -sn_cli = { path = "../sn_cli", version = "0.93.5" } -sn_client = { path = "../sn_client", version = "0.107.6" } +sn_cli = { path = "../sn_cli", version = "0.93.6" } +sn_client = { path = "../sn_client", version = "0.107.7" } sn_logging = { path = "../sn_logging", version = "0.2.28" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.4" } -sn_protocol = { path = "../sn_protocol", version = "0.17.3" } -sn_transfers = { path = "../sn_transfers", version = "0.18.5" } +sn_protocol = { path = "../sn_protocol", version = "0.17.4" } +sn_transfers = { path = "../sn_transfers", version = "0.18.6" } tokio = { version = "1.32.0", features = ["parking_lot", "rt"] } tracing = { version = "~0.1.26" } url = "2.5.0" diff --git a/sn_networking/CHANGELOG.md b/sn_networking/CHANGELOG.md index 2ce971bffa..04e2aaae0f 100644 --- a/sn_networking/CHANGELOG.md +++ b/sn_networking/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.16.5](https://github.com/joshuef/safe_network/compare/sn_networking-v0.16.4...sn_networking-v0.16.5) - 2024-06-04 + +### Other +- release +- release +- *(release)* sn_client-v0.107.5/sn_networking-v0.16.3/sn_cli-v0.93.4/sn_node-v0.107.4/node-launchpad-v0.3.5/sn-node-manager-v0.9.4/sn_auditor-v0.1.23/sn_peers_acquisition-v0.3.3/sn_faucet-v0.4.25/sn_node_rpc_client-v0.6.22 +- *(network)* set metrics server to run on localhost + ## [0.16.3](https://github.com/joshuef/safe_network/compare/sn_networking-v0.16.2...sn_networking-v0.16.3) - 2024-06-04 ### Other diff --git a/sn_networking/Cargo.toml b/sn_networking/Cargo.toml index c90fb1644f..9fe19e45ed 100644 --- a/sn_networking/Cargo.toml +++ b/sn_networking/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_networking" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.16.4" +version = "0.16.5" [features] default = ["libp2p/quic"] @@ -55,8 +55,8 @@ rayon = "1.8.0" rmp-serde = "1.1.1" serde = { version = "1.0.133", features = ["derive", "rc"] } sn_build_info = { path="../sn_build_info", version = "0.1.8" } -sn_protocol = { path = "../sn_protocol", version = "0.17.3" } -sn_transfers = { path = "../sn_transfers", version = "0.18.5" } +sn_protocol = { path = "../sn_protocol", version = "0.17.4" } +sn_transfers = { path = "../sn_transfers", version = "0.18.6" } sn_registers = { path = "../sn_registers", version = "0.3.14" } sysinfo = { version = "0.30.8", default-features = false, optional = true } thiserror = "1.0.23" diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index 699abdc529..966d2efa8f 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.108.2](https://github.com/joshuef/safe_network/compare/sn_node-v0.108.1...sn_node-v0.108.2) - 2024-06-04 + +### Other +- release +- release +- *(release)* sn_client-v0.107.5/sn_networking-v0.16.3/sn_cli-v0.93.4/sn_node-v0.107.4/node-launchpad-v0.3.5/sn-node-manager-v0.9.4/sn_auditor-v0.1.23/sn_peers_acquisition-v0.3.3/sn_faucet-v0.4.25/sn_node_rpc_client-v0.6.22 +- *(network)* set metrics server to run on localhost + ## [0.107.4](https://github.com/joshuef/safe_network/compare/sn_node-v0.107.3...sn_node-v0.107.4) - 2024-06-04 ### Added diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index a979abd65a..3fe3085ab1 100644 --- a/sn_node/Cargo.toml +++ b/sn_node/Cargo.toml @@ -2,7 +2,7 @@ authors = ["MaidSafe Developers "] description = "Safe Node" name = "sn_node" -version = "0.108.1" +version = "0.108.2" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -53,13 +53,13 @@ self_encryption = "~0.29.0" serde = { version = "1.0.133", features = ["derive", "rc"] } sn_build_info = { path = "../sn_build_info", version = "0.1.8" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.4" } -sn_client = { path = "../sn_client", version = "0.107.6" } +sn_client = { path = "../sn_client", version = "0.107.7" } sn_logging = { path = "../sn_logging", version = "0.2.28" } -sn_networking = { path = "../sn_networking", version = "0.16.4" } -sn_protocol = { path = "../sn_protocol", version = "0.17.3" } +sn_networking = { path = "../sn_networking", version = "0.16.5" } +sn_protocol = { path = "../sn_protocol", version = "0.17.4" } sn_registers = { path = "../sn_registers", version = "0.3.14" } -sn_transfers = { path = "../sn_transfers", version = "0.18.5" } -sn_service_management = { path = "../sn_service_management", version = "0.3.4" } +sn_transfers = { path = "../sn_transfers", version = "0.18.6" } +sn_service_management = { path = "../sn_service_management", version = "0.3.5" } thiserror = "1.0.23" tokio = { version = "1.32.0", features = [ "io-util", @@ -86,7 +86,7 @@ reqwest = { version = "0.12.2", default-features = false, features = [ "rustls-tls-manual-roots", ] } serde_json = "1.0" -sn_protocol = { path = "../sn_protocol", version = "0.17.3", features = [ +sn_protocol = { path = "../sn_protocol", version = "0.17.4", features = [ "rpc", ] } tempfile = "3.6.0" diff --git a/sn_node_manager/CHANGELOG.md b/sn_node_manager/CHANGELOG.md index 0fbaa9e301..86922c7009 100644 --- a/sn_node_manager/CHANGELOG.md +++ b/sn_node_manager/CHANGELOG.md @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.6](https://github.com/joshuef/safe_network/compare/sn-node-manager-v0.9.5...sn-node-manager-v0.9.6) - 2024-06-04 + +### Added +- *(manager)* provide option to start metrics server using random ports + +### Fixed +- *(manager)* add metrics port if not set + +### Other +- release +- release +- *(release)* sn_client-v0.107.5/sn_networking-v0.16.3/sn_cli-v0.93.4/sn_node-v0.107.4/node-launchpad-v0.3.5/sn-node-manager-v0.9.4/sn_auditor-v0.1.23/sn_peers_acquisition-v0.3.3/sn_faucet-v0.4.25/sn_node_rpc_client-v0.6.22 + ## [0.9.4](https://github.com/joshuef/safe_network/compare/sn-node-manager-v0.9.3...sn-node-manager-v0.9.4) - 2024-06-04 ### Added diff --git a/sn_node_manager/Cargo.toml b/sn_node_manager/Cargo.toml index b040bde7bb..0b031b47a2 100644 --- a/sn_node_manager/Cargo.toml +++ b/sn_node_manager/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "sn-node-manager" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.9.5" +version = "0.9.6" [[bin]] name = "safenode-manager" @@ -44,10 +44,10 @@ serde_json = "1.0" service-manager = "0.7.0" sn_logging = { path = "../sn_logging", version = "0.2.28" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.4" } -sn_protocol = { path = "../sn_protocol", version = "0.17.3" } -sn_service_management = { path = "../sn_service_management", version = "0.3.4" } +sn_protocol = { path = "../sn_protocol", version = "0.17.4" } +sn_service_management = { path = "../sn_service_management", version = "0.3.5" } sn-releases = "0.2.6" -sn_transfers = { path = "../sn_transfers", version = "0.18.5" } +sn_transfers = { path = "../sn_transfers", version = "0.18.6" } sysinfo = "0.30.12" tokio = { version = "1.26", features = ["full"] } tracing = { version = "~0.1.26" } diff --git a/sn_node_rpc_client/CHANGELOG.md b/sn_node_rpc_client/CHANGELOG.md index c63f1df973..0bc5a4f77b 100644 --- a/sn_node_rpc_client/CHANGELOG.md +++ b/sn_node_rpc_client/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.24](https://github.com/joshuef/safe_network/compare/sn_node_rpc_client-v0.6.23...sn_node_rpc_client-v0.6.24) - 2024-06-04 + +### Other +- release +- release +- *(release)* sn_node-v0.108.0/sn_auditor-v0.2.0 +- *(release)* sn_client-v0.107.5/sn_networking-v0.16.3/sn_cli-v0.93.4/sn_node-v0.107.4/node-launchpad-v0.3.5/sn-node-manager-v0.9.4/sn_auditor-v0.1.23/sn_peers_acquisition-v0.3.3/sn_faucet-v0.4.25/sn_node_rpc_client-v0.6.22 + ## [0.6.22](https://github.com/joshuef/safe_network/compare/sn_node_rpc_client-v0.6.21...sn_node_rpc_client-v0.6.22) - 2024-06-04 ### Other diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index cf26c9689e..6d5f29b66a 100644 --- a/sn_node_rpc_client/Cargo.toml +++ b/sn_node_rpc_client/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_node_rpc_client" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.6.23" +version = "0.6.24" [[bin]] name = "safenode_rpc_client" @@ -23,13 +23,13 @@ color-eyre = "0.6.2" hex = "~0.4.3" libp2p = { version="0.53", features = ["kad"]} libp2p-identity = { version="0.2.7", features = ["rand"] } -sn_client = { path = "../sn_client", version = "0.107.6" } +sn_client = { path = "../sn_client", version = "0.107.7" } sn_logging = { path = "../sn_logging", version = "0.2.28" } -sn_node = { path = "../sn_node", version = "0.108.1" } +sn_node = { path = "../sn_node", version = "0.108.2" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.4" } -sn_protocol = { path = "../sn_protocol", version = "0.17.3", features=["rpc"] } -sn_service_management = { path = "../sn_service_management", version = "0.3.4" } -sn_transfers = { path = "../sn_transfers", version = "0.18.5" } +sn_protocol = { path = "../sn_protocol", version = "0.17.4", features=["rpc"] } +sn_service_management = { path = "../sn_service_management", version = "0.3.5" } +sn_transfers = { path = "../sn_transfers", version = "0.18.6" } thiserror = "1.0.23" # # watch out updating this, protoc compiler needs to be installed on all build systems # # arm builds + musl are very problematic diff --git a/sn_peers_acquisition/Cargo.toml b/sn_peers_acquisition/Cargo.toml index 8729b2b906..c2b588d4c7 100644 --- a/sn_peers_acquisition/Cargo.toml +++ b/sn_peers_acquisition/Cargo.toml @@ -21,7 +21,7 @@ lazy_static = "~1.4.0" libp2p = { version="0.53", features = [] } rand = "0.8.5" reqwest = { version="0.12.2", default-features=false, features = ["rustls-tls"], optional = true } -sn_networking = { path = "../sn_networking", version = "0.16.4" } +sn_networking = { path = "../sn_networking", version = "0.16.5" } thiserror = "1.0.23" tokio = { version = "1.32.0", optional = true, default-features = false} tracing = { version = "~0.1.26" } diff --git a/sn_protocol/CHANGELOG.md b/sn_protocol/CHANGELOG.md index 4160de6617..8404d1c194 100644 --- a/sn_protocol/CHANGELOG.md +++ b/sn_protocol/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.17.4](https://github.com/joshuef/safe_network/compare/sn_protocol-v0.17.3...sn_protocol-v0.17.4) - 2024-06-04 + +### Other +- release +- release + ## [0.17.2](https://github.com/joshuef/safe_network/compare/sn_protocol-v0.17.1...sn_protocol-v0.17.2) - 2024-06-03 ### Other diff --git a/sn_protocol/Cargo.toml b/sn_protocol/Cargo.toml index 6c231c2cad..64e9521b38 100644 --- a/sn_protocol/Cargo.toml +++ b/sn_protocol/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "sn_protocol" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.17.3" +version = "0.17.4" [features] default = [] @@ -27,7 +27,7 @@ rmp-serde = "1.1.1" serde = { version = "1.0.133", features = [ "derive", "rc" ]} serde_json = "1.0" sha2 = "0.10.7" -sn_transfers = { path = "../sn_transfers", version = "0.18.5" } +sn_transfers = { path = "../sn_transfers", version = "0.18.6" } sn_registers = { path = "../sn_registers", version = "0.3.14" } thiserror = "1.0.23" tiny-keccak = { version = "~2.0.2", features = [ "sha3" ] } diff --git a/sn_service_management/CHANGELOG.md b/sn_service_management/CHANGELOG.md index 76a3529324..9412dc63c8 100644 --- a/sn_service_management/CHANGELOG.md +++ b/sn_service_management/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.5](https://github.com/joshuef/safe_network/compare/sn_service_management-v0.3.4...sn_service_management-v0.3.5) - 2024-06-04 + +### Other +- release +- release + ## [0.3.3](https://github.com/joshuef/safe_network/compare/sn_service_management-v0.3.2...sn_service_management-v0.3.3) - 2024-06-03 ### Other diff --git a/sn_service_management/Cargo.toml b/sn_service_management/Cargo.toml index 204f7a12c3..e7753f9346 100644 --- a/sn_service_management/Cargo.toml +++ b/sn_service_management/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "sn_service_management" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.3.4" +version = "0.3.5" [dependencies] async-trait = "0.1" @@ -20,10 +20,10 @@ serde_json = "1.0" semver = "1.0.20" service-manager = "0.7.0" sn_logging = { path = "../sn_logging", version = "0.2.28" } -sn_protocol = { path = "../sn_protocol", version = "0.17.3", features = [ +sn_protocol = { path = "../sn_protocol", version = "0.17.4", features = [ "rpc", ] } -sn_transfers = { path = "../sn_transfers", version = "0.18.5" } +sn_transfers = { path = "../sn_transfers", version = "0.18.6" } sysinfo = "0.30.12" thiserror = "1.0.23" tokio = { version = "1.32.0", features = ["time"] } diff --git a/sn_transfers/CHANGELOG.md b/sn_transfers/CHANGELOG.md index 722e2aaf20..9ae3f1e3c4 100644 --- a/sn_transfers/CHANGELOG.md +++ b/sn_transfers/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.18.6](https://github.com/joshuef/safe_network/compare/sn_transfers-v0.18.5...sn_transfers-v0.18.6) - 2024-06-04 + +### Other +- release +- release + ## [0.18.4](https://github.com/joshuef/safe_network/compare/sn_transfers-v0.18.3...sn_transfers-v0.18.4) - 2024-06-03 ### Fixed diff --git a/sn_transfers/Cargo.toml b/sn_transfers/Cargo.toml index 5c81de84d0..b4296d49d5 100644 --- a/sn_transfers/Cargo.toml +++ b/sn_transfers/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_transfers" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.18.5" +version = "0.18.6" [features] reward-forward = []