From 6b3573ad6413167b3dd873cb705292975b935e70 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 26 Jan 2024 17:24:38 +0000 Subject: [PATCH] chore(release): sn_cli-v0.89.21/sn_faucet-v0.3.21/sn_node-v0.103.19/sn_node_rpc_client-v0.4.7/sn-node-manager-v0.1.23/sn_testnet-v0.3.40/token_supplies-v0.1.10 --- Cargo.lock | 14 +++++++------- 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_manager/CHANGELOG.md | 5 +++++ sn_node_manager/Cargo.toml | 4 ++-- sn_node_rpc_client/CHANGELOG.md | 5 +++++ sn_node_rpc_client/Cargo.toml | 4 ++-- sn_testnet/CHANGELOG.md | 5 +++++ sn_testnet/Cargo.toml | 2 +- token_supplies/CHANGELOG.md | 5 +++++ token_supplies/Cargo.toml | 2 +- 15 files changed, 51 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb4fc3b300..638116ec28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4938,7 +4938,7 @@ checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" [[package]] name = "sn-node-manager" -version = "0.1.22" +version = "0.1.23" dependencies = [ "assert_cmd", "assert_fs", @@ -4996,7 +4996,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.89.20" +version = "0.89.21" dependencies = [ "blsttc", "bytes", @@ -5077,7 +5077,7 @@ dependencies = [ [[package]] name = "sn_faucet" -version = "0.3.20" +version = "0.3.21" dependencies = [ "blsttc", "clap 4.4.18", @@ -5156,7 +5156,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.103.18" +version = "0.103.19" dependencies = [ "assert_fs", "async-trait", @@ -5208,7 +5208,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.4.6" +version = "0.4.7" dependencies = [ "assert_fs", "async-trait", @@ -5292,7 +5292,7 @@ dependencies = [ [[package]] name = "sn_testnet" -version = "0.3.39" +version = "0.3.40" dependencies = [ "assert_fs", "clap 3.2.25", @@ -5727,7 +5727,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "token_supplies" -version = "0.1.9" +version = "0.1.10" dependencies = [ "dirs-next", "reqwest", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index 7ca49e738e..31176864c5 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.21](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.89.20...sn_cli-v0.89.21) - 2024-01-26 + +### Other +- update dependencies + ## [0.89.20](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.89.19...sn_cli-v0.89.20) - 2024-01-25 ### Other diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index 9bb56b6958..2db905d16f 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.20" +version = "0.89.21" [[bin]] path="src/main.rs" diff --git a/sn_faucet/CHANGELOG.md b/sn_faucet/CHANGELOG.md index a0379a2e9f..7ef74f20d8 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.21](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.3.20...sn_faucet-v0.3.21) - 2024-01-26 + +### Other +- update dependencies + ## [0.3.20](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.3.19...sn_faucet-v0.3.20) - 2024-01-25 ### Other diff --git a/sn_faucet/Cargo.toml b/sn_faucet/Cargo.toml index e109e502ad..f4e81c05c8 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.20" +version = "0.3.21" [features] default = [] diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index 24293c3144..f6291dc4d7 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -2997,6 +2997,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.103.19](https://github.com/maidsafe/safe_network/compare/sn_node-v0.103.18...sn_node-v0.103.19) - 2024-01-26 + +### Other +- update dependencies + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index a6c36b3d6d..92fe68e7de 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.18" +version = "0.103.19" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" diff --git a/sn_node_manager/CHANGELOG.md b/sn_node_manager/CHANGELOG.md index c99bfd17da..b56044cae2 100644 --- a/sn_node_manager/CHANGELOG.md +++ b/sn_node_manager/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.23](https://github.com/maidsafe/safe_network/compare/sn-node-manager-v0.1.22...sn-node-manager-v0.1.23) - 2024-01-26 + +### Other +- update dependencies + ## [0.1.22](https://github.com/maidsafe/safe_network/compare/sn-node-manager-v0.1.21...sn-node-manager-v0.1.22) - 2024-01-25 ### Other diff --git a/sn_node_manager/Cargo.toml b/sn_node_manager/Cargo.toml index e6f9c9e512..a09ff1b700 100644 --- a/sn_node_manager/Cargo.toml +++ b/sn_node_manager/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "sn-node-manager" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.22" +version = "0.1.23" [[bin]] path="src/main.rs" @@ -30,7 +30,7 @@ semver = "1.0.20" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" service-manager = "0.5.1" -sn_node_rpc_client = { path = "../sn_node_rpc_client", version = "0.4.6" } +sn_node_rpc_client = { path = "../sn_node_rpc_client", version = "0.4.7" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.4" } sn_protocol = { path = "../sn_protocol", version = "0.11.0" } sn-releases = "0.1.6" diff --git a/sn_node_rpc_client/CHANGELOG.md b/sn_node_rpc_client/CHANGELOG.md index 5c8727cb0b..521a1b91a7 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.4.7](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.4.6...sn_node_rpc_client-v0.4.7) - 2024-01-26 + +### Other +- update dependencies + ## [0.4.6](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.4.5...sn_node_rpc_client-v0.4.6) - 2024-01-25 ### Other diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index 9a5452a92b..8f5ccd6a73 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.4.6" +version = "0.4.7" [[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.12" } sn_logging = { path = "../sn_logging", version = "0.2.17" } -sn_node = { path = "../sn_node", version = "0.103.18" } +sn_node = { path = "../sn_node", version = "0.103.19" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.5" } sn_protocol = { path = "../sn_protocol", version = "0.11.1", features=["rpc"] } sn_transfers = { path = "../sn_transfers", version = "0.14.42" } diff --git a/sn_testnet/CHANGELOG.md b/sn_testnet/CHANGELOG.md index 664a065879..034f73d52f 100644 --- a/sn_testnet/CHANGELOG.md +++ b/sn_testnet/CHANGELOG.md @@ -2647,6 +2647,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.3.40](https://github.com/maidsafe/safe_network/compare/sn_testnet-v0.3.39...sn_testnet-v0.3.40) - 2024-01-26 + +### Other +- update dependencies + ## v0.1.0 (2023-03-16) diff --git a/sn_testnet/Cargo.toml b/sn_testnet/Cargo.toml index f60f7cab72..e98a75713d 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.39" +version = "0.3.40" [features] # required to pass on flag to node builds diff --git a/token_supplies/CHANGELOG.md b/token_supplies/CHANGELOG.md index 7e5d945b29..8d49ade953 100644 --- a/token_supplies/CHANGELOG.md +++ b/token_supplies/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.10](https://github.com/maidsafe/safe_network/compare/token_supplies-v0.1.9...token_supplies-v0.1.10) - 2024-01-26 + +### Other +- update dependencies + ## [0.1.9](https://github.com/maidsafe/safe_network/compare/token_supplies-v0.1.8...token_supplies-v0.1.9) - 2024-01-25 ### Other diff --git a/token_supplies/Cargo.toml b/token_supplies/Cargo.toml index f98251b59a..6eb2de5acc 100644 --- a/token_supplies/Cargo.toml +++ b/token_supplies/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "token_supplies" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.9" +version = "0.1.10" [dependencies]