From 751da671480ba494f38c9772042fc325c8f5b18b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 8 Jan 2024 11:26:39 +0000 Subject: [PATCH] chore(release): sn_cli-v0.86.100/sn_client-v0.99.40/sn_networking-v0.12.19/sn_faucet-v0.1.122/sn_node-v0.100.46/sn_node_rpc_client-v0.1.118/sn_testnet-v0.2.380 --- Cargo.lock | 14 +++++++------- sn_cli/CHANGELOG.md | 5 +++++ sn_cli/Cargo.toml | 4 ++-- sn_client/CHANGELOG.md | 5 +++++ sn_client/Cargo.toml | 4 ++-- sn_faucet/CHANGELOG.md | 5 +++++ sn_faucet/Cargo.toml | 4 ++-- sn_networking/CHANGELOG.md | 5 +++++ sn_networking/Cargo.toml | 2 +- sn_node/CHANGELOG.md | 5 +++++ sn_node/Cargo.toml | 6 +++--- sn_node_rpc_client/CHANGELOG.md | 5 +++++ sn_node_rpc_client/Cargo.toml | 6 +++--- sn_testnet/CHANGELOG.md | 5 +++++ sn_testnet/Cargo.toml | 2 +- 15 files changed, 56 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 79c23868df..88c7877e74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4512,7 +4512,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.86.99" +version = "0.86.100" dependencies = [ "blsttc", "bytes", @@ -4549,7 +4549,7 @@ dependencies = [ [[package]] name = "sn_client" -version = "0.99.39" +version = "0.99.40" dependencies = [ "async-trait", "backoff", @@ -4584,7 +4584,7 @@ dependencies = [ [[package]] name = "sn_faucet" -version = "0.1.121" +version = "0.1.122" dependencies = [ "blsttc", "clap 4.4.10", @@ -4625,7 +4625,7 @@ dependencies = [ [[package]] name = "sn_networking" -version = "0.12.18" +version = "0.12.19" dependencies = [ "async-trait", "backoff", @@ -4656,7 +4656,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.100.45" +version = "0.100.46" dependencies = [ "assert_fs", "async-trait", @@ -4708,7 +4708,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.1.117" +version = "0.1.118" dependencies = [ "assert_fs", "async-trait", @@ -4793,7 +4793,7 @@ dependencies = [ [[package]] name = "sn_testnet" -version = "0.2.379" +version = "0.2.380" dependencies = [ "assert_fs", "clap 3.2.25", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index 360d4d31bd..b0e092d40a 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.100](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.86.99...sn_cli-v0.86.100) - 2024-01-08 + +### Other +- update dependencies + ## [0.86.99](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.86.98...sn_cli-v0.86.99) - 2024-01-06 ### Fixed diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index 1bf2117ba8..31bbf8adb9 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.99" +version = "0.86.100" [[bin]] path="src/main.rs" @@ -43,7 +43,7 @@ reqwest = { version="0.11.18", default-features=false, features = ["rustls"] } rmp-serde = "1.1.1" serde = { version = "1.0.133", features = [ "derive"]} sn_build_info = { path="../sn_build_info", version = "0.1.4" } -sn_client = { path = "../sn_client", version = "0.99.39" } +sn_client = { path = "../sn_client", version = "0.99.40" } sn_transfers = { path = "../sn_transfers", version = "0.14.32" } sn_logging = { path = "../sn_logging", version = "0.2.16" } sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.1.13" } diff --git a/sn_client/CHANGELOG.md b/sn_client/CHANGELOG.md index f9ebb6efec..5aa2af25ae 100644 --- a/sn_client/CHANGELOG.md +++ b/sn_client/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.99.40](https://github.com/maidsafe/safe_network/compare/sn_client-v0.99.39...sn_client-v0.99.40) - 2024-01-08 + +### Fixed +- *(client)* reset sequential_payment_fails on batch upload success + ## [0.99.39](https://github.com/maidsafe/safe_network/compare/sn_client-v0.99.38...sn_client-v0.99.39) - 2024-01-05 ### Other diff --git a/sn_client/Cargo.toml b/sn_client/Cargo.toml index 6a836789ae..150dc3df5a 100644 --- a/sn_client/Cargo.toml +++ b/sn_client/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_client" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.99.39" +version = "0.99.40" [features] default=[] @@ -35,7 +35,7 @@ rayon = "1.8.0" rmp-serde = "1.1.1" self_encryption = "~0.28.5" serde = { version = "1.0.133", features = [ "derive", "rc" ]} -sn_networking = { path = "../sn_networking", version = "0.12.18" } +sn_networking = { path = "../sn_networking", version = "0.12.19" } sn_protocol = { path = "../sn_protocol", version = "0.10.1" } sn_registers = { path = "../sn_registers", version = "0.3.6" } sn_transfers = { path = "../sn_transfers", version = "0.14.32" } diff --git a/sn_faucet/CHANGELOG.md b/sn_faucet/CHANGELOG.md index 1facf9e467..a4c83227ec 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.122](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.1.121...sn_faucet-v0.1.122) - 2024-01-08 + +### Other +- update dependencies + ## [0.1.121](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.1.120...sn_faucet-v0.1.121) - 2024-01-06 ### Other diff --git a/sn_faucet/Cargo.toml b/sn_faucet/Cargo.toml index 1d26a7c669..1c7f340b02 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.121" +version = "0.1.122" [features] # required to pass on flag to node builds @@ -23,7 +23,7 @@ bls = { package = "blsttc", version = "8.0.1" } clap = { version = "4.2.1", features = ["derive"] } color-eyre = "0.6.2" dirs-next = "~2.0.0" -sn_client = { path = "../sn_client", version = "0.99.39" } +sn_client = { path = "../sn_client", version = "0.99.40" } sn_logging = { path = "../sn_logging", version = "0.2.16" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.1.13" } sn_transfers = { path = "../sn_transfers", version = "0.14.32" } diff --git a/sn_networking/CHANGELOG.md b/sn_networking/CHANGELOG.md index 37a340ed51..520495795e 100644 --- a/sn_networking/CHANGELOG.md +++ b/sn_networking/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.19](https://github.com/maidsafe/safe_network/compare/sn_networking-v0.12.18...sn_networking-v0.12.19) - 2024-01-08 + +### Other +- *(CI)* loose the address_distribution_sim test + ## [0.12.18](https://github.com/maidsafe/safe_network/compare/sn_networking-v0.12.17...sn_networking-v0.12.18) - 2024-01-05 ### Other diff --git a/sn_networking/Cargo.toml b/sn_networking/Cargo.toml index 3fb8d337dd..29f8273093 100644 --- a/sn_networking/Cargo.toml +++ b/sn_networking/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_networking" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.12.18" +version = "0.12.19" [features] default=[] diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index 19ada3ec26..378fb9c99d 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -2749,6 +2749,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.100.46](https://github.com/maidsafe/safe_network/compare/sn_node-v0.100.45...sn_node-v0.100.46) - 2024-01-08 + +### Other +- update dependencies + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index 9ab0df1a73..b0cfa12706 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.45" +version = "0.100.46" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -51,9 +51,9 @@ self_encryption = "~0.28.5" serde = { version = "1.0.133", features = [ "derive", "rc" ]} sn_build_info = { path="../sn_build_info", version = "0.1.4" } sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.1.13" } -sn_client = { path = "../sn_client", version = "0.99.39" } +sn_client = { path = "../sn_client", version = "0.99.40" } sn_logging = { path = "../sn_logging", version = "0.2.16" } -sn_networking = { path = "../sn_networking", version = "0.12.18" } +sn_networking = { path = "../sn_networking", version = "0.12.19" } sn_protocol = { path = "../sn_protocol", version = "0.10.1" } sn_registers = { path = "../sn_registers", version = "0.3.6" } sn_transfers = { path = "../sn_transfers", version = "0.14.32" } diff --git a/sn_node_rpc_client/CHANGELOG.md b/sn_node_rpc_client/CHANGELOG.md index 89056c01d4..16e3734791 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.118](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.1.117...sn_node_rpc_client-v0.1.118) - 2024-01-08 + +### Other +- update dependencies + ## [0.1.117](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.1.116...sn_node_rpc_client-v0.1.117) - 2024-01-06 ### Other diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index 75f874e2fc..f0c49d1ee9 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.117" +version = "0.1.118" [[bin]] path="src/main.rs" @@ -23,9 +23,9 @@ color-eyre = "0.6.2" hex = "~0.4.3" libp2p = { version="0.52", features = ["kad"]} libp2p-identity = { version="0.2.7", features = ["rand"] } -sn_client = { path = "../sn_client", version = "0.99.39" } +sn_client = { path = "../sn_client", version = "0.99.40" } sn_logging = { path = "../sn_logging", version = "0.2.16" } -sn_node = { path = "../sn_node", version = "0.100.45" } +sn_node = { path = "../sn_node", version = "0.100.46" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.1.13" } sn_protocol = { path = "../sn_protocol", version = "0.10.1" } sn_transfers = { path = "../sn_transfers", version = "0.14.32" } diff --git a/sn_testnet/CHANGELOG.md b/sn_testnet/CHANGELOG.md index 433dbb839f..1216d9166f 100644 --- a/sn_testnet/CHANGELOG.md +++ b/sn_testnet/CHANGELOG.md @@ -2427,6 +2427,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.2.380](https://github.com/maidsafe/safe_network/compare/sn_testnet-v0.2.379...sn_testnet-v0.2.380) - 2024-01-08 + +### Other +- update dependencies + ## v0.1.0 (2023-03-16) diff --git a/sn_testnet/Cargo.toml b/sn_testnet/Cargo.toml index b26ced7a9f..46f59cd972 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.379" +version = "0.2.380" [features] # required to pass on flag to node builds