From 0c114d47ba72c185c2292cadac80c628d32643e2 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 13 Dec 2023 15:55:09 +0000 Subject: [PATCH] chore(release): sn_cli-v0.86.61/sn_faucet-v0.1.83/sn_node-v0.100.7/sn_node_rpc_client-v0.1.79/sn_testnet-v0.2.341 --- Cargo.lock | 10 +++++----- sn_cli/CHANGELOG.md | 5 +++++ sn_cli/Cargo.toml | 2 +- sn_faucet/CHANGELOG.md | 5 +++++ sn_faucet/Cargo.toml | 2 +- sn_node/CHANGELOG.md | 5 +++++ sn_node/Cargo.toml | 2 +- sn_node_rpc_client/CHANGELOG.md | 5 +++++ sn_node_rpc_client/Cargo.toml | 4 ++-- sn_testnet/CHANGELOG.md | 5 +++++ sn_testnet/Cargo.toml | 2 +- 11 files changed, 36 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aec0de1e3e..30f0319c3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4489,7 +4489,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.86.60" +version = "0.86.61" dependencies = [ "blsttc", "bytes", @@ -4559,7 +4559,7 @@ dependencies = [ [[package]] name = "sn_faucet" -version = "0.1.82" +version = "0.1.83" dependencies = [ "blsttc", "clap 4.4.10", @@ -4630,7 +4630,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.100.6" +version = "0.100.7" dependencies = [ "assert_fs", "async-trait", @@ -4682,7 +4682,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.1.78" +version = "0.1.79" dependencies = [ "assert_fs", "async-trait", @@ -4766,7 +4766,7 @@ dependencies = [ [[package]] name = "sn_testnet" -version = "0.2.340" +version = "0.2.341" dependencies = [ "assert_fs", "clap 3.2.25", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index 686152b64b..79c6cd5c51 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.86.61](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.86.60...sn_cli-v0.86.61) - 2023-12-13 + +### Other +- *(cli)* refactor upload_files + ## [0.86.60](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.86.59...sn_cli-v0.86.60) - 2023-12-13 ### Other diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index e47f715ceb..0110b16aa5 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.86.60" +version = "0.86.61" [[bin]] path="src/main.rs" diff --git a/sn_faucet/CHANGELOG.md b/sn_faucet/CHANGELOG.md index 4a0a544475..a006974330 100644 --- a/sn_faucet/CHANGELOG.md +++ b/sn_faucet/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.83](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.1.82...sn_faucet-v0.1.83) - 2023-12-13 + +### Other +- update dependencies + ## [0.1.82](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.1.81...sn_faucet-v0.1.82) - 2023-12-13 ### Other diff --git a/sn_faucet/Cargo.toml b/sn_faucet/Cargo.toml index f9fb42531f..839e5d4db6 100644 --- a/sn_faucet/Cargo.toml +++ b/sn_faucet/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_faucet" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.82" +version = "0.1.83" [features] # required to pass on flag to node builds diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index 5a68e91500..6e7a26365f 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -2537,6 +2537,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.100.7](https://github.com/maidsafe/safe_network/compare/sn_node-v0.100.6...sn_node-v0.100.7) - 2023-12-13 + +### Other +- remove large log + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index d82f59fa7f..889766d2b0 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.100.6" +version = "0.100.7" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" diff --git a/sn_node_rpc_client/CHANGELOG.md b/sn_node_rpc_client/CHANGELOG.md index 388ee12903..693d90c046 100644 --- a/sn_node_rpc_client/CHANGELOG.md +++ b/sn_node_rpc_client/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.79](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.1.78...sn_node_rpc_client-v0.1.79) - 2023-12-13 + +### Other +- update dependencies + ## [0.1.78](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.1.77...sn_node_rpc_client-v0.1.78) - 2023-12-13 ### Other diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index fcd7b5eb56..248809fec2 100644 --- a/sn_node_rpc_client/Cargo.toml +++ b/sn_node_rpc_client/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_node_rpc_client" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.78" +version = "0.1.79" [[bin]] path="src/main.rs" @@ -25,7 +25,7 @@ libp2p = { version="0.52", features = ["kad"]} libp2p-identity = { version="0.2.7", features = ["rand"] } sn_client = { path = "../sn_client", version = "0.99.16" } sn_logging = { path = "../sn_logging", version = "0.2.16" } -sn_node = { path = "../sn_node", version = "0.100.6" } +sn_node = { path = "../sn_node", version = "0.100.7" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.1.13" } sn_protocol = { path = "../sn_protocol", version = "0.9.1" } sn_transfers = { path = "../sn_transfers", version = "0.14.28" } diff --git a/sn_testnet/CHANGELOG.md b/sn_testnet/CHANGELOG.md index 160b0c24b5..6ae727799f 100644 --- a/sn_testnet/CHANGELOG.md +++ b/sn_testnet/CHANGELOG.md @@ -2232,6 +2232,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.2.341](https://github.com/maidsafe/safe_network/compare/sn_testnet-v0.2.340...sn_testnet-v0.2.341) - 2023-12-13 + +### Other +- update dependencies + ## v0.1.0 (2023-03-16) diff --git a/sn_testnet/Cargo.toml b/sn_testnet/Cargo.toml index b8cdd588ce..b25f5a6fe1 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.340" +version = "0.2.341" [features] # required to pass on flag to node builds