From 4de7abcf32928916597c961d5d9414505c8676c5 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 20 Sep 2023 20:08:14 +0000 Subject: [PATCH] chore(release): sn_cli-v0.81.63/sn_node-v0.90.32/sn_testnet-v0.2.153 --- 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 50b8e9033c..f6836e22d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4066,7 +4066,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.81.62" +version = "0.81.63" dependencies = [ "bincode", "blsttc", @@ -4193,7 +4193,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.90.31" +version = "0.90.32" dependencies = [ "assert_fs", "async-trait", @@ -4296,7 +4296,7 @@ dependencies = [ [[package]] name = "sn_testnet" -version = "0.2.152" +version = "0.2.153" dependencies = [ "assert_fs", "clap 3.2.25", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index 6bf349f900..f3730ba151 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.81.63](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.81.62...sn_cli-v0.81.63) - 2023-09-20 + +### Other +- update dependencies + ## [0.81.62](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.81.61...sn_cli-v0.81.62) - 2023-09-20 ### Other diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index 78eecd0bde..91bb9e6346 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.81.62" +version = "0.81.63" [[bin]] path="src/main.rs" diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index d46a25a6aa..17c733d453 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -1364,6 +1364,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - more iterations for verify reward update - *(release)* sn_cli-v0.81.61/sn_networking-v0.6.14/sn_client-v0.89.21 +## [0.90.32](https://github.com/maidsafe/safe_network/compare/sn_node-v0.90.31...sn_node-v0.90.32) - 2023-09-20 + +### Other +- update dependencies + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index 29dae7ebc5..53b310c45b 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.90.31" +version = "0.90.32" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" diff --git a/sn_testnet/CHANGELOG.md b/sn_testnet/CHANGELOG.md index 5ab5883b35..347681a9a6 100644 --- a/sn_testnet/CHANGELOG.md +++ b/sn_testnet/CHANGELOG.md @@ -1281,6 +1281,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.2.153](https://github.com/maidsafe/safe_network/compare/sn_testnet-v0.2.152...sn_testnet-v0.2.153) - 2023-09-20 + +### Other +- update dependencies + ## v0.1.0 (2023-03-16) diff --git a/sn_testnet/Cargo.toml b/sn_testnet/Cargo.toml index b2dad2fc1f..7b83b58574 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.152" +version = "0.2.153" [features] # required to pass on flag to node builds