From eb1f9114bbd2d4e656e09d52527e523294fce8bf Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 21 Jan 2024 20:46:54 +0000 Subject: [PATCH] chore(release): sn_cli-v0.89.6/sn_faucet-v0.3.6/sn_node-v0.103.6/sn_node_rpc_client-v0.3.6/sn_testnet-v0.3.27 --- 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 a9ca25186d..9687c6c465 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4539,7 +4539,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.89.5" +version = "0.89.6" dependencies = [ "blsttc", "bytes", @@ -4612,7 +4612,7 @@ dependencies = [ [[package]] name = "sn_faucet" -version = "0.3.5" +version = "0.3.6" dependencies = [ "blsttc", "clap 4.4.18", @@ -4688,7 +4688,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.103.5" +version = "0.103.6" dependencies = [ "assert_fs", "async-trait", @@ -4740,7 +4740,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.3.5" +version = "0.3.6" dependencies = [ "assert_fs", "async-trait", @@ -4825,7 +4825,7 @@ dependencies = [ [[package]] name = "sn_testnet" -version = "0.3.26" +version = "0.3.27" dependencies = [ "assert_fs", "clap 3.2.25", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index 210462c006..fc7eb282a1 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.89.6](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.89.5...sn_cli-v0.89.6) - 2024-01-21 + +### Other +- update dependencies + ## [0.89.5](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.89.4...sn_cli-v0.89.5) - 2024-01-18 ### Other diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index 556d005e2c..2f0a3d6b67 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.89.5" +version = "0.89.6" [[bin]] path="src/main.rs" diff --git a/sn_faucet/CHANGELOG.md b/sn_faucet/CHANGELOG.md index ced6c864ed..f84d39bbbc 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.3.6](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.3.5...sn_faucet-v0.3.6) - 2024-01-21 + +### Other +- update dependencies + ## [0.3.5](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.3.4...sn_faucet-v0.3.5) - 2024-01-18 ### Other diff --git a/sn_faucet/Cargo.toml b/sn_faucet/Cargo.toml index 0fa911a206..2227523c49 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.3.5" +version = "0.3.6" [features] default = ["quic"] diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index 9f06187f79..8e279bec92 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -2929,6 +2929,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.103.6](https://github.com/maidsafe/safe_network/compare/sn_node-v0.103.5...sn_node-v0.103.6) - 2024-01-21 + +### Other +- update dependencies + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index b920f6e963..4a237e0c2f 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.103.5" +version = "0.103.6" 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 b6e9c8a839..13d2dedea1 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.3.6](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.3.5...sn_node_rpc_client-v0.3.6) - 2024-01-21 + +### Other +- update dependencies + ## [0.3.5](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.3.4...sn_node_rpc_client-v0.3.5) - 2024-01-18 ### Other diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index 9bf8924a75..703b04fbb4 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.3.5" +version = "0.3.6" [[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.102.4" } sn_logging = { path = "../sn_logging", version = "0.2.16" } -sn_node = { path = "../sn_node", version = "0.103.5" } +sn_node = { path = "../sn_node", version = "0.103.6" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.3" } sn_protocol = { path = "../sn_protocol", version = "0.10.12" } sn_transfers = { path = "../sn_transfers", version = "0.14.39" } diff --git a/sn_testnet/CHANGELOG.md b/sn_testnet/CHANGELOG.md index 343d364823..fb64158c62 100644 --- a/sn_testnet/CHANGELOG.md +++ b/sn_testnet/CHANGELOG.md @@ -2582,6 +2582,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.3.27](https://github.com/maidsafe/safe_network/compare/sn_testnet-v0.3.26...sn_testnet-v0.3.27) - 2024-01-21 + +### Other +- update dependencies + ## v0.1.0 (2023-03-16) diff --git a/sn_testnet/Cargo.toml b/sn_testnet/Cargo.toml index 547b351d95..4b7bc2e198 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.3.26" +version = "0.3.27" [features] # required to pass on flag to node builds