From bbe326f17c387711a557a29db7ac6e62c935f6ad Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 20 Feb 2024 11:39:23 +0000 Subject: [PATCH] chore(release): sn_networking-v0.13.26/sn-node-manager-v0.3.6/sn_client-v0.104.23/sn_node-v0.104.31 --- Cargo.lock | 8 ++++---- sn_cli/Cargo.toml | 2 +- sn_client/CHANGELOG.md | 5 +++++ sn_client/Cargo.toml | 4 ++-- sn_faucet/Cargo.toml | 2 +- sn_networking/CHANGELOG.md | 5 +++++ sn_networking/Cargo.toml | 2 +- sn_node/CHANGELOG.md | 5 +++++ sn_node/Cargo.toml | 6 +++--- sn_node_manager/CHANGELOG.md | 5 +++++ sn_node_manager/Cargo.toml | 2 +- sn_node_rpc_client/Cargo.toml | 4 ++-- 12 files changed, 35 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 361e5fbcac..f6c02c790a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4921,7 +4921,7 @@ checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" [[package]] name = "sn-node-manager" -version = "0.3.5" +version = "0.3.6" dependencies = [ "assert_cmd", "assert_fs", @@ -5019,7 +5019,7 @@ dependencies = [ [[package]] name = "sn_client" -version = "0.104.22" +version = "0.104.23" dependencies = [ "async-trait", "backoff", @@ -5114,7 +5114,7 @@ dependencies = [ [[package]] name = "sn_networking" -version = "0.13.25" +version = "0.13.26" dependencies = [ "aes-gcm-siv", "async-trait", @@ -5152,7 +5152,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.104.30" +version = "0.104.31" dependencies = [ "assert_fs", "async-trait", diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index 4465255372..36f8b16e4d 100644 --- a/sn_cli/Cargo.toml +++ b/sn_cli/Cargo.toml @@ -44,7 +44,7 @@ reqwest = { version="0.11.18", default-features=false, features = ["rustls"] } rmp-serde = "1.1.1" serde = { version = "1.0.133", features = [ "derive"]} sn_build_info = { path="../sn_build_info", version = "0.1.5" } -sn_client = { path = "../sn_client", version = "0.104.22" } +sn_client = { path = "../sn_client", version = "0.104.23" } sn_transfers = { path = "../sn_transfers", version = "0.15.8" } sn_registers = { path = "../sn_registers", version = "0.3.10" } sn_logging = { path = "../sn_logging", version = "0.2.21" } diff --git a/sn_client/CHANGELOG.md b/sn_client/CHANGELOG.md index fb19ea7ddc..b0599391bc 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.104.23](https://github.com/maidsafe/safe_network/compare/sn_client-v0.104.22...sn_client-v0.104.23) - 2024-02-20 + +### Other +- updated the following local packages: sn_networking + ## [0.104.22](https://github.com/maidsafe/safe_network/compare/sn_client-v0.104.21...sn_client-v0.104.22) - 2024-02-20 ### Added diff --git a/sn_client/Cargo.toml b/sn_client/Cargo.toml index 48c40a10d8..61c3402dac 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.104.22" +version = "0.104.23" [features] default=[] @@ -35,7 +35,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.13.25" } +sn_networking = { path = "../sn_networking", version = "0.13.26" } sn_protocol = { path = "../sn_protocol", version = "0.14.5" } sn_registers = { path = "../sn_registers", version = "0.3.10" } sn_transfers = { path = "../sn_transfers", version = "0.15.8" } diff --git a/sn_faucet/Cargo.toml b/sn_faucet/Cargo.toml index 44c24754f9..a8052943a7 100644 --- a/sn_faucet/Cargo.toml +++ b/sn_faucet/Cargo.toml @@ -33,7 +33,7 @@ rmp-serde = "1.1.2" serde = { version = "1.0.193", features = ["derive"] } serde_bytes = { version = "0.11.12", optional = true } serde_json = "1.0.108" -sn_client = { path = "../sn_client", version = "0.104.22" } +sn_client = { path = "../sn_client", version = "0.104.23" } sn_logging = { path = "../sn_logging", version = "0.2.21" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.6" } sn_transfers = { path = "../sn_transfers", version = "0.15.8" } diff --git a/sn_networking/CHANGELOG.md b/sn_networking/CHANGELOG.md index a2f5aaece9..c604d8baf3 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.13.26](https://github.com/maidsafe/safe_network/compare/sn_networking-v0.13.25...sn_networking-v0.13.26) - 2024-02-20 + +### Added +- *(node)* fetch new data copy immediately + ## [0.13.25](https://github.com/maidsafe/safe_network/compare/sn_networking-v0.13.24...sn_networking-v0.13.25) - 2024-02-20 ### Added diff --git a/sn_networking/Cargo.toml b/sn_networking/Cargo.toml index bc1653adc5..efb723cb85 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.13.25" +version = "0.13.26" [features] default = ["libp2p/quic"] diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index 34306d6e31..ce38273c7a 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.104.31](https://github.com/maidsafe/safe_network/compare/sn_node-v0.104.30...sn_node-v0.104.31) - 2024-02-20 + +### Other +- updated the following local packages: sn_networking + ## [0.104.30](https://github.com/maidsafe/safe_network/compare/sn_node-v0.104.29...sn_node-v0.104.30) - 2024-02-20 ### Other diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index b92986c844..8a89230b81 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.104.30" +version = "0.104.31" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -52,9 +52,9 @@ self_encryption = "~0.29.0" serde = { version = "1.0.133", features = [ "derive", "rc" ]} sn_build_info = { path="../sn_build_info", version = "0.1.5" } sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.2.6" } -sn_client = { path = "../sn_client", version = "0.104.22" } +sn_client = { path = "../sn_client", version = "0.104.23" } sn_logging = { path = "../sn_logging", version = "0.2.21" } -sn_networking = { path = "../sn_networking", version = "0.13.25" } +sn_networking = { path = "../sn_networking", version = "0.13.26" } sn_protocol = { path = "../sn_protocol", version = "0.14.5", features = ["rpc"]} sn_registers = { path = "../sn_registers", version = "0.3.10" } sn_transfers = { path = "../sn_transfers", version = "0.15.8" } diff --git a/sn_node_manager/CHANGELOG.md b/sn_node_manager/CHANGELOG.md index 51e2f1e730..a35be7f9b9 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.3.6](https://github.com/maidsafe/safe_network/compare/sn-node-manager-v0.3.5...sn-node-manager-v0.3.6) - 2024-02-20 + +### Other +- *(release)* sn_cli-v0.89.75/sn_client-v0.104.22/sn_networking-v0.13.25/sn_transfers-v0.15.8/sn_protocol-v0.14.5/sn_faucet-v0.3.74/sn_node-v0.104.30/sn_node_rpc_client-v0.4.61 + ## [0.3.5](https://github.com/maidsafe/safe_network/compare/sn-node-manager-v0.3.4...sn-node-manager-v0.3.5) - 2024-02-20 ### Other diff --git a/sn_node_manager/Cargo.toml b/sn_node_manager/Cargo.toml index 4c5360e98a..308a25e674 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.3.5" +version = "0.3.6" [[bin]] path="src/main.rs" diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index 444c388701..cdfe007b74 100644 --- a/sn_node_rpc_client/Cargo.toml +++ b/sn_node_rpc_client/Cargo.toml @@ -23,9 +23,9 @@ 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.104.22" } +sn_client = { path = "../sn_client", version = "0.104.23" } sn_logging = { path = "../sn_logging", version = "0.2.21" } -sn_node = { path = "../sn_node", version = "0.104.30" } +sn_node = { path = "../sn_node", version = "0.104.31" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.6" } sn_protocol = { path = "../sn_protocol", version = "0.14.5", features=["rpc"] } sn_transfers = { path = "../sn_transfers", version = "0.15.8" }