From 5a59853528e50029b4eda3d5014abeda3eada49f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 18 Jan 2024 19:56:47 +0000 Subject: [PATCH] chore(release): sn_cli-v0.89.5/sn_faucet-v0.3.5/sn_node-v0.103.5/sn_node_rpc_client-v0.3.5/sn_testnet-v0.3.26 --- 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 fc743bf708..9b84b7de65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4539,7 +4539,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.89.4" +version = "0.89.5" dependencies = [ "blsttc", "bytes", @@ -4612,7 +4612,7 @@ dependencies = [ [[package]] name = "sn_faucet" -version = "0.3.4" +version = "0.3.5" dependencies = [ "blsttc", "clap 4.4.18", @@ -4688,7 +4688,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.103.4" +version = "0.103.5" dependencies = [ "assert_fs", "async-trait", @@ -4740,7 +4740,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.3.4" +version = "0.3.5" dependencies = [ "assert_fs", "async-trait", @@ -4825,7 +4825,7 @@ dependencies = [ [[package]] name = "sn_testnet" -version = "0.3.25" +version = "0.3.26" dependencies = [ "assert_fs", "clap 3.2.25", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index c7d79d8b35..210462c006 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.5](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.89.4...sn_cli-v0.89.5) - 2024-01-18 + +### Other +- update dependencies + ## [0.89.4](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.89.3...sn_cli-v0.89.4) - 2024-01-18 ### Other diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index 07520707fe..556d005e2c 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.4" +version = "0.89.5" [[bin]] path="src/main.rs" diff --git a/sn_faucet/CHANGELOG.md b/sn_faucet/CHANGELOG.md index c768b91ecc..ced6c864ed 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.5](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.3.4...sn_faucet-v0.3.5) - 2024-01-18 + +### Other +- update dependencies + ## [0.3.4](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.3.3...sn_faucet-v0.3.4) - 2024-01-18 ### Other diff --git a/sn_faucet/Cargo.toml b/sn_faucet/Cargo.toml index 656e2dcdb5..0fa911a206 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.4" +version = "0.3.5" [features] default = ["quic"] diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index 5f2fee5113..9f06187f79 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -2924,6 +2924,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - *(node)* change RPC log level to debug - *(test)* connect to RPC endpoint with retries +## [0.103.5](https://github.com/maidsafe/safe_network/compare/sn_node-v0.103.4...sn_node-v0.103.5) - 2024-01-18 + +### Other +- update dependencies + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index 8365502227..b920f6e963 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.4" +version = "0.103.5" 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 25a2a86b71..b6e9c8a839 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.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 +- update dependencies + ## [0.3.4](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.3.3...sn_node_rpc_client-v0.3.4) - 2024-01-18 ### Other diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index 7effb94889..9bf8924a75 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.4" +version = "0.3.5" [[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.4" } +sn_node = { path = "../sn_node", version = "0.103.5" } 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 f7464e938b..343d364823 100644 --- a/sn_testnet/CHANGELOG.md +++ b/sn_testnet/CHANGELOG.md @@ -2577,6 +2577,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.3.26](https://github.com/maidsafe/safe_network/compare/sn_testnet-v0.3.25...sn_testnet-v0.3.26) - 2024-01-18 + +### Other +- update dependencies + ## v0.1.0 (2023-03-16) diff --git a/sn_testnet/Cargo.toml b/sn_testnet/Cargo.toml index 17a0ccbda3..547b351d95 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.25" +version = "0.3.26" [features] # required to pass on flag to node builds