From a029f2744cbe900d914023951098350efb36c2cf Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 4 Jan 2024 15:35:47 +0000 Subject: [PATCH] chore(release): sn_cli-v0.86.92/sn_faucet-v0.1.114/sn_node-v0.100.38/sn_node_rpc_client-v0.1.110/sn_testnet-v0.2.372 --- 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 4565853604..35d92e0c24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4503,7 +4503,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.86.91" +version = "0.86.92" dependencies = [ "blsttc", "bytes", @@ -4574,7 +4574,7 @@ dependencies = [ [[package]] name = "sn_faucet" -version = "0.1.113" +version = "0.1.114" dependencies = [ "blsttc", "clap 4.4.10", @@ -4646,7 +4646,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.100.37" +version = "0.100.38" dependencies = [ "assert_fs", "async-trait", @@ -4698,7 +4698,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.1.109" +version = "0.1.110" dependencies = [ "assert_fs", "async-trait", @@ -4783,7 +4783,7 @@ dependencies = [ [[package]] name = "sn_testnet" -version = "0.2.371" +version = "0.2.372" dependencies = [ "assert_fs", "clap 3.2.25", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index e2c1e2b58d..b8ec1b56a1 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.92](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.86.91...sn_cli-v0.86.92) - 2024-01-04 + +### Other +- update dependencies + ## [0.86.91](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.86.90...sn_cli-v0.86.91) - 2024-01-04 ### Other diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index b099ebabab..273f5d950b 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.91" +version = "0.86.92" [[bin]] path="src/main.rs" diff --git a/sn_faucet/CHANGELOG.md b/sn_faucet/CHANGELOG.md index 4bb6b638d7..f66db4d6a7 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.114](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.1.113...sn_faucet-v0.1.114) - 2024-01-04 + +### Other +- update dependencies + ## [0.1.113](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.1.112...sn_faucet-v0.1.113) - 2024-01-04 ### Other diff --git a/sn_faucet/Cargo.toml b/sn_faucet/Cargo.toml index 95585c577a..5647e9f85e 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.113" +version = "0.1.114" [features] # required to pass on flag to node builds diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index 40f9400643..4c1b86a0cf 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -2704,6 +2704,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.100.38](https://github.com/maidsafe/safe_network/compare/sn_node-v0.100.37...sn_node-v0.100.38) - 2024-01-04 + +### Other +- *(node)* reduce node default logging level + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index 21fca2d00b..adb7c650d6 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.37" +version = "0.100.38" 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 e65ad4624c..1c4a7c81ef 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.110](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.1.109...sn_node_rpc_client-v0.1.110) - 2024-01-04 + +### Other +- update dependencies + ## [0.1.109](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.1.108...sn_node_rpc_client-v0.1.109) - 2024-01-04 ### Other diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index de21b84b1e..892312b805 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.109" +version = "0.1.110" [[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.37" } sn_logging = { path = "../sn_logging", version = "0.2.16" } -sn_node = { path = "../sn_node", version = "0.100.37" } +sn_node = { path = "../sn_node", version = "0.100.38" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.1.13" } sn_protocol = { path = "../sn_protocol", version = "0.10.0" } sn_transfers = { path = "../sn_transfers", version = "0.14.31" } diff --git a/sn_testnet/CHANGELOG.md b/sn_testnet/CHANGELOG.md index 1c0a5592af..c1b49f3677 100644 --- a/sn_testnet/CHANGELOG.md +++ b/sn_testnet/CHANGELOG.md @@ -2387,6 +2387,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.2.372](https://github.com/maidsafe/safe_network/compare/sn_testnet-v0.2.371...sn_testnet-v0.2.372) - 2024-01-04 + +### Other +- update dependencies + ## v0.1.0 (2023-03-16) diff --git a/sn_testnet/Cargo.toml b/sn_testnet/Cargo.toml index b2072823a7..312503b8d1 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.371" +version = "0.2.372" [features] # required to pass on flag to node builds