From 6ce695a4a25a5706d5db3a8604a48c0ad3d73124 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 8 Nov 2023 13:10:28 +0000 Subject: [PATCH] chore(release): sn_cli-v0.85.5/sn_networking-v0.9.29/sn_faucet-v0.1.6/sn_node-v0.97.5/sn_node_rpc_client-v0.1.6/sn_testnet-v0.2.268/sn_client-v0.96.3 --- Cargo.lock | 14 +++++++------- sn_cli/CHANGELOG.md | 5 +++++ sn_cli/Cargo.toml | 4 ++-- sn_client/CHANGELOG.md | 5 +++++ sn_client/Cargo.toml | 4 ++-- sn_faucet/CHANGELOG.md | 5 +++++ sn_faucet/Cargo.toml | 4 ++-- sn_networking/CHANGELOG.md | 5 +++++ sn_networking/Cargo.toml | 2 +- sn_node/CHANGELOG.md | 5 +++++ sn_node/Cargo.toml | 6 +++--- sn_node_rpc_client/CHANGELOG.md | 5 +++++ sn_node_rpc_client/Cargo.toml | 6 +++--- sn_testnet/CHANGELOG.md | 5 +++++ sn_testnet/Cargo.toml | 2 +- 15 files changed, 56 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a9d2ba8174..a154055fff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4530,7 +4530,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.85.4" +version = "0.85.5" dependencies = [ "bincode", "blsttc", @@ -4564,7 +4564,7 @@ dependencies = [ [[package]] name = "sn_client" -version = "0.96.2" +version = "0.96.3" dependencies = [ "async-trait", "bincode", @@ -4597,7 +4597,7 @@ dependencies = [ [[package]] name = "sn_faucet" -version = "0.1.5" +version = "0.1.6" dependencies = [ "blsttc", "clap 4.4.7", @@ -4638,7 +4638,7 @@ dependencies = [ [[package]] name = "sn_networking" -version = "0.9.28" +version = "0.9.29" dependencies = [ "async-trait", "blsttc", @@ -4667,7 +4667,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.97.4" +version = "0.97.5" dependencies = [ "assert_fs", "async-trait", @@ -4720,7 +4720,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.1.5" +version = "0.1.6" dependencies = [ "assert_fs", "blsttc", @@ -4798,7 +4798,7 @@ dependencies = [ [[package]] name = "sn_testnet" -version = "0.2.267" +version = "0.2.268" dependencies = [ "assert_fs", "clap 3.2.25", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index 3b762548c6..254bada7d2 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.85.5](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.85.4...sn_cli-v0.85.5) - 2023-11-08 + +### Other +- update dependencies + ## [0.85.4](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.85.3...sn_cli-v0.85.4) - 2023-11-08 ### Fixed diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index ce42ed8836..0b277a8310 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.85.4" +version = "0.85.5" [[bin]] path="src/main.rs" @@ -40,7 +40,7 @@ libp2p = { version="0.53", features = ["identify", "kad"] } rayon = "1.8.0" reqwest = { version="0.11.18", default-features=false, features = ["rustls"] } sn_build_info = { path="../sn_build_info", version = "0.1.2" } -sn_client = { path = "../sn_client", version = "0.96.2" } +sn_client = { path = "../sn_client", version = "0.96.3" } sn_transfers = { path = "../sn_transfers", version = "0.14.11" } sn_logging = { path = "../sn_logging", version = "0.2.14" } sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.1.9" } diff --git a/sn_client/CHANGELOG.md b/sn_client/CHANGELOG.md index 6a62367a7d..315f8e9342 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.96.3](https://github.com/maidsafe/safe_network/compare/sn_client-v0.96.2...sn_client-v0.96.3) - 2023-11-08 + +### Other +- updated the following local packages: sn_networking + ## [0.96.2](https://github.com/maidsafe/safe_network/compare/sn_client-v0.96.1...sn_client-v0.96.2) - 2023-11-08 ### Added diff --git a/sn_client/Cargo.toml b/sn_client/Cargo.toml index 1499a9211f..3bb82b70dd 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.96.2" +version = "0.96.3" [features] default=[] @@ -31,7 +31,7 @@ rand = { version = "~0.8.5", features = ["small_rng"] } rayon = "1.8.0" self_encryption = "~0.28.5" serde = { version = "1.0.133", features = [ "derive", "rc" ]} -sn_networking = { path = "../sn_networking", version = "0.9.28" } +sn_networking = { path = "../sn_networking", version = "0.9.29" } sn_protocol = { path = "../sn_protocol", version = "0.8.18" } sn_registers = { path = "../sn_registers", version = "0.3.3" } sn_transfers = { path = "../sn_transfers", version = "0.14.11" } diff --git a/sn_faucet/CHANGELOG.md b/sn_faucet/CHANGELOG.md index afaf0e1e45..a00b4a527a 100644 --- a/sn_faucet/CHANGELOG.md +++ b/sn_faucet/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.6](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.1.5...sn_faucet-v0.1.6) - 2023-11-08 + +### Other +- update dependencies + ## [0.1.5](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.1.4...sn_faucet-v0.1.5) - 2023-11-08 ### Other diff --git a/sn_faucet/Cargo.toml b/sn_faucet/Cargo.toml index c16b5bcd1c..3e732079c6 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.1.5" +version = "0.1.6" [[bin]] path="src/main.rs" @@ -19,7 +19,7 @@ bls = { package = "blsttc", version = "8.0.1" } clap = { version = "4.2.1", features = ["derive"] } color-eyre = "0.6.2" dirs-next = "~2.0.0" -sn_client = { path = "../sn_client", version = "0.96.2" } +sn_client = { path = "../sn_client", version = "0.96.3" } sn_logging = { path = "../sn_logging", version = "0.2.14" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.1.8" } sn_transfers = { path = "../sn_transfers", version = "0.14.11" } diff --git a/sn_networking/CHANGELOG.md b/sn_networking/CHANGELOG.md index 2b320fe2b4..6e22ff0686 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.9.29](https://github.com/maidsafe/safe_network/compare/sn_networking-v0.9.28...sn_networking-v0.9.29) - 2023-11-08 + +### Other +- *(networking)* use internal libp2p method + ## [0.9.28](https://github.com/maidsafe/safe_network/compare/sn_networking-v0.9.27...sn_networking-v0.9.28) - 2023-11-08 ### Added diff --git a/sn_networking/Cargo.toml b/sn_networking/Cargo.toml index c919e94de1..fdb6bb96b8 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.9.28" +version = "0.9.29" [features] default=[] diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index c491a0ca6e..d28c72e268 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -2065,6 +2065,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.97.5](https://github.com/maidsafe/safe_network/compare/sn_node-v0.97.4...sn_node-v0.97.5) - 2023-11-08 + +### Other +- update dependencies + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index 35a7ae998f..e293129cae 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.97.4" +version = "0.97.5" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -52,9 +52,9 @@ self_encryption = "~0.28.5" serde = { version = "1.0.133", features = [ "derive", "rc" ]} sn_build_info = { path="../sn_build_info", version = "0.1.2" } sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.1.9" } -sn_client = { path = "../sn_client", version = "0.96.2" } +sn_client = { path = "../sn_client", version = "0.96.3" } sn_logging = { path = "../sn_logging", version = "0.2.14" } -sn_networking = { path = "../sn_networking", version = "0.9.28" } +sn_networking = { path = "../sn_networking", version = "0.9.29" } sn_protocol = { path = "../sn_protocol", version = "0.8.18" } sn_registers = { path = "../sn_registers", version = "0.3.3" } sn_transfers = { path = "../sn_transfers", version = "0.14.11" } diff --git a/sn_node_rpc_client/CHANGELOG.md b/sn_node_rpc_client/CHANGELOG.md index ab1556145b..045eda5207 100644 --- a/sn_node_rpc_client/CHANGELOG.md +++ b/sn_node_rpc_client/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.6](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.1.5...sn_node_rpc_client-v0.1.6) - 2023-11-08 + +### Other +- update dependencies + ## [0.1.5](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.1.4...sn_node_rpc_client-v0.1.5) - 2023-11-08 ### Other diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index c373ccf990..c771b06173 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.1.5" +version = "0.1.6" [[bin]] path="src/main.rs" @@ -21,9 +21,9 @@ clap = { version = "4.2.1", features = ["derive"] } color-eyre = "0.6.2" hex = "~0.4.3" libp2p = { version="0.52", features = ["kad"]} -sn_client = { path = "../sn_client", version = "0.96.2" } +sn_client = { path = "../sn_client", version = "0.96.3" } sn_logging = { path = "../sn_logging", version = "0.2.14" } -sn_node = { path = "../sn_node", version = "0.97.4" } +sn_node = { path = "../sn_node", version = "0.97.5" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.1.8" } sn_protocol = { path = "../sn_protocol", version = "0.8.18" } sn_transfers = { path = "../sn_transfers", version = "0.14.11" } diff --git a/sn_testnet/CHANGELOG.md b/sn_testnet/CHANGELOG.md index bcab53a870..fb3ae93030 100644 --- a/sn_testnet/CHANGELOG.md +++ b/sn_testnet/CHANGELOG.md @@ -1860,6 +1860,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.2.268](https://github.com/maidsafe/safe_network/compare/sn_testnet-v0.2.267...sn_testnet-v0.2.268) - 2023-11-08 + +### Other +- update dependencies + ## v0.1.0 (2023-03-16) diff --git a/sn_testnet/Cargo.toml b/sn_testnet/Cargo.toml index 398c0c6cb5..d1fa4dd1ab 100644 --- a/sn_testnet/Cargo.toml +++ b/sn_testnet/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_testnet" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.2.267" +version = "0.2.268" [features] # required to pass on flag to node builds