From 46650c74a51454a43b000bf53dc3a46ea9c8d43c Mon Sep 17 00:00:00 2001 From: Josh Wilson Date: Tue, 4 Jun 2024 13:30:39 +0900 Subject: [PATCH] chore(release): sn_auditor-v0.1.21/sn_client-v0.107.4/sn_peers_acquisition-v0.3.2/sn_cli-v0.93.3/sn_faucet-v0.4.23/sn_node-v0.107.3/node-launchpad-v0.3.3/sn-node-manager-v0.9.3/sn_node_rpc_client-v0.6.21 --- Cargo.lock | 18 +++++++++--------- node-launchpad/CHANGELOG.md | 13 +++++++++++++ node-launchpad/Cargo.toml | 6 +++--- sn_auditor/CHANGELOG.md | 5 +++++ sn_auditor/Cargo.toml | 6 +++--- sn_cli/CHANGELOG.md | 8 ++++++++ sn_cli/Cargo.toml | 8 ++++---- sn_client/CHANGELOG.md | 8 ++++++++ sn_client/Cargo.toml | 6 +++--- sn_faucet/CHANGELOG.md | 5 +++++ sn_faucet/Cargo.toml | 8 ++++---- sn_node/CHANGELOG.md | 6 ++++++ sn_node/Cargo.toml | 6 +++--- sn_node_manager/CHANGELOG.md | 9 +++++++++ sn_node_manager/Cargo.toml | 4 ++-- sn_node_rpc_client/CHANGELOG.md | 5 +++++ sn_node_rpc_client/Cargo.toml | 8 ++++---- sn_peers_acquisition/CHANGELOG.md | 5 +++++ sn_peers_acquisition/Cargo.toml | 2 +- 19 files changed, 100 insertions(+), 36 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4bdc0944a6..1eb7838f53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4692,7 +4692,7 @@ dependencies = [ [[package]] name = "node-launchpad" -version = "0.3.2" +version = "0.3.3" dependencies = [ "atty", "better-panic", @@ -6923,7 +6923,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "sn-node-manager" -version = "0.9.2" +version = "0.9.3" dependencies = [ "assert_cmd", "assert_fs", @@ -6982,7 +6982,7 @@ dependencies = [ [[package]] name = "sn_auditor" -version = "0.1.20" +version = "0.1.21" dependencies = [ "blsttc", "clap", @@ -7021,7 +7021,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.93.2" +version = "0.93.3" dependencies = [ "aes 0.7.5", "base64 0.22.1", @@ -7062,7 +7062,7 @@ dependencies = [ [[package]] name = "sn_client" -version = "0.107.3" +version = "0.107.4" dependencies = [ "assert_matches", "async-trait", @@ -7147,7 +7147,7 @@ dependencies = [ [[package]] name = "sn_faucet" -version = "0.4.22" +version = "0.4.23" dependencies = [ "assert_fs", "base64 0.22.1", @@ -7260,7 +7260,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.107.2" +version = "0.107.3" dependencies = [ "assert_fs", "assert_matches", @@ -7315,7 +7315,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.6.20" +version = "0.6.21" dependencies = [ "assert_fs", "async-trait", @@ -7342,7 +7342,7 @@ dependencies = [ [[package]] name = "sn_peers_acquisition" -version = "0.3.1" +version = "0.3.2" dependencies = [ "clap", "lazy_static", diff --git a/node-launchpad/CHANGELOG.md b/node-launchpad/CHANGELOG.md index 922680ea4c..481ba198c5 100644 --- a/node-launchpad/CHANGELOG.md +++ b/node-launchpad/CHANGELOG.md @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.3](https://github.com/joshuef/safe_network/compare/node-launchpad-v0.3.2...node-launchpad-v0.3.3) - 2024-06-04 + +### Added +- *(launchpad)* limit node count to 50 +- *(faucet_server)* download and upload gutenberger book part by part + +### Fixed +- *(launchpad)* pressing enter should start nodes + +### Other +- *(release)* sn_client-v0.107.3/sn_transfers-v0.18.4/sn_cli-v0.93.2/sn_node-v0.107.2/node-launchpad-v0.3.2/sn-node-manager-v0.9.2/sn_auditor-v0.1.20/sn_networking-v0.16.2/sn_protocol-v0.17.2/sn_faucet-v0.4.22/sn_service_management-v0.3.3/sn_node_rpc_client-v0.6.20 +- reduce dag recrawl interval + ## [0.3.2](https://github.com/joshuef/safe_network/compare/node-launchpad-v0.3.1...node-launchpad-v0.3.2) - 2024-06-03 ### Added diff --git a/node-launchpad/Cargo.toml b/node-launchpad/Cargo.toml index 0a0ea1e817..eb4576fd61 100644 --- a/node-launchpad/Cargo.toml +++ b/node-launchpad/Cargo.toml @@ -2,7 +2,7 @@ authors = ["MaidSafe Developers "] description = "Node Launchpad" name = "node-launchpad" -version = "0.3.2" +version = "0.3.3" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -47,8 +47,8 @@ ratatui = { version = "0.26.0", features = ["serde", "macros", "unstable-widget- serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107" signal-hook = "0.3.17" -sn-node-manager = { version = "0.9.2", path = "../sn_node_manager" } -sn_peers_acquisition = { version = "0.3.1", path = "../sn_peers_acquisition", features = ["network-contacts"]} +sn-node-manager = { version = "0.9.3", path = "../sn_node_manager" } +sn_peers_acquisition = { version = "0.3.2", path = "../sn_peers_acquisition", features = ["network-contacts"]} sn-releases = "~0.2.6" sn_service_management = { version = "0.3.3", path = "../sn_service_management" } strip-ansi-escapes = "0.2.0" diff --git a/sn_auditor/CHANGELOG.md b/sn_auditor/CHANGELOG.md index c6058a7b17..a03219cec1 100644 --- a/sn_auditor/CHANGELOG.md +++ b/sn_auditor/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.21](https://github.com/joshuef/safe_network/compare/sn_auditor-v0.1.20...sn_auditor-v0.1.21) - 2024-06-04 + +### Other +- reduce dag recrawl interval + ## [0.1.20](https://github.com/joshuef/safe_network/compare/sn_auditor-v0.1.19...sn_auditor-v0.1.20) - 2024-06-03 ### Other diff --git a/sn_auditor/Cargo.toml b/sn_auditor/Cargo.toml index 4cce23c440..07b62a839a 100644 --- a/sn_auditor/Cargo.toml +++ b/sn_auditor/Cargo.toml @@ -2,7 +2,7 @@ authors = ["MaidSafe Developers "] description = "Safe Network Auditor" name = "sn_auditor" -version = "0.1.20" +version = "0.1.21" edition = "2021" homepage = "https://maidsafe.net" repository = "https://github.com/maidsafe/safe_network" @@ -29,9 +29,9 @@ dirs-next = "~2.0.0" graphviz-rust = { version = "0.9.0", optional = true } serde = { version = "1.0.133", features = ["derive", "rc"] } serde_json = "1.0.108" -sn_client = { path = "../sn_client", version = "0.107.3" } +sn_client = { path = "../sn_client", version = "0.107.4" } sn_logging = { path = "../sn_logging", version = "0.2.27" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.1" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.2" } tiny_http = { version = "0.12", features = ["ssl-rustls"] } tracing = { version = "~0.1.26" } tokio = { version = "1.32.0", features = [ diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index 11b1df7297..5064e83a02 100644 --- a/sn_cli/CHANGELOG.md +++ b/sn_cli/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.93.3](https://github.com/joshuef/safe_network/compare/sn_cli-v0.93.2...sn_cli-v0.93.3) - 2024-06-04 + +### Fixed +- *(faucet)* save the transfer not the cashnote for foundation + +### Other +- *(release)* sn_client-v0.107.3/sn_transfers-v0.18.4/sn_cli-v0.93.2/sn_node-v0.107.2/node-launchpad-v0.3.2/sn-node-manager-v0.9.2/sn_auditor-v0.1.20/sn_networking-v0.16.2/sn_protocol-v0.17.2/sn_faucet-v0.4.22/sn_service_management-v0.3.3/sn_node_rpc_client-v0.6.20 + ## [0.93.2](https://github.com/joshuef/safe_network/compare/sn_cli-v0.93.1...sn_cli-v0.93.2) - 2024-06-03 ### Fixed diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index e01965ff6d..d7add1e842 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.93.2" +version = "0.93.3" [[bin]] path = "src/bin/main.rs" @@ -58,9 +58,9 @@ reqwest = { version = "0.12.2", default-features = false, features = [ rmp-serde = "1.1.1" serde = { version = "1.0.133", features = ["derive"] } sn_build_info = { path = "../sn_build_info", version = "0.1.7" } -sn_client = { path = "../sn_client", version = "0.107.3" } +sn_client = { path = "../sn_client", version = "0.107.4" } sn_logging = { path = "../sn_logging", version = "0.2.27" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.1" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.2" } sn_protocol = { path = "../sn_protocol", version = "0.17.2" } tempfile = "3.6.0" tiny-keccak = "~2.0.2" @@ -83,7 +83,7 @@ eyre = "0.6.8" criterion = "0.5.1" tempfile = "3.6.0" rand = { version = "~0.8.5", features = ["small_rng"] } -sn_client = { path = "../sn_client", version = "0.107.3", features = [ +sn_client = { path = "../sn_client", version = "0.107.4", features = [ "test-utils", ] } diff --git a/sn_client/CHANGELOG.md b/sn_client/CHANGELOG.md index d8827b87ee..d40fff4d53 100644 --- a/sn_client/CHANGELOG.md +++ b/sn_client/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.107.4](https://github.com/joshuef/safe_network/compare/sn_client-v0.107.3...sn_client-v0.107.4) - 2024-06-04 + +### Fixed +- *(faucet)* save the transfer not the cashnote for foundation + +### Other +- *(release)* sn_client-v0.107.3/sn_transfers-v0.18.4/sn_cli-v0.93.2/sn_node-v0.107.2/node-launchpad-v0.3.2/sn-node-manager-v0.9.2/sn_auditor-v0.1.20/sn_networking-v0.16.2/sn_protocol-v0.17.2/sn_faucet-v0.4.22/sn_service_management-v0.3.3/sn_node_rpc_client-v0.6.20 + ## [0.107.3](https://github.com/joshuef/safe_network/compare/sn_client-v0.107.2...sn_client-v0.107.3) - 2024-06-03 ### Fixed diff --git a/sn_client/Cargo.toml b/sn_client/Cargo.toml index 21f297ccf9..d0f2fe12f4 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.107.3" +version = "0.107.4" [features] default = [] @@ -59,7 +59,7 @@ thiserror = "1.0.23" tiny-keccak = "~2.0.2" tracing = { version = "~0.1.26" } xor_name = "5.0.0" -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.1", optional = true } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.2", optional = true } eyre = { version = "0.6.8", optional = true } lazy_static = { version = "~1.4.0", optional = true } @@ -85,7 +85,7 @@ crate-type = ["cdylib", "rlib"] getrandom = { version = "0.2.12", features = ["js"] } wasm-bindgen = "0.2.90" wasm-bindgen-futures = "0.4.40" -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.1" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.2" } console_error_panic_hook = "0.1.6" tracing-wasm = "0.2.1" wasmtimer = "0.2.0" diff --git a/sn_faucet/CHANGELOG.md b/sn_faucet/CHANGELOG.md index 01ea014b37..e0370bb8c1 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.4.23](https://github.com/joshuef/safe_network/compare/sn_faucet-v0.4.22...sn_faucet-v0.4.23) - 2024-06-04 + +### Added +- *(faucet_server)* download and upload gutenberger book part by part + ## [0.4.22](https://github.com/joshuef/safe_network/compare/sn_faucet-v0.4.21...sn_faucet-v0.4.22) - 2024-06-03 ### Other diff --git a/sn_faucet/Cargo.toml b/sn_faucet/Cargo.toml index 8d5ce061e9..4ba090e4cc 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.4.22" +version = "0.4.23" [features] default = ["gifting"] @@ -38,10 +38,10 @@ minreq = { version = "2.11.0", features = ["https-rustls"], optional = true } serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108" sn_build_info = { path = "../sn_build_info", version = "0.1.7" } -sn_cli = { path = "../sn_cli", version = "0.93.2" } -sn_client = { path = "../sn_client", version = "0.107.3" } +sn_cli = { path = "../sn_cli", version = "0.93.3" } +sn_client = { path = "../sn_client", version = "0.107.4" } sn_logging = { path = "../sn_logging", version = "0.2.27" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.1" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.2" } sn_protocol = { path = "../sn_protocol", version = "0.17.2" } sn_transfers = { path = "../sn_transfers", version = "0.18.4" } tokio = { version = "1.32.0", features = ["parking_lot", "rt"] } diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index f6bd44d8c4..4709f052bb 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.107.3](https://github.com/joshuef/safe_network/compare/sn_node-v0.107.2...sn_node-v0.107.3) - 2024-06-04 + +### Other +- reduce dag recrawl interval +- *(release)* sn_client-v0.107.3/sn_transfers-v0.18.4/sn_cli-v0.93.2/sn_node-v0.107.2/node-launchpad-v0.3.2/sn-node-manager-v0.9.2/sn_auditor-v0.1.20/sn_networking-v0.16.2/sn_protocol-v0.17.2/sn_faucet-v0.4.22/sn_service_management-v0.3.3/sn_node_rpc_client-v0.6.20 + ## [0.107.2](https://github.com/joshuef/safe_network/compare/sn_node-v0.107.1...sn_node-v0.107.2) - 2024-06-03 ### Fixed diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index d86fefd7e3..c74717f9ba 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.107.2" +version = "0.107.3" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -52,8 +52,8 @@ rayon = "1.8.0" self_encryption = "~0.29.0" serde = { version = "1.0.133", features = ["derive", "rc"] } sn_build_info = { path = "../sn_build_info", version = "0.1.7" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.1" } -sn_client = { path = "../sn_client", version = "0.107.3" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.2" } +sn_client = { path = "../sn_client", version = "0.107.4" } sn_logging = { path = "../sn_logging", version = "0.2.27" } sn_networking = { path = "../sn_networking", version = "0.16.2" } sn_protocol = { path = "../sn_protocol", version = "0.17.2" } diff --git a/sn_node_manager/CHANGELOG.md b/sn_node_manager/CHANGELOG.md index 85d23bd212..36eba3d799 100644 --- a/sn_node_manager/CHANGELOG.md +++ b/sn_node_manager/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.3](https://github.com/joshuef/safe_network/compare/sn-node-manager-v0.9.2...sn-node-manager-v0.9.3) - 2024-06-04 + +### Added +- *(faucet_server)* download and upload gutenberger book part by part + +### Other +- reduce dag recrawl interval +- *(release)* sn_client-v0.107.3/sn_transfers-v0.18.4/sn_cli-v0.93.2/sn_node-v0.107.2/node-launchpad-v0.3.2/sn-node-manager-v0.9.2/sn_auditor-v0.1.20/sn_networking-v0.16.2/sn_protocol-v0.17.2/sn_faucet-v0.4.22/sn_service_management-v0.3.3/sn_node_rpc_client-v0.6.20 + ## [0.9.2](https://github.com/joshuef/safe_network/compare/sn-node-manager-v0.9.1...sn-node-manager-v0.9.2) - 2024-06-03 ### Fixed diff --git a/sn_node_manager/Cargo.toml b/sn_node_manager/Cargo.toml index 589f126472..02fd3ee523 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.9.2" +version = "0.9.3" [[bin]] name = "safenode-manager" @@ -43,7 +43,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" service-manager = "0.7.0" sn_logging = { path = "../sn_logging", version = "0.2.27" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.1" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.2" } sn_protocol = { path = "../sn_protocol", version = "0.17.2" } sn_service_management = { path = "../sn_service_management", version = "0.3.3" } sn-releases = "0.2.6" diff --git a/sn_node_rpc_client/CHANGELOG.md b/sn_node_rpc_client/CHANGELOG.md index 894b76e777..eead0e69bc 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.6.21](https://github.com/joshuef/safe_network/compare/sn_node_rpc_client-v0.6.20...sn_node_rpc_client-v0.6.21) - 2024-06-04 + +### Other +- updated the following local packages: sn_client, sn_peers_acquisition, sn_node + ## [0.6.20](https://github.com/joshuef/safe_network/compare/sn_node_rpc_client-v0.6.19...sn_node_rpc_client-v0.6.20) - 2024-06-03 ### Other diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index 368624e2cf..341803c008 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.6.20" +version = "0.6.21" [[bin]] name = "safenode_rpc_client" @@ -23,10 +23,10 @@ color-eyre = "0.6.2" hex = "~0.4.3" libp2p = { version="0.53", features = ["kad"]} libp2p-identity = { version="0.2.7", features = ["rand"] } -sn_client = { path = "../sn_client", version = "0.107.3" } +sn_client = { path = "../sn_client", version = "0.107.4" } sn_logging = { path = "../sn_logging", version = "0.2.27" } -sn_node = { path = "../sn_node", version = "0.107.2" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.1" } +sn_node = { path = "../sn_node", version = "0.107.3" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.2" } sn_protocol = { path = "../sn_protocol", version = "0.17.2", features=["rpc"] } sn_service_management = { path = "../sn_service_management", version = "0.3.3" } sn_transfers = { path = "../sn_transfers", version = "0.18.4" } diff --git a/sn_peers_acquisition/CHANGELOG.md b/sn_peers_acquisition/CHANGELOG.md index 6b5093af8a..277104c9aa 100644 --- a/sn_peers_acquisition/CHANGELOG.md +++ b/sn_peers_acquisition/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.2](https://github.com/joshuef/safe_network/compare/sn_peers_acquisition-v0.3.1...sn_peers_acquisition-v0.3.2) - 2024-06-04 + +### Other +- *(release)* sn_client-v0.107.3/sn_transfers-v0.18.4/sn_cli-v0.93.2/sn_node-v0.107.2/node-launchpad-v0.3.2/sn-node-manager-v0.9.2/sn_auditor-v0.1.20/sn_networking-v0.16.2/sn_protocol-v0.17.2/sn_faucet-v0.4.22/sn_service_management-v0.3.3/sn_node_rpc_client-v0.6.20 + ## [0.3.1](https://github.com/joshuef/safe_network/compare/sn_peers_acquisition-v0.3.0...sn_peers_acquisition-v0.3.1) - 2024-06-03 ### Other diff --git a/sn_peers_acquisition/Cargo.toml b/sn_peers_acquisition/Cargo.toml index 342d47bfd6..91684c4f06 100644 --- a/sn_peers_acquisition/Cargo.toml +++ b/sn_peers_acquisition/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_peers_acquisition" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.3.1" +version = "0.3.2" [features] local-discovery = []