From 46bfcca0031b2837a0a8a6d7672ee8b101934325 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 3 Oct 2023 13:11:17 +0000 Subject: [PATCH] chore(release): sn_cli-v0.83.17/sn_node-v0.91.16/sn_testnet-v0.2.179 --- 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 5c74f6d6e0..b9ca9816bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4246,7 +4246,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.83.16" +version = "0.83.17" dependencies = [ "bincode", "blsttc", @@ -4355,7 +4355,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.91.15" +version = "0.91.16" dependencies = [ "assert_fs", "async-trait", @@ -4460,7 +4460,7 @@ dependencies = [ [[package]] name = "sn_testnet" -version = "0.2.178" +version = "0.2.179" dependencies = [ "assert_fs", "clap 3.2.25", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index cb286460f2..c6560f7405 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.83.17](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.83.16...sn_cli-v0.83.17) - 2023-10-03 + +### Other +- update dependencies + ## [0.83.16](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.83.15...sn_cli-v0.83.16) - 2023-10-03 ### Other diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index c282e03875..7f2a93bbfe 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.83.16" +version = "0.83.17" [[bin]] path="src/main.rs" diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index 41f20788b9..eb99a9c4e1 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -1512,6 +1512,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.91.16](https://github.com/maidsafe/safe_network/compare/sn_node-v0.91.15...sn_node-v0.91.16) - 2023-10-03 + +### Added +- faucet retry genesis claim on failure + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index 9f1330a2f3..3e3f7fcb83 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.91.15" +version = "0.91.16" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" diff --git a/sn_testnet/CHANGELOG.md b/sn_testnet/CHANGELOG.md index 5e663331dd..4ced2b66b0 100644 --- a/sn_testnet/CHANGELOG.md +++ b/sn_testnet/CHANGELOG.md @@ -1411,6 +1411,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.2.179](https://github.com/maidsafe/safe_network/compare/sn_testnet-v0.2.178...sn_testnet-v0.2.179) - 2023-10-03 + +### Other +- update dependencies + ## v0.1.0 (2023-03-16) diff --git a/sn_testnet/Cargo.toml b/sn_testnet/Cargo.toml index 93c6e6923c..d1b457560f 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.178" +version = "0.2.179" [features] # required to pass on flag to node builds