From fa55ec6df12e3b058d86b35cbd6d971b15697273 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 7 Dec 2023 15:38:51 +0000 Subject: [PATCH] chore(release): sn_cli-v0.86.47/sn_networking-v0.11.9/sn_faucet-v0.1.69/sn_node-v0.99.11/sn_node_rpc_client-v0.1.65/sn_testnet-v0.2.327/sn_client-v0.99.10 --- 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 3fb495ebd6..037a784b91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4489,7 +4489,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.86.46" +version = "0.86.47" dependencies = [ "blsttc", "bytes", @@ -4524,7 +4524,7 @@ dependencies = [ [[package]] name = "sn_client" -version = "0.99.9" +version = "0.99.10" dependencies = [ "async-trait", "blsttc", @@ -4557,7 +4557,7 @@ dependencies = [ [[package]] name = "sn_faucet" -version = "0.1.68" +version = "0.1.69" dependencies = [ "blsttc", "clap 4.4.10", @@ -4598,7 +4598,7 @@ dependencies = [ [[package]] name = "sn_networking" -version = "0.11.8" +version = "0.11.9" dependencies = [ "async-trait", "blsttc", @@ -4628,7 +4628,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.99.10" +version = "0.99.11" dependencies = [ "assert_fs", "async-trait", @@ -4680,7 +4680,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.1.64" +version = "0.1.65" dependencies = [ "assert_fs", "async-trait", @@ -4764,7 +4764,7 @@ dependencies = [ [[package]] name = "sn_testnet" -version = "0.2.326" +version = "0.2.327" dependencies = [ "assert_fs", "clap 3.2.25", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index 76e7a2b6d0..677a6d1b2d 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.47](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.86.46...sn_cli-v0.86.47) - 2023-12-07 + +### Other +- update dependencies + ## [0.86.46](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.86.45...sn_cli-v0.86.46) - 2023-12-06 ### Other diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index 720d5eae9d..142ccc3cad 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.46" +version = "0.86.47" [[bin]] path="src/main.rs" @@ -40,7 +40,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.9" } +sn_client = { path = "../sn_client", version = "0.99.10" } sn_transfers = { path = "../sn_transfers", version = "0.14.27" } sn_logging = { path = "../sn_logging", version = "0.2.16" } sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.1.12" } diff --git a/sn_client/CHANGELOG.md b/sn_client/CHANGELOG.md index 8bf4013d97..2e681ea009 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.10](https://github.com/maidsafe/safe_network/compare/sn_client-v0.99.9...sn_client-v0.99.10) - 2023-12-07 + +### Other +- updated the following local packages: sn_networking + ## [0.99.9](https://github.com/maidsafe/safe_network/compare/sn_client-v0.99.8...sn_client-v0.99.9) - 2023-12-06 ### Other diff --git a/sn_client/Cargo.toml b/sn_client/Cargo.toml index 6987353291..c55c58fffc 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.9" +version = "0.99.10" [features] default=[] @@ -33,7 +33,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.11.8" } +sn_networking = { path = "../sn_networking", version = "0.11.9" } sn_protocol = { path = "../sn_protocol", version = "0.8.39" } sn_registers = { path = "../sn_registers", version = "0.3.5" } sn_transfers = { path = "../sn_transfers", version = "0.14.27" } diff --git a/sn_faucet/CHANGELOG.md b/sn_faucet/CHANGELOG.md index ba7def617f..ade41f16b5 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.69](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.1.68...sn_faucet-v0.1.69) - 2023-12-07 + +### Other +- update dependencies + ## [0.1.68](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.1.67...sn_faucet-v0.1.68) - 2023-12-06 ### Other diff --git a/sn_faucet/Cargo.toml b/sn_faucet/Cargo.toml index a41c861b6a..48bb712cc7 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.68" +version = "0.1.69" [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.9" } +sn_client = { path = "../sn_client", version = "0.99.10" } sn_logging = { path = "../sn_logging", version = "0.2.16" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.1.12" } sn_transfers = { path = "../sn_transfers", version = "0.14.27" } diff --git a/sn_networking/CHANGELOG.md b/sn_networking/CHANGELOG.md index d9e406fb10..4ca8f0c725 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.11.9](https://github.com/maidsafe/safe_network/compare/sn_networking-v0.11.8...sn_networking-v0.11.9) - 2023-12-07 + +### Fixed +- *(network)* implement custom Debug for GetRecordError + ## [0.11.8](https://github.com/maidsafe/safe_network/compare/sn_networking-v0.11.7...sn_networking-v0.11.8) - 2023-12-06 ### Other diff --git a/sn_networking/Cargo.toml b/sn_networking/Cargo.toml index 183fc1b970..1f7880703e 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.11.8" +version = "0.11.9" [features] default=[] diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index cedbb55c63..9c872f7266 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -2451,6 +2451,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - *(network)* add more docs to the get_record_handlers - *(release)* sn_cli-v0.86.45/sn_networking-v0.11.7/sn_faucet-v0.1.67/sn_client-v0.99.8 +## [0.99.11](https://github.com/maidsafe/safe_network/compare/sn_node-v0.99.10...sn_node-v0.99.11) - 2023-12-07 + +### Other +- update dependencies + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index 622933c089..27998993c4 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.99.10" +version = "0.99.11" 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.12" } -sn_client = { path = "../sn_client", version = "0.99.9" } +sn_client = { path = "../sn_client", version = "0.99.10" } sn_logging = { path = "../sn_logging", version = "0.2.16" } -sn_networking = { path = "../sn_networking", version = "0.11.8" } +sn_networking = { path = "../sn_networking", version = "0.11.9" } sn_protocol = { path = "../sn_protocol", version = "0.8.39" } sn_registers = { path = "../sn_registers", version = "0.3.5" } sn_transfers = { path = "../sn_transfers", version = "0.14.27" } diff --git a/sn_node_rpc_client/CHANGELOG.md b/sn_node_rpc_client/CHANGELOG.md index fe2d39b518..22697625f5 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.65](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.1.64...sn_node_rpc_client-v0.1.65) - 2023-12-07 + +### Other +- update dependencies + ## [0.1.64](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.1.63...sn_node_rpc_client-v0.1.64) - 2023-12-06 ### Other diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index 6318e579ff..bfff4d46bf 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.64" +version = "0.1.65" [[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.9" } +sn_client = { path = "../sn_client", version = "0.99.10" } sn_logging = { path = "../sn_logging", version = "0.2.16" } -sn_node = { path = "../sn_node", version = "0.99.10" } +sn_node = { path = "../sn_node", version = "0.99.11" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.1.12" } sn_protocol = { path = "../sn_protocol", version = "0.8.39" } sn_transfers = { path = "../sn_transfers", version = "0.14.27" } diff --git a/sn_testnet/CHANGELOG.md b/sn_testnet/CHANGELOG.md index f0e00efaa9..4a5baedea9 100644 --- a/sn_testnet/CHANGELOG.md +++ b/sn_testnet/CHANGELOG.md @@ -2162,6 +2162,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.2.327](https://github.com/maidsafe/safe_network/compare/sn_testnet-v0.2.326...sn_testnet-v0.2.327) - 2023-12-07 + +### Other +- update dependencies + ## v0.1.0 (2023-03-16) diff --git a/sn_testnet/Cargo.toml b/sn_testnet/Cargo.toml index 45a0098aad..4f56a32b08 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.326" +version = "0.2.327" [features] # required to pass on flag to node builds