From 7ebf0880fcbc5b6a37fcc0294ee6e480b35244f4 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 31 Oct 2023 16:16:49 +0000 Subject: [PATCH] chore(release): sn_cli-v0.84.35/sn_node-v0.96.20/sn_testnet-v0.2.248 --- Cargo.lock | 6 +++--- sn_cli/CHANGELOG.md | 5 +++++ sn_cli/Cargo.toml | 2 +- sn_node/CHANGELOG.md | 8 ++++++++ sn_node/Cargo.toml | 2 +- sn_testnet/CHANGELOG.md | 5 +++++ sn_testnet/Cargo.toml | 2 +- 7 files changed, 24 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88772f4c87..6b76d12cb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4295,7 +4295,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.84.34" +version = "0.84.35" dependencies = [ "bincode", "blsttc", @@ -4414,7 +4414,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.96.19" +version = "0.96.20" dependencies = [ "assert_fs", "async-trait", @@ -4520,7 +4520,7 @@ dependencies = [ [[package]] name = "sn_testnet" -version = "0.2.247" +version = "0.2.248" dependencies = [ "assert_fs", "clap 3.2.25", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index 057c08fbaa..5bdac060d1 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.35](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.84.34...sn_cli-v0.84.35) - 2023-10-31 + +### Other +- update dependencies + ## [0.84.34](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.84.33...sn_cli-v0.84.34) - 2023-10-31 ### Other diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index 2438b0e820..03e85eddbc 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.34" +version = "0.84.35" [[bin]] path="src/main.rs" diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index ef9cd0fed2..a8bbe6df1b 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -1945,6 +1945,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.96.20](https://github.com/maidsafe/safe_network/compare/sn_node-v0.96.19...sn_node-v0.96.20) - 2023-10-31 + +### Added +- try to replicate paid record immediately + +### Fixed +- avoid access to the wallet files at the same time + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index b1637f79f0..426dec24ed 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.96.19" +version = "0.96.20" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" diff --git a/sn_testnet/CHANGELOG.md b/sn_testnet/CHANGELOG.md index 386df502b3..8eb3c1dab2 100644 --- a/sn_testnet/CHANGELOG.md +++ b/sn_testnet/CHANGELOG.md @@ -1760,6 +1760,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.2.248](https://github.com/maidsafe/safe_network/compare/sn_testnet-v0.2.247...sn_testnet-v0.2.248) - 2023-10-31 + +### Other +- update dependencies + ## v0.1.0 (2023-03-16) diff --git a/sn_testnet/Cargo.toml b/sn_testnet/Cargo.toml index 65ef477bd9..a549fbf6d4 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.247" +version = "0.2.248" [features] # required to pass on flag to node builds