From 37a51350bab7a2df71d572c6878171c614fde710 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 23 Oct 2023 07:00:17 +0000 Subject: [PATCH] chore(release): sn_cli-v0.84.9/sn_node-v0.95.4/sn_testnet-v0.2.224 --- Cargo.lock | 6 +++--- sn_cli/CHANGELOG.md | 5 +++++ sn_cli/Cargo.toml | 2 +- sn_node/CHANGELOG.md | 5 +++++ sn_node/Cargo.toml | 2 +- sn_testnet/CHANGELOG.md | 5 +++++ sn_testnet/Cargo.toml | 2 +- 7 files changed, 21 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 80b9bbf8d5..4997366b8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4301,7 +4301,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.84.8" +version = "0.84.9" dependencies = [ "bincode", "blsttc", @@ -4413,7 +4413,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.95.3" +version = "0.95.4" dependencies = [ "assert_fs", "async-trait", @@ -4519,7 +4519,7 @@ dependencies = [ [[package]] name = "sn_testnet" -version = "0.2.223" +version = "0.2.224" dependencies = [ "assert_fs", "clap 3.2.25", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index bcab6f6de7..cbb7eff480 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.9](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.84.8...sn_cli-v0.84.9) - 2023-10-23 + +### Other +- update dependencies + ## [0.84.8](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.84.7...sn_cli-v0.84.8) - 2023-10-22 ### Other diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index 6b37ce57bd..83716869af 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.8" +version = "0.84.9" [[bin]] path="src/main.rs" diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index 4dba453995..874b39cf88 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -1786,6 +1786,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - *(node)* increase replication frequency +## [0.95.4](https://github.com/maidsafe/safe_network/compare/sn_node-v0.95.3...sn_node-v0.95.4) - 2023-10-23 + +### Fixed +- *(node)* use tokio::Interval to trigger forced replication + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index 009ac97b77..3987e7fde8 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.3" +version = "0.95.4" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" diff --git a/sn_testnet/CHANGELOG.md b/sn_testnet/CHANGELOG.md index 2022a00248..cfab40b73f 100644 --- a/sn_testnet/CHANGELOG.md +++ b/sn_testnet/CHANGELOG.md @@ -1640,6 +1640,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.2.224](https://github.com/maidsafe/safe_network/compare/sn_testnet-v0.2.223...sn_testnet-v0.2.224) - 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 3fbb111924..2de1260d09 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.223" +version = "0.2.224" [features] # required to pass on flag to node builds