From 6572d789b8963344a09566f9392eed3da4952e16 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 29 Dec 2023 07:30:49 +0000 Subject: [PATCH] chore(release): sn_cli-v0.86.83/sn_client-v0.99.32/sn_networking-v0.12.13/sn_faucet-v0.1.105/sn_node-v0.100.29/sn_node_rpc_client-v0.1.101/sn_testnet-v0.2.363 --- 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 0ebefca172..06774d91de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4503,7 +4503,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.86.82" +version = "0.86.83" dependencies = [ "blsttc", "bytes", @@ -4539,7 +4539,7 @@ dependencies = [ [[package]] name = "sn_client" -version = "0.99.31" +version = "0.99.32" dependencies = [ "async-trait", "backoff", @@ -4574,7 +4574,7 @@ dependencies = [ [[package]] name = "sn_faucet" -version = "0.1.104" +version = "0.1.105" dependencies = [ "blsttc", "clap 4.4.10", @@ -4615,7 +4615,7 @@ dependencies = [ [[package]] name = "sn_networking" -version = "0.12.12" +version = "0.12.13" dependencies = [ "async-trait", "backoff", @@ -4646,7 +4646,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.100.28" +version = "0.100.29" dependencies = [ "assert_fs", "async-trait", @@ -4698,7 +4698,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.1.100" +version = "0.1.101" dependencies = [ "assert_fs", "async-trait", @@ -4783,7 +4783,7 @@ dependencies = [ [[package]] name = "sn_testnet" -version = "0.2.362" +version = "0.2.363" dependencies = [ "assert_fs", "clap 3.2.25", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index 31c04c7a48..2979b16701 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.83](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.86.82...sn_cli-v0.86.83) - 2023-12-29 + +### Other +- update dependencies + ## [0.86.82](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.86.81...sn_cli-v0.86.82) - 2023-12-26 ### Other diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index 379beb098b..facff69606 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.82" +version = "0.86.83" [[bin]] path="src/main.rs" @@ -42,7 +42,7 @@ rayon = "1.8.0" reqwest = { version="0.11.18", default-features=false, features = ["rustls"] } rmp-serde = "1.1.1" sn_build_info = { path="../sn_build_info", version = "0.1.3" } -sn_client = { path = "../sn_client", version = "0.99.31" } +sn_client = { path = "../sn_client", version = "0.99.32" } sn_transfers = { path = "../sn_transfers", version = "0.14.31" } 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 6dc3e64a53..04c5df9088 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.32](https://github.com/maidsafe/safe_network/compare/sn_client-v0.99.31...sn_client-v0.99.32) - 2023-12-29 + +### Added +- use put_record_to during upload chunk + ## [0.99.31](https://github.com/maidsafe/safe_network/compare/sn_client-v0.99.30...sn_client-v0.99.31) - 2023-12-26 ### Other diff --git a/sn_client/Cargo.toml b/sn_client/Cargo.toml index 56c1e70902..b594d0568f 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.31" +version = "0.99.32" [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.12" } +sn_networking = { path = "../sn_networking", version = "0.12.13" } sn_protocol = { path = "../sn_protocol", version = "0.10.0" } sn_registers = { path = "../sn_registers", version = "0.3.6" } sn_transfers = { path = "../sn_transfers", version = "0.14.31" } diff --git a/sn_faucet/CHANGELOG.md b/sn_faucet/CHANGELOG.md index 0dda6bfb0a..7615218121 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.105](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.1.104...sn_faucet-v0.1.105) - 2023-12-29 + +### Other +- update dependencies + ## [0.1.104](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.1.103...sn_faucet-v0.1.104) - 2023-12-26 ### Other diff --git a/sn_faucet/Cargo.toml b/sn_faucet/Cargo.toml index 5a3ea294ff..2ec9c1462d 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.104" +version = "0.1.105" [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.31" } +sn_client = { path = "../sn_client", version = "0.99.32" } 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.31" } diff --git a/sn_networking/CHANGELOG.md b/sn_networking/CHANGELOG.md index f9ac1a6747..c2dfc1e35a 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.13](https://github.com/maidsafe/safe_network/compare/sn_networking-v0.12.12...sn_networking-v0.12.13) - 2023-12-29 + +### Added +- use put_record_to during upload chunk + ## [0.12.12](https://github.com/maidsafe/safe_network/compare/sn_networking-v0.12.11...sn_networking-v0.12.12) - 2023-12-26 ### Other diff --git a/sn_networking/Cargo.toml b/sn_networking/Cargo.toml index 31d54639b8..3d460e4354 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.12" +version = "0.12.13" [features] default=[] diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index 678a8d0d6d..8698875073 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -2655,6 +2655,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - *(logs)* annotate selected messages and log at info level for vdash +## [0.100.29](https://github.com/maidsafe/safe_network/compare/sn_node-v0.100.28...sn_node-v0.100.29) - 2023-12-29 + +### Other +- update dependencies + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index 78ef1e10b5..f4c440717b 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.28" +version = "0.100.29" 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.3" } sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.1.13" } -sn_client = { path = "../sn_client", version = "0.99.31" } +sn_client = { path = "../sn_client", version = "0.99.32" } sn_logging = { path = "../sn_logging", version = "0.2.16" } -sn_networking = { path = "../sn_networking", version = "0.12.12" } +sn_networking = { path = "../sn_networking", version = "0.12.13" } sn_protocol = { path = "../sn_protocol", version = "0.10.0" } sn_registers = { path = "../sn_registers", version = "0.3.6" } sn_transfers = { path = "../sn_transfers", version = "0.14.31" } diff --git a/sn_node_rpc_client/CHANGELOG.md b/sn_node_rpc_client/CHANGELOG.md index 4e50e0ae1a..9c256bf5ff 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.101](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.1.100...sn_node_rpc_client-v0.1.101) - 2023-12-29 + +### Other +- update dependencies + ## [0.1.100](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.1.99...sn_node_rpc_client-v0.1.100) - 2023-12-26 ### Other diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index 50aadad026..ecce0f8dd8 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.100" +version = "0.1.101" [[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.31" } +sn_client = { path = "../sn_client", version = "0.99.32" } sn_logging = { path = "../sn_logging", version = "0.2.16" } -sn_node = { path = "../sn_node", version = "0.100.28" } +sn_node = { path = "../sn_node", version = "0.100.29" } 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 10fcef66f8..8027236721 100644 --- a/sn_testnet/CHANGELOG.md +++ b/sn_testnet/CHANGELOG.md @@ -2342,6 +2342,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.2.363](https://github.com/maidsafe/safe_network/compare/sn_testnet-v0.2.362...sn_testnet-v0.2.363) - 2023-12-29 + +### Other +- update dependencies + ## v0.1.0 (2023-03-16) diff --git a/sn_testnet/Cargo.toml b/sn_testnet/Cargo.toml index 1df3d03fcd..912527f823 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.362" +version = "0.2.363" [features] # required to pass on flag to node builds