From 9bf24525d627bd73f511080bb725b0fa3288d60a Mon Sep 17 00:00:00 2001 From: Josh Wilson Date: Mon, 3 Jun 2024 18:35:05 +0900 Subject: [PATCH] chore(release): sn_faucet-v0.4.21/sn_service_management-v0.3.2/sn_transfers-v0.18.3/sn_auditor-v0.1.19/sn_client-v0.107.2/sn_networking-v0.16.1/sn_cli-v0.93.1/sn_node-v0.107.1/node-launchpad-v0.3.1/sn-node-manager-v0.9.1/sn_peers_acquisition-v0.3.1 --- Cargo.lock | 16 ++++++++-------- nat-detection/Cargo.toml | 2 +- node-launchpad/CHANGELOG.md | 5 +++++ node-launchpad/Cargo.toml | 6 +++--- sn_auditor/CHANGELOG.md | 5 +++++ sn_auditor/Cargo.toml | 6 +++--- sn_cli/CHANGELOG.md | 5 +++++ sn_cli/Cargo.toml | 8 ++++---- sn_client/CHANGELOG.md | 5 +++++ sn_client/Cargo.toml | 8 ++++---- sn_faucet/Cargo.toml | 6 +++--- sn_networking/CHANGELOG.md | 5 +++++ sn_networking/Cargo.toml | 2 +- sn_node/CHANGELOG.md | 5 +++++ sn_node/Cargo.toml | 8 ++++---- sn_node_manager/CHANGELOG.md | 5 +++++ sn_node_manager/Cargo.toml | 4 ++-- sn_node_rpc_client/Cargo.toml | 6 +++--- sn_peers_acquisition/CHANGELOG.md | 5 +++++ sn_peers_acquisition/Cargo.toml | 4 ++-- 20 files changed, 78 insertions(+), 38 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b5313f93d9..08d2d55cb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4692,7 +4692,7 @@ dependencies = [ [[package]] name = "node-launchpad" -version = "0.3.0" +version = "0.3.1" dependencies = [ "atty", "better-panic", @@ -6923,7 +6923,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "sn-node-manager" -version = "0.9.0" +version = "0.9.1" dependencies = [ "assert_cmd", "assert_fs", @@ -6982,7 +6982,7 @@ dependencies = [ [[package]] name = "sn_auditor" -version = "0.1.18" +version = "0.1.19" dependencies = [ "blsttc", "clap", @@ -7021,7 +7021,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.93.0" +version = "0.93.1" dependencies = [ "aes 0.7.5", "base64 0.22.1", @@ -7062,7 +7062,7 @@ dependencies = [ [[package]] name = "sn_client" -version = "0.107.1" +version = "0.107.2" dependencies = [ "assert_matches", "async-trait", @@ -7218,7 +7218,7 @@ dependencies = [ [[package]] name = "sn_networking" -version = "0.16.0" +version = "0.16.1" dependencies = [ "aes-gcm-siv", "async-trait", @@ -7260,7 +7260,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.107.0" +version = "0.107.1" dependencies = [ "assert_fs", "assert_matches", @@ -7342,7 +7342,7 @@ dependencies = [ [[package]] name = "sn_peers_acquisition" -version = "0.3.0" +version = "0.3.1" dependencies = [ "clap", "lazy_static", diff --git a/nat-detection/Cargo.toml b/nat-detection/Cargo.toml index 63c556fa72..c10260b565 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.0" } +sn_networking = { path = "../sn_networking", version = "0.16.1" } 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 14c2ae231c..25b7c30803 100644 --- a/node-launchpad/CHANGELOG.md +++ b/node-launchpad/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1](https://github.com/joshuef/safe_network/compare/node-launchpad-v0.3.0...node-launchpad-v0.3.1) - 2024-06-03 + +### Other +- bump versions to enable re-release with env vars at compilation + ## [0.3.0](https://github.com/joshuef/safe_network/compare/node-launchpad-v0.2.0...node-launchpad-v0.3.0) - 2024-06-03 ### Added diff --git a/node-launchpad/Cargo.toml b/node-launchpad/Cargo.toml index c8b9a91dd9..ab31f02066 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.0" +version = "0.3.1" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -47,8 +47,8 @@ ratatui = { version = "0.26.0", features = ["serde", "macros", "unstable-widget- serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107" signal-hook = "0.3.17" -sn-node-manager = { version = "0.9.0", path = "../sn_node_manager" } -sn_peers_acquisition = { version = "0.3.0", path = "../sn_peers_acquisition", features = ["network-contacts"]} +sn-node-manager = { version = "0.9.1", path = "../sn_node_manager" } +sn_peers_acquisition = { version = "0.3.1", path = "../sn_peers_acquisition", features = ["network-contacts"]} sn-releases = "~0.2.6" sn_service_management = { version = "0.3.2", path = "../sn_service_management" } strip-ansi-escapes = "0.2.0" diff --git a/sn_auditor/CHANGELOG.md b/sn_auditor/CHANGELOG.md index 1350d9a8cf..da9a29900c 100644 --- a/sn_auditor/CHANGELOG.md +++ b/sn_auditor/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.19](https://github.com/joshuef/safe_network/compare/sn_auditor-v0.1.18...sn_auditor-v0.1.19) - 2024-06-03 + +### Other +- bump versions to enable re-release with env vars at compilation + ## [0.1.18](https://github.com/joshuef/safe_network/compare/sn_auditor-v0.1.17...sn_auditor-v0.1.18) - 2024-06-03 ### Added diff --git a/sn_auditor/Cargo.toml b/sn_auditor/Cargo.toml index 227891b895..6ac1731ecc 100644 --- a/sn_auditor/Cargo.toml +++ b/sn_auditor/Cargo.toml @@ -2,7 +2,7 @@ authors = ["MaidSafe Developers "] description = "Safe Network Auditor" name = "sn_auditor" -version = "0.1.18" +version = "0.1.19" edition = "2021" homepage = "https://maidsafe.net" repository = "https://github.com/maidsafe/safe_network" @@ -29,9 +29,9 @@ dirs-next = "~2.0.0" graphviz-rust = { version = "0.9.0", optional = true } serde = { version = "1.0.133", features = ["derive", "rc"] } serde_json = "1.0.108" -sn_client = { path = "../sn_client", version = "0.107.1" } +sn_client = { path = "../sn_client", version = "0.107.2" } sn_logging = { path = "../sn_logging", version = "0.2.27" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.0" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.1" } tiny_http = { version = "0.12", features = ["ssl-rustls"] } tracing = { version = "~0.1.26" } tokio = { version = "1.32.0", features = [ diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index 9e36b111f9..91ec3e3942 100644 --- a/sn_cli/CHANGELOG.md +++ b/sn_cli/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.93.1](https://github.com/joshuef/safe_network/compare/sn_cli-v0.93.0...sn_cli-v0.93.1) - 2024-06-03 + +### Other +- bump versions to enable re-release with env vars at compilation + ## [0.93.0](https://github.com/joshuef/safe_network/compare/sn_cli-v0.92.0...sn_cli-v0.93.0) - 2024-06-03 ### Added diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index 427151313d..dfd1def90d 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.0" +version = "0.93.1" [[bin]] path = "src/bin/main.rs" @@ -58,9 +58,9 @@ 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.7" } -sn_client = { path = "../sn_client", version = "0.107.1" } +sn_client = { path = "../sn_client", version = "0.107.2" } sn_logging = { path = "../sn_logging", version = "0.2.27" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.0" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.1" } sn_protocol = { path = "../sn_protocol", version = "0.17.1" } tempfile = "3.6.0" tiny-keccak = "~2.0.2" @@ -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.1", features = [ +sn_client = { path = "../sn_client", version = "0.107.2", features = [ "test-utils", ] } diff --git a/sn_client/CHANGELOG.md b/sn_client/CHANGELOG.md index 6beeba79d0..cb36f8d547 100644 --- a/sn_client/CHANGELOG.md +++ b/sn_client/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.107.2](https://github.com/joshuef/safe_network/compare/sn_client-v0.107.1...sn_client-v0.107.2) - 2024-06-03 + +### Other +- bump versions to enable re-release with env vars at compilation + ## [0.107.0](https://github.com/joshuef/safe_network/compare/sn_client-v0.106.3...sn_client-v0.107.0) - 2024-06-03 ### Added diff --git a/sn_client/Cargo.toml b/sn_client/Cargo.toml index 404a5752ac..ec90edb7e4 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.1" +version = "0.107.2" [features] default = [] @@ -49,7 +49,7 @@ 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.0" } +sn_networking = { path = "../sn_networking", version = "0.16.1" } sn_protocol = { path = "../sn_protocol", version = "0.17.1" } serde_json = "1.0" sn_registers = { path = "../sn_registers", version = "0.3.13" } @@ -59,7 +59,7 @@ thiserror = "1.0.23" tiny-keccak = "~2.0.2" tracing = { version = "~0.1.26" } xor_name = "5.0.0" -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.0", optional = true } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.1", optional = true } eyre = { version = "0.6.8", optional = true } lazy_static = { version = "~1.4.0", optional = true } @@ -85,7 +85,7 @@ crate-type = ["cdylib", "rlib"] getrandom = { version = "0.2.12", features = ["js"] } wasm-bindgen = "0.2.90" wasm-bindgen-futures = "0.4.40" -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.0" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.1" } console_error_panic_hook = "0.1.6" tracing-wasm = "0.2.1" wasmtimer = "0.2.0" diff --git a/sn_faucet/Cargo.toml b/sn_faucet/Cargo.toml index 8662ce40c4..2b823393de 100644 --- a/sn_faucet/Cargo.toml +++ b/sn_faucet/Cargo.toml @@ -38,10 +38,10 @@ 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.7" } -sn_cli = { path = "../sn_cli", version = "0.93.0" } -sn_client = { path = "../sn_client", version = "0.107.1" } +sn_cli = { path = "../sn_cli", version = "0.93.1" } +sn_client = { path = "../sn_client", version = "0.107.2" } sn_logging = { path = "../sn_logging", version = "0.2.27" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.0" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.1" } sn_protocol = { path = "../sn_protocol", version = "0.17.1" } sn_transfers = { path = "../sn_transfers", version = "0.18.3" } tokio = { version = "1.32.0", features = ["parking_lot", "rt"] } diff --git a/sn_networking/CHANGELOG.md b/sn_networking/CHANGELOG.md index cec658862d..b6ede582a9 100644 --- a/sn_networking/CHANGELOG.md +++ b/sn_networking/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.16.1](https://github.com/joshuef/safe_network/compare/sn_networking-v0.16.0...sn_networking-v0.16.1) - 2024-06-03 + +### Other +- bump versions to enable re-release with env vars at compilation + ## [0.16.0](https://github.com/joshuef/safe_network/compare/sn_networking-v0.15.3...sn_networking-v0.16.0) - 2024-06-03 ### Added diff --git a/sn_networking/Cargo.toml b/sn_networking/Cargo.toml index a228bb3da4..010db61b8e 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.0" +version = "0.16.1" [features] default = ["libp2p/quic"] diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index 1af37b9963..4f56a87111 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -5,6 +5,11 @@ 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.107.1](https://github.com/joshuef/safe_network/compare/sn_node-v0.107.0...sn_node-v0.107.1) - 2024-06-03 + +### Other +- bump versions to enable re-release with env vars at compilation + ## [0.107.0](https://github.com/joshuef/safe_network/compare/sn_node-v0.106.5...sn_node-v0.107.0) - 2024-06-03 ### Added diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index 7beeb29fb0..825a434f10 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.107.0" +version = "0.107.1" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -52,10 +52,10 @@ rayon = "1.8.0" self_encryption = "~0.29.0" serde = { version = "1.0.133", features = ["derive", "rc"] } sn_build_info = { path = "../sn_build_info", version = "0.1.7" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.0" } -sn_client = { path = "../sn_client", version = "0.107.1" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.1" } +sn_client = { path = "../sn_client", version = "0.107.2" } sn_logging = { path = "../sn_logging", version = "0.2.27" } -sn_networking = { path = "../sn_networking", version = "0.16.0" } +sn_networking = { path = "../sn_networking", version = "0.16.1" } sn_protocol = { path = "../sn_protocol", version = "0.17.1" } sn_registers = { path = "../sn_registers", version = "0.3.13" } sn_transfers = { path = "../sn_transfers", version = "0.18.3" } diff --git a/sn_node_manager/CHANGELOG.md b/sn_node_manager/CHANGELOG.md index 493b4cf40e..9eda2afd18 100644 --- a/sn_node_manager/CHANGELOG.md +++ b/sn_node_manager/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.1](https://github.com/joshuef/safe_network/compare/sn-node-manager-v0.9.0...sn-node-manager-v0.9.1) - 2024-06-03 + +### Other +- bump versions to enable re-release with env vars at compilation + ## [0.9.0](https://github.com/joshuef/safe_network/compare/sn-node-manager-v0.8.0...sn-node-manager-v0.9.0) - 2024-06-03 ### Added diff --git a/sn_node_manager/Cargo.toml b/sn_node_manager/Cargo.toml index 4507012b7b..486c41fea3 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.0" +version = "0.9.1" [[bin]] name = "safenode-manager" @@ -43,7 +43,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" service-manager = "0.7.0" sn_logging = { path = "../sn_logging", version = "0.2.27" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.0" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.1" } sn_protocol = { path = "../sn_protocol", version = "0.17.1" } sn_service_management = { path = "../sn_service_management", version = "0.3.2" } sn-releases = "0.2.6" diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index 7aa36d7ec7..dde486467e 100644 --- a/sn_node_rpc_client/Cargo.toml +++ b/sn_node_rpc_client/Cargo.toml @@ -23,10 +23,10 @@ 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.1" } +sn_client = { path = "../sn_client", version = "0.107.2" } sn_logging = { path = "../sn_logging", version = "0.2.27" } -sn_node = { path = "../sn_node", version = "0.107.0" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.0" } +sn_node = { path = "../sn_node", version = "0.107.1" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.1" } sn_protocol = { path = "../sn_protocol", version = "0.17.1", features=["rpc"] } sn_service_management = { path = "../sn_service_management", version = "0.3.2" } sn_transfers = { path = "../sn_transfers", version = "0.18.3" } diff --git a/sn_peers_acquisition/CHANGELOG.md b/sn_peers_acquisition/CHANGELOG.md index 46730abad6..6b5093af8a 100644 --- a/sn_peers_acquisition/CHANGELOG.md +++ b/sn_peers_acquisition/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1](https://github.com/joshuef/safe_network/compare/sn_peers_acquisition-v0.3.0...sn_peers_acquisition-v0.3.1) - 2024-06-03 + +### Other +- updated the following local packages: sn_networking + ## [0.3.0](https://github.com/joshuef/safe_network/compare/sn_peers_acquisition-v0.2.12...sn_peers_acquisition-v0.3.0) - 2024-06-03 ### Added diff --git a/sn_peers_acquisition/Cargo.toml b/sn_peers_acquisition/Cargo.toml index a352b1fa67..be2576ae9f 100644 --- a/sn_peers_acquisition/Cargo.toml +++ b/sn_peers_acquisition/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_peers_acquisition" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.3.0" +version = "0.3.1" [features] local-discovery = [] @@ -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.0" } +sn_networking = { path = "../sn_networking", version = "0.16.1" } thiserror = "1.0.23" tokio = { version = "1.32.0", optional = true, default-features = false} tracing = { version = "~0.1.26" }