From 318c7e514d1dc072d97467161f41690b5cee6882 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 12 Dec 2023 16:30:37 +0000 Subject: [PATCH] chore(release): sn_cli-v0.86.56/sn_client-v0.99.13/sn_faucet-v0.1.78/sn_node-v0.100.2/sn_node_rpc_client-v0.1.74/sn_testnet-v0.2.336 --- Cargo.lock | 12 ++++++------ sn_cli/CHANGELOG.md | 5 +++++ sn_cli/Cargo.toml | 4 ++-- sn_client/CHANGELOG.md | 5 +++++ sn_client/Cargo.toml | 2 +- sn_faucet/CHANGELOG.md | 5 +++++ sn_faucet/Cargo.toml | 4 ++-- sn_node/CHANGELOG.md | 5 +++++ sn_node/Cargo.toml | 4 ++-- sn_node_rpc_client/CHANGELOG.md | 5 +++++ sn_node_rpc_client/Cargo.toml | 6 +++--- sn_testnet/CHANGELOG.md | 5 +++++ sn_testnet/Cargo.toml | 2 +- 13 files changed, 47 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c06d972252..7bdc2743d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4489,7 +4489,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.86.55" +version = "0.86.56" dependencies = [ "blsttc", "bytes", @@ -4525,7 +4525,7 @@ dependencies = [ [[package]] name = "sn_client" -version = "0.99.12" +version = "0.99.13" dependencies = [ "async-trait", "blsttc", @@ -4558,7 +4558,7 @@ dependencies = [ [[package]] name = "sn_faucet" -version = "0.1.77" +version = "0.1.78" dependencies = [ "blsttc", "clap 4.4.10", @@ -4629,7 +4629,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.100.1" +version = "0.100.2" dependencies = [ "assert_fs", "async-trait", @@ -4681,7 +4681,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.1.73" +version = "0.1.74" dependencies = [ "assert_fs", "async-trait", @@ -4765,7 +4765,7 @@ dependencies = [ [[package]] name = "sn_testnet" -version = "0.2.335" +version = "0.2.336" dependencies = [ "assert_fs", "clap 3.2.25", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index e8eb3d9939..b078879f6d 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.56](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.86.55...sn_cli-v0.86.56) - 2023-12-12 + +### Added +- *(cli)* skip payment and upload for existing chunks + ## [0.86.55](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.86.54...sn_cli-v0.86.55) - 2023-12-12 ### Other diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index 408936dced..a6362f1d4b 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.55" +version = "0.86.56" [[bin]] path="src/main.rs" @@ -41,7 +41,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.12" } +sn_client = { path = "../sn_client", version = "0.99.13" } sn_transfers = { path = "../sn_transfers", version = "0.14.28" } 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 acac8b9e58..132380a641 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.13](https://github.com/maidsafe/safe_network/compare/sn_client-v0.99.12...sn_client-v0.99.13) - 2023-12-12 + +### Added +- *(cli)* skip payment and upload for existing chunks + ## [0.99.12](https://github.com/maidsafe/safe_network/compare/sn_client-v0.99.11...sn_client-v0.99.12) - 2023-12-12 ### Added diff --git a/sn_client/Cargo.toml b/sn_client/Cargo.toml index d1bb25756c..c1c6ebdd46 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.12" +version = "0.99.13" [features] default=[] diff --git a/sn_faucet/CHANGELOG.md b/sn_faucet/CHANGELOG.md index c2cf37473c..dca8b48e3a 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.78](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.1.77...sn_faucet-v0.1.78) - 2023-12-12 + +### Other +- update dependencies + ## [0.1.77](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.1.76...sn_faucet-v0.1.77) - 2023-12-12 ### Other diff --git a/sn_faucet/Cargo.toml b/sn_faucet/Cargo.toml index bf8fae5106..d28e8fe47b 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.77" +version = "0.1.78" [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.12" } +sn_client = { path = "../sn_client", version = "0.99.13" } 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.28" } diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index f2b0bebc6e..a0c8833dab 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -2512,6 +2512,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - *(node)* log if RPC server fails to start +## [0.100.2](https://github.com/maidsafe/safe_network/compare/sn_node-v0.100.1...sn_node-v0.100.2) - 2023-12-12 + +### Added +- *(cli)* skip payment and upload for existing chunks + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index 8ee2886437..55d5e47e12 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.1" +version = "0.100.2" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -51,7 +51,7 @@ 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.12" } +sn_client = { path = "../sn_client", version = "0.99.13" } sn_logging = { path = "../sn_logging", version = "0.2.16" } sn_networking = { path = "../sn_networking", version = "0.12.0" } sn_protocol = { path = "../sn_protocol", version = "0.9.0" } diff --git a/sn_node_rpc_client/CHANGELOG.md b/sn_node_rpc_client/CHANGELOG.md index 03cc68f134..8a2cb8e421 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.74](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.1.73...sn_node_rpc_client-v0.1.74) - 2023-12-12 + +### Other +- update dependencies + ## [0.1.73](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.1.72...sn_node_rpc_client-v0.1.73) - 2023-12-12 ### Other diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index fa5610046e..bc0d4c3368 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.73" +version = "0.1.74" [[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.12" } +sn_client = { path = "../sn_client", version = "0.99.13" } sn_logging = { path = "../sn_logging", version = "0.2.16" } -sn_node = { path = "../sn_node", version = "0.100.1" } +sn_node = { path = "../sn_node", version = "0.100.2" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.1.13" } sn_protocol = { path = "../sn_protocol", version = "0.9.0" } sn_transfers = { path = "../sn_transfers", version = "0.14.28" } diff --git a/sn_testnet/CHANGELOG.md b/sn_testnet/CHANGELOG.md index 69c691fbf5..0de77d8c20 100644 --- a/sn_testnet/CHANGELOG.md +++ b/sn_testnet/CHANGELOG.md @@ -2207,6 +2207,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.2.336](https://github.com/maidsafe/safe_network/compare/sn_testnet-v0.2.335...sn_testnet-v0.2.336) - 2023-12-12 + +### Other +- update dependencies + ## v0.1.0 (2023-03-16) diff --git a/sn_testnet/Cargo.toml b/sn_testnet/Cargo.toml index 455189a795..a8191cec95 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.335" +version = "0.2.336" [features] # required to pass on flag to node builds