From ba2bb2be9939461341dfaee846ac6958967ef0cd Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 3 Jan 2024 17:37:31 +0000 Subject: [PATCH] chore(release): sn_cli-v0.86.90/sn_faucet-v0.1.112/sn_node-v0.100.36/sn_node_rpc_client-v0.1.108/sn_testnet-v0.2.370 --- 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 154c7e8419..dd8deb1779 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4503,7 +4503,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.86.89" +version = "0.86.90" dependencies = [ "blsttc", "bytes", @@ -4574,7 +4574,7 @@ dependencies = [ [[package]] name = "sn_faucet" -version = "0.1.111" +version = "0.1.112" dependencies = [ "blsttc", "clap 4.4.10", @@ -4646,7 +4646,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.100.35" +version = "0.100.36" dependencies = [ "assert_fs", "async-trait", @@ -4698,7 +4698,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.1.107" +version = "0.1.108" dependencies = [ "assert_fs", "async-trait", @@ -4783,7 +4783,7 @@ dependencies = [ [[package]] name = "sn_testnet" -version = "0.2.369" +version = "0.2.370" dependencies = [ "assert_fs", "clap 3.2.25", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index c06fe9e9ad..4e3d1118de 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.90](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.86.89...sn_cli-v0.86.90) - 2024-01-03 + +### Other +- *(cli)* print the datamap's entire hex addr + ## [0.86.89](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.86.88...sn_cli-v0.86.89) - 2024-01-03 ### Added diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index fc3917faf6..3064fce13c 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.89" +version = "0.86.90" [[bin]] path="src/main.rs" diff --git a/sn_faucet/CHANGELOG.md b/sn_faucet/CHANGELOG.md index f7f76401b5..b5818bd0d2 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.112](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.1.111...sn_faucet-v0.1.112) - 2024-01-03 + +### Other +- update dependencies + ## [0.1.111](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.1.110...sn_faucet-v0.1.111) - 2024-01-03 ### Other diff --git a/sn_faucet/Cargo.toml b/sn_faucet/Cargo.toml index 314d41e58b..f316bb5e2b 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.111" +version = "0.1.112" [features] # required to pass on flag to node builds diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index 84d2879964..e4a781a7f7 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -2694,6 +2694,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - clippy test fixes and updates - *(cli)* do not write datamap chunk if non-public +## [0.100.36](https://github.com/maidsafe/safe_network/compare/sn_node-v0.100.35...sn_node-v0.100.36) - 2024-01-03 + +### Other +- update dependencies + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index c049a50f5f..f8364b4ac7 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.35" +version = "0.100.36" 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 02394ab8c8..7419c69fdb 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.108](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.1.107...sn_node_rpc_client-v0.1.108) - 2024-01-03 + +### Other +- update dependencies + ## [0.1.107](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.1.106...sn_node_rpc_client-v0.1.107) - 2024-01-03 ### Other diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index 88fafea49e..a8f4c057f8 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.107" +version = "0.1.108" [[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.35" } +sn_node = { path = "../sn_node", version = "0.100.36" } 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 6f9bb95c58..dc0a84d462 100644 --- a/sn_testnet/CHANGELOG.md +++ b/sn_testnet/CHANGELOG.md @@ -2377,6 +2377,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.2.370](https://github.com/maidsafe/safe_network/compare/sn_testnet-v0.2.369...sn_testnet-v0.2.370) - 2024-01-03 + +### Other +- update dependencies + ## v0.1.0 (2023-03-16) diff --git a/sn_testnet/Cargo.toml b/sn_testnet/Cargo.toml index b5c0f80463..c62401be3d 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.369" +version = "0.2.370" [features] # required to pass on flag to node builds