From 9af8c7881e08099e98218660255bbb53205cf9fd Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 23 Nov 2023 15:12:26 +0000 Subject: [PATCH] chore(release): sn_cli-v0.86.19/sn_networking-v0.10.19/sn_faucet-v0.1.41/sn_node-v0.98.31/sn_node_rpc_client-v0.1.41/sn_client-v0.98.15 --- Cargo.lock | 12 ++++++------ 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 | 8 ++++++++ sn_node/Cargo.toml | 6 +++--- sn_node_rpc_client/CHANGELOG.md | 5 +++++ sn_node_rpc_client/Cargo.toml | 6 +++--- 13 files changed, 52 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e25c7f002b..9e598ced85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4530,7 +4530,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.86.18" +version = "0.86.19" dependencies = [ "bincode", "blsttc", @@ -4564,7 +4564,7 @@ dependencies = [ [[package]] name = "sn_client" -version = "0.98.14" +version = "0.98.15" dependencies = [ "async-trait", "bincode", @@ -4597,7 +4597,7 @@ dependencies = [ [[package]] name = "sn_faucet" -version = "0.1.40" +version = "0.1.41" dependencies = [ "blsttc", "clap 4.4.7", @@ -4638,7 +4638,7 @@ dependencies = [ [[package]] name = "sn_networking" -version = "0.10.18" +version = "0.10.19" dependencies = [ "async-trait", "blsttc", @@ -4667,7 +4667,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.98.30" +version = "0.98.31" dependencies = [ "assert_fs", "async-trait", @@ -4720,7 +4720,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.1.40" +version = "0.1.41" dependencies = [ "assert_fs", "blsttc", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index e2cb098215..9d060767ff 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.86.19](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.86.18...sn_cli-v0.86.19) - 2023-11-23 + +### Other +- update dependencies + ## [0.86.18](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.86.17...sn_cli-v0.86.18) - 2023-11-23 ### Other diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index 08402702b4..e640f09c75 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.86.18" +version = "0.86.19" [[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.98.14" } +sn_client = { path = "../sn_client", version = "0.98.15" } sn_transfers = { path = "../sn_transfers", version = "0.14.21" } sn_logging = { path = "../sn_logging", version = "0.2.15" } sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.1.10" } diff --git a/sn_client/CHANGELOG.md b/sn_client/CHANGELOG.md index 1ccf3fa4fb..46fff7c8ea 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.98.15](https://github.com/maidsafe/safe_network/compare/sn_client-v0.98.14...sn_client-v0.98.15) - 2023-11-23 + +### Other +- updated the following local packages: sn_networking + ## [0.98.14](https://github.com/maidsafe/safe_network/compare/sn_client-v0.98.13...sn_client-v0.98.14) - 2023-11-23 ### Other diff --git a/sn_client/Cargo.toml b/sn_client/Cargo.toml index a94caaeae3..3333a24665 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.98.14" +version = "0.98.15" [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.10.18" } +sn_networking = { path = "../sn_networking", version = "0.10.19" } sn_protocol = { path = "../sn_protocol", version = "0.8.29" } sn_registers = { path = "../sn_registers", version = "0.3.3" } sn_transfers = { path = "../sn_transfers", version = "0.14.21" } diff --git a/sn_faucet/CHANGELOG.md b/sn_faucet/CHANGELOG.md index c2e0ed47bb..50370bf58a 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.41](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.1.40...sn_faucet-v0.1.41) - 2023-11-23 + +### Other +- update dependencies + ## [0.1.40](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.1.39...sn_faucet-v0.1.40) - 2023-11-23 ### Other diff --git a/sn_faucet/Cargo.toml b/sn_faucet/Cargo.toml index 9960e7c089..9670d877ef 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.40" +version = "0.1.41" [[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.98.14" } +sn_client = { path = "../sn_client", version = "0.98.15" } sn_logging = { path = "../sn_logging", version = "0.2.15" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.1.10" } sn_transfers = { path = "../sn_transfers", version = "0.14.21" } diff --git a/sn_networking/CHANGELOG.md b/sn_networking/CHANGELOG.md index a57cbb890f..4cbc11d1a5 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.10.19](https://github.com/maidsafe/safe_network/compare/sn_networking-v0.10.18...sn_networking-v0.10.19) - 2023-11-23 + +### Added +- *(networking)* no floodsub publish + ## [0.10.18](https://github.com/maidsafe/safe_network/compare/sn_networking-v0.10.17...sn_networking-v0.10.18) - 2023-11-23 ### Other diff --git a/sn_networking/Cargo.toml b/sn_networking/Cargo.toml index 866ec8a51a..9ca29fa842 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.10.18" +version = "0.10.19" [features] default=[] diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index f3ebb6e0a5..08afcc8de1 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -2268,6 +2268,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - move derivation index random method to itself +## [0.98.31](https://github.com/maidsafe/safe_network/compare/sn_node-v0.98.30...sn_node-v0.98.31) - 2023-11-23 + +### Added +- *(networking)* no floodsub publish + +### Other +- *(node)* increase timeout on gossipsub msg tests + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index cc325b6d24..3a8e59b08c 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.98.30" +version = "0.98.31" 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.10" } -sn_client = { path = "../sn_client", version = "0.98.14" } +sn_client = { path = "../sn_client", version = "0.98.15" } sn_logging = { path = "../sn_logging", version = "0.2.15" } -sn_networking = { path = "../sn_networking", version = "0.10.18" } +sn_networking = { path = "../sn_networking", version = "0.10.19" } sn_protocol = { path = "../sn_protocol", version = "0.8.29" } sn_registers = { path = "../sn_registers", version = "0.3.3" } sn_transfers = { path = "../sn_transfers", version = "0.14.21" } diff --git a/sn_node_rpc_client/CHANGELOG.md b/sn_node_rpc_client/CHANGELOG.md index 9f24f9c207..e222273f47 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.41](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.1.40...sn_node_rpc_client-v0.1.41) - 2023-11-23 + +### Other +- update dependencies + ## [0.1.40](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.1.39...sn_node_rpc_client-v0.1.40) - 2023-11-23 ### Other diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index 8580bf7157..c7d54d74ef 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.40" +version = "0.1.41" [[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.98.14" } +sn_client = { path = "../sn_client", version = "0.98.15" } sn_logging = { path = "../sn_logging", version = "0.2.15" } -sn_node = { path = "../sn_node", version = "0.98.30" } +sn_node = { path = "../sn_node", version = "0.98.31" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.1.10" } sn_protocol = { path = "../sn_protocol", version = "0.8.29" } sn_transfers = { path = "../sn_transfers", version = "0.14.21" }