From c94e122e381d6484af5a43d84b82a47054bce34a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 23 Oct 2023 12:50:02 +0000 Subject: [PATCH] chore(release): sn_cli-v0.84.12/sn_networking-v0.8.42/sn_node-v0.95.7/sn_testnet-v0.2.227/sn_client-v0.94.8 --- Cargo.lock | 10 +++++----- sn_cli/CHANGELOG.md | 5 +++++ sn_cli/Cargo.toml | 4 ++-- sn_client/CHANGELOG.md | 5 +++++ sn_client/Cargo.toml | 4 ++-- sn_networking/CHANGELOG.md | 5 +++++ sn_networking/Cargo.toml | 2 +- sn_node/CHANGELOG.md | 5 +++++ sn_node/Cargo.toml | 6 +++--- sn_testnet/CHANGELOG.md | 5 +++++ sn_testnet/Cargo.toml | 2 +- 11 files changed, 39 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c86a98ad19..65a07207f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4301,7 +4301,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.84.11" +version = "0.84.12" dependencies = [ "bincode", "blsttc", @@ -4333,7 +4333,7 @@ dependencies = [ [[package]] name = "sn_client" -version = "0.94.7" +version = "0.94.8" dependencies = [ "async-trait", "bincode", @@ -4386,7 +4386,7 @@ dependencies = [ [[package]] name = "sn_networking" -version = "0.8.41" +version = "0.8.42" dependencies = [ "async-trait", "blsttc", @@ -4415,7 +4415,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.95.6" +version = "0.95.7" dependencies = [ "assert_fs", "async-trait", @@ -4521,7 +4521,7 @@ dependencies = [ [[package]] name = "sn_testnet" -version = "0.2.226" +version = "0.2.227" dependencies = [ "assert_fs", "clap 3.2.25", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index f2fc5d401f..ae5e958a94 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.84.12](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.84.11...sn_cli-v0.84.12) - 2023-10-23 + +### Other +- update dependencies + ## [0.84.11](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.84.10...sn_cli-v0.84.11) - 2023-10-23 ### Fixed diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index 86ef2216be..8b768d7fd0 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.84.11" +version = "0.84.12" [[bin]] path="src/main.rs" @@ -39,7 +39,7 @@ indicatif = { version = "0.17.5", features = ["tokio"] } libp2p = { version="0.52", features = ["identify", "kad"] } 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.94.7" } +sn_client = { path = "../sn_client", version = "0.94.8" } sn_transfers = { path = "../sn_transfers", version = "0.14.3" } sn_logging = { path = "../sn_logging", version = "0.2.12" } sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.1.7" } diff --git a/sn_client/CHANGELOG.md b/sn_client/CHANGELOG.md index 0ece50f56a..00e1adfc88 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.94.8](https://github.com/maidsafe/safe_network/compare/sn_client-v0.94.7...sn_client-v0.94.8) - 2023-10-23 + +### Other +- updated the following local packages: sn_networking + ## [0.94.7](https://github.com/maidsafe/safe_network/compare/sn_client-v0.94.6...sn_client-v0.94.7) - 2023-10-23 ### Other diff --git a/sn_client/Cargo.toml b/sn_client/Cargo.toml index 10c79a64d9..29330caa9e 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.94.7" +version = "0.94.8" [features] default=[] @@ -31,7 +31,7 @@ rand = { version = "~0.8.5", features = ["small_rng"] } rayon = "1.7.0" self_encryption = "~0.28.5" serde = { version = "1.0.133", features = [ "derive", "rc" ]} -sn_networking = { path = "../sn_networking", version = "0.8.41" } +sn_networking = { path = "../sn_networking", version = "0.8.42" } sn_protocol = { path = "../sn_protocol", version = "0.7.28" } sn_registers = { path = "../sn_registers", version = "0.3.2" } sn_transfers = { path = "../sn_transfers", version = "0.14.3" } diff --git a/sn_networking/CHANGELOG.md b/sn_networking/CHANGELOG.md index 3265e78c41..e411d4ed51 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.8.42](https://github.com/maidsafe/safe_network/compare/sn_networking-v0.8.41...sn_networking-v0.8.42) - 2023-10-23 + +### Other +- *(networking)* remove unused content hash + ## [0.8.41](https://github.com/maidsafe/safe_network/compare/sn_networking-v0.8.40...sn_networking-v0.8.41) - 2023-10-23 ### Other diff --git a/sn_networking/Cargo.toml b/sn_networking/Cargo.toml index 97ac700450..416cc71b1b 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.8.41" +version = "0.8.42" [features] default=[] diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index 5a11427ed7..1b2a7452ce 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -1802,6 +1802,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.95.7](https://github.com/maidsafe/safe_network/compare/sn_node-v0.95.6...sn_node-v0.95.7) - 2023-10-23 + +### Other +- update dependencies + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index 2b2761fbc6..cb8b8dd0c7 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.95.6" +version = "0.95.7" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -56,9 +56,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.7" } -sn_client = { path = "../sn_client", version = "0.94.7" } +sn_client = { path = "../sn_client", version = "0.94.8" } sn_logging = { path = "../sn_logging", version = "0.2.12" } -sn_networking = { path = "../sn_networking", version = "0.8.41" } +sn_networking = { path = "../sn_networking", version = "0.8.42" } sn_protocol = { path = "../sn_protocol", version = "0.7.28" } sn_registers = { path = "../sn_registers", version = "0.3.2" } sn_transfers = { path = "../sn_transfers", version = "0.14.3" } diff --git a/sn_testnet/CHANGELOG.md b/sn_testnet/CHANGELOG.md index 01ba530116..5379f48c60 100644 --- a/sn_testnet/CHANGELOG.md +++ b/sn_testnet/CHANGELOG.md @@ -1655,6 +1655,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.2.227](https://github.com/maidsafe/safe_network/compare/sn_testnet-v0.2.226...sn_testnet-v0.2.227) - 2023-10-23 + +### Other +- update dependencies + ## v0.1.0 (2023-03-16) diff --git a/sn_testnet/Cargo.toml b/sn_testnet/Cargo.toml index 553e2ca46a..a4364cc8bb 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.226" +version = "0.2.227" [features] # required to pass on flag to node builds