From 7cb7c8a17a1bceca9280fa3e3c35c2fee7220299 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 31 Jan 2024 16:34:36 +0000 Subject: [PATCH] chore(release): sn_cli-v0.89.33/sn_client-v0.102.19/sn_faucet-v0.3.32/sn_node-v0.103.29/sn_node_rpc_client-v0.4.17/sn-node-manager-v0.1.33/sn_testnet-v0.3.50/token_supplies-v0.1.20 --- Cargo.lock | 16 ++++++++-------- sn_cli/CHANGELOG.md | 5 +++++ sn_cli/Cargo.toml | 4 ++-- sn_client/CHANGELOG.md | 12 ++++++++++++ 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_manager/CHANGELOG.md | 5 +++++ sn_node_manager/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 +- token_supplies/CHANGELOG.md | 5 +++++ token_supplies/Cargo.toml | 2 +- 17 files changed, 69 insertions(+), 22 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c3feb103b..2aa11934d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5020,7 +5020,7 @@ checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" [[package]] name = "sn-node-manager" -version = "0.1.32" +version = "0.1.33" dependencies = [ "assert_cmd", "assert_fs", @@ -5078,7 +5078,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.89.32" +version = "0.89.33" dependencies = [ "blsttc", "bytes", @@ -5117,7 +5117,7 @@ dependencies = [ [[package]] name = "sn_client" -version = "0.102.18" +version = "0.102.19" dependencies = [ "async-trait", "backoff", @@ -5159,7 +5159,7 @@ dependencies = [ [[package]] name = "sn_faucet" -version = "0.3.31" +version = "0.3.32" dependencies = [ "bitcoin", "blsttc", @@ -5240,7 +5240,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.103.28" +version = "0.103.29" dependencies = [ "assert_fs", "async-trait", @@ -5292,7 +5292,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.4.16" +version = "0.4.17" dependencies = [ "assert_fs", "async-trait", @@ -5376,7 +5376,7 @@ dependencies = [ [[package]] name = "sn_testnet" -version = "0.3.49" +version = "0.3.50" dependencies = [ "assert_fs", "clap 3.2.25", @@ -5811,7 +5811,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "token_supplies" -version = "0.1.19" +version = "0.1.20" dependencies = [ "dirs-next", "reqwest", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index e9c68d1c19..2300c43033 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.33](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.89.32...sn_cli-v0.89.33) - 2024-01-31 + +### Other +- update dependencies + ## [0.89.32](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.89.31...sn_cli-v0.89.32) - 2024-01-31 ### Other diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index 4f8a3c6a06..a55d048024 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.32" +version = "0.89.33" [[bin]] path="src/main.rs" @@ -44,7 +44,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.102.18" } +sn_client = { path = "../sn_client", version = "0.102.19" } sn_transfers = { path = "../sn_transfers", version = "0.14.43" } sn_registers = { path = "../sn_registers", version = "0.3.8" } sn_logging = { path = "../sn_logging", version = "0.2.17" } diff --git a/sn_client/CHANGELOG.md b/sn_client/CHANGELOG.md index dd1ca8bf26..ca609129ac 100644 --- a/sn_client/CHANGELOG.md +++ b/sn_client/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.102.19](https://github.com/maidsafe/safe_network/compare/sn_client-v0.102.18...sn_client-v0.102.19) - 2024-01-31 + +### Other +- nano tokens to network address +- change to question mark from expect +- test doc changes to remove code and refactor for pr +- broadcast signed spends +- send +- verify cash note +- receive and cargo fmt +- send spends + ## [0.102.18](https://github.com/maidsafe/safe_network/compare/sn_client-v0.102.17...sn_client-v0.102.18) - 2024-01-31 ### Other diff --git a/sn_client/Cargo.toml b/sn_client/Cargo.toml index 298ff17a50..5b1deb114f 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.102.18" +version = "0.102.19" [features] default=[] diff --git a/sn_faucet/CHANGELOG.md b/sn_faucet/CHANGELOG.md index 6970d87419..6a05d0261b 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.32](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.3.31...sn_faucet-v0.3.32) - 2024-01-31 + +### Other +- update dependencies + ## [0.3.31](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.3.30...sn_faucet-v0.3.31) - 2024-01-31 ### Other diff --git a/sn_faucet/Cargo.toml b/sn_faucet/Cargo.toml index 882d25f11d..fa79d27113 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.31" +version = "0.3.32" [features] default = [] @@ -27,7 +27,7 @@ indicatif = { version = "0.17.5", features = ["tokio"] } minreq = { version = "2.11.0", features = ["https-rustls"] } serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108" -sn_client = { path = "../sn_client", version = "0.102.18" } +sn_client = { path = "../sn_client", version = "0.102.19" } sn_logging = { path = "../sn_logging", version = "0.2.17" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.5" } sn_transfers = { path = "../sn_transfers", version = "0.14.43" } diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index c528120176..edc039e47d 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -3047,6 +3047,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.103.29](https://github.com/maidsafe/safe_network/compare/sn_node-v0.103.28...sn_node-v0.103.29) - 2024-01-31 + +### Other +- update dependencies + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index 10a34a877f..e779d15918 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.28" +version = "0.103.29" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -50,7 +50,7 @@ self_encryption = "~0.29.0" 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.2.5" } -sn_client = { path = "../sn_client", version = "0.102.18" } +sn_client = { path = "../sn_client", version = "0.102.19" } sn_logging = { path = "../sn_logging", version = "0.2.17" } sn_networking = { path = "../sn_networking", version = "0.12.43" } sn_protocol = { path = "../sn_protocol", version = "0.12.0", features = ["rpc"]} diff --git a/sn_node_manager/CHANGELOG.md b/sn_node_manager/CHANGELOG.md index 689e93035c..451602c81e 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.33](https://github.com/maidsafe/safe_network/compare/sn-node-manager-v0.1.32...sn-node-manager-v0.1.33) - 2024-01-31 + +### Other +- update dependencies + ## [0.1.32](https://github.com/maidsafe/safe_network/compare/sn-node-manager-v0.1.31...sn-node-manager-v0.1.32) - 2024-01-31 ### Other diff --git a/sn_node_manager/Cargo.toml b/sn_node_manager/Cargo.toml index d5b8b50775..12b36b76c2 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.32" +version = "0.1.33" [[bin]] path="src/main.rs" @@ -28,7 +28,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.16" } +sn_node_rpc_client = { path = "../sn_node_rpc_client", version = "0.4.17" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.4" } sn_protocol = { path = "../sn_protocol", version = "0.12.0" } sn-releases = "0.1.6" diff --git a/sn_node_rpc_client/CHANGELOG.md b/sn_node_rpc_client/CHANGELOG.md index ed69b4c19b..6a744027a1 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.17](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.4.16...sn_node_rpc_client-v0.4.17) - 2024-01-31 + +### Other +- update dependencies + ## [0.4.16](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.4.15...sn_node_rpc_client-v0.4.16) - 2024-01-31 ### Other diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index 0d350b5cf0..6c21abf64a 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.16" +version = "0.4.17" [[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.102.18" } +sn_client = { path = "../sn_client", version = "0.102.19" } sn_logging = { path = "../sn_logging", version = "0.2.17" } -sn_node = { path = "../sn_node", version = "0.103.28" } +sn_node = { path = "../sn_node", version = "0.103.29" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.5" } sn_protocol = { path = "../sn_protocol", version = "0.12.0", features=["rpc"] } sn_transfers = { path = "../sn_transfers", version = "0.14.43" } diff --git a/sn_testnet/CHANGELOG.md b/sn_testnet/CHANGELOG.md index b10c732e7d..74b52b5037 100644 --- a/sn_testnet/CHANGELOG.md +++ b/sn_testnet/CHANGELOG.md @@ -2697,6 +2697,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.3.50](https://github.com/maidsafe/safe_network/compare/sn_testnet-v0.3.49...sn_testnet-v0.3.50) - 2024-01-31 + +### Other +- update dependencies + ## v0.1.0 (2023-03-16) diff --git a/sn_testnet/Cargo.toml b/sn_testnet/Cargo.toml index 7e7cec8a35..1b12572356 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.49" +version = "0.3.50" [features] # required to pass on flag to node builds diff --git a/token_supplies/CHANGELOG.md b/token_supplies/CHANGELOG.md index 2bec1a1669..0ab43335e9 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.20](https://github.com/maidsafe/safe_network/compare/token_supplies-v0.1.19...token_supplies-v0.1.20) - 2024-01-31 + +### Other +- update dependencies + ## [0.1.19](https://github.com/maidsafe/safe_network/compare/token_supplies-v0.1.18...token_supplies-v0.1.19) - 2024-01-31 ### Other diff --git a/token_supplies/Cargo.toml b/token_supplies/Cargo.toml index 507d61f684..d30153b304 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.19" +version = "0.1.20" [dependencies]