From 3064a9ad0ecc0c53f3b15c515595b53f5227b192 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 25 Jan 2024 15:23:59 +0000 Subject: [PATCH] chore(release): sn_cli-v0.89.19/sn_client-v0.102.12/sn_faucet-v0.3.19/sn_node-v0.103.17/sn_node_rpc_client-v0.4.5/sn-node-manager-v0.1.21/sn_testnet-v0.3.38/token_supplies-v0.1.8 --- Cargo.lock | 16 ++++++++-------- sn_cli/CHANGELOG.md | 5 +++++ sn_cli/Cargo.toml | 4 ++-- sn_client/CHANGELOG.md | 20 ++++++++++++++++++++ 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, 77 insertions(+), 22 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d45b00d747..5f2adbf995 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4938,7 +4938,7 @@ checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" [[package]] name = "sn-node-manager" -version = "0.1.20" +version = "0.1.21" dependencies = [ "assert_cmd", "assert_fs", @@ -4996,7 +4996,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.89.18" +version = "0.89.19" dependencies = [ "blsttc", "bytes", @@ -5035,7 +5035,7 @@ dependencies = [ [[package]] name = "sn_client" -version = "0.102.11" +version = "0.102.12" dependencies = [ "async-trait", "backoff", @@ -5077,7 +5077,7 @@ dependencies = [ [[package]] name = "sn_faucet" -version = "0.3.18" +version = "0.3.19" dependencies = [ "blsttc", "clap 4.4.18", @@ -5156,7 +5156,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.103.16" +version = "0.103.17" dependencies = [ "assert_fs", "async-trait", @@ -5208,7 +5208,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.4.4" +version = "0.4.5" dependencies = [ "assert_fs", "async-trait", @@ -5292,7 +5292,7 @@ dependencies = [ [[package]] name = "sn_testnet" -version = "0.3.37" +version = "0.3.38" dependencies = [ "assert_fs", "clap 3.2.25", @@ -5727,7 +5727,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "token_supplies" -version = "0.1.7" +version = "0.1.8" dependencies = [ "dirs-next", "reqwest", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index f1b95d17cb..658aa5dadf 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.19](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.89.18...sn_cli-v0.89.19) - 2024-01-25 + +### Other +- update dependencies + ## [0.89.18](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.89.17...sn_cli-v0.89.18) - 2024-01-25 ### Other diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index 5cd24ba045..fcdfc03d1a 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.18" +version = "0.89.19" [[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.11" } +sn_client = { path = "../sn_client", version = "0.102.12" } sn_transfers = { path = "../sn_transfers", version = "0.14.42" } 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 c9917d75cf..7975e31f23 100644 --- a/sn_client/CHANGELOG.md +++ b/sn_client/CHANGELOG.md @@ -6,6 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.102.12](https://github.com/maidsafe/safe_network/compare/sn_client-v0.102.11...sn_client-v0.102.12) - 2024-01-25 + +### Other +- improved pay for storage +- mut wallet description +- revert to mut wallet +- change to wallet result +- cargo fmt +- into wallet doc +- into wallet doc +- expand abbreviations mutable wallet +- pay for storage clone for test pass +- expand on abbreviation and added detail +- pay for records example +- pay for records and cleanup +- pay for storage once detail +- send unsigned detail +- pay for storage +- get store cost at addr unused + ## [0.102.11](https://github.com/maidsafe/safe_network/compare/sn_client-v0.102.10...sn_client-v0.102.11) - 2024-01-25 ### Other diff --git a/sn_client/Cargo.toml b/sn_client/Cargo.toml index 71a5a6bc56..9766928e0a 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.11" +version = "0.102.12" [features] default=[] diff --git a/sn_faucet/CHANGELOG.md b/sn_faucet/CHANGELOG.md index 4ea4119bd7..3ec626373f 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.19](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.3.18...sn_faucet-v0.3.19) - 2024-01-25 + +### Other +- update dependencies + ## [0.3.18](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.3.17...sn_faucet-v0.3.18) - 2024-01-25 ### Other diff --git a/sn_faucet/Cargo.toml b/sn_faucet/Cargo.toml index fa2b988b0f..daaf119b50 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.18" +version = "0.3.19" [features] default = [] @@ -26,7 +26,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.11" } +sn_client = { path = "../sn_client", version = "0.102.12" } 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.42" } diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index 668951f866..b8e6a93ef7 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -2987,6 +2987,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - *(manager)* increase port unbinding time +## [0.103.17](https://github.com/maidsafe/safe_network/compare/sn_node-v0.103.16...sn_node-v0.103.17) - 2024-01-25 + +### Other +- update dependencies + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index f1df829fc7..8a1ef3cc7f 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.16" +version = "0.103.17" 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.11" } +sn_client = { path = "../sn_client", version = "0.102.12" } sn_logging = { path = "../sn_logging", version = "0.2.17" } sn_networking = { path = "../sn_networking", version = "0.12.39" } sn_protocol = { path = "../sn_protocol", version = "0.11.1", features = ["rpc"]} diff --git a/sn_node_manager/CHANGELOG.md b/sn_node_manager/CHANGELOG.md index 1386ceb648..da22e36a42 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.21](https://github.com/maidsafe/safe_network/compare/sn-node-manager-v0.1.20...sn-node-manager-v0.1.21) - 2024-01-25 + +### Other +- update dependencies + ## [0.1.20](https://github.com/maidsafe/safe_network/compare/sn-node-manager-v0.1.19...sn-node-manager-v0.1.20) - 2024-01-25 ### Fixed diff --git a/sn_node_manager/Cargo.toml b/sn_node_manager/Cargo.toml index ef8e54c34f..17aaef3119 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.20" +version = "0.1.21" [[bin]] path="src/main.rs" @@ -30,7 +30,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.4" } +sn_node_rpc_client = { path = "../sn_node_rpc_client", version = "0.4.5" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.4" } sn_protocol = { path = "../sn_protocol", version = "0.11.0" } sn-releases = "0.1.6" diff --git a/sn_node_rpc_client/CHANGELOG.md b/sn_node_rpc_client/CHANGELOG.md index 071f08da33..937cee6b7f 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.5](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.4.4...sn_node_rpc_client-v0.4.5) - 2024-01-25 + +### Other +- update dependencies + ## [0.4.4](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.4.3...sn_node_rpc_client-v0.4.4) - 2024-01-25 ### Other diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index 4827c71f9e..660fa82e3c 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.4" +version = "0.4.5" [[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.11" } +sn_client = { path = "../sn_client", version = "0.102.12" } sn_logging = { path = "../sn_logging", version = "0.2.17" } -sn_node = { path = "../sn_node", version = "0.103.16" } +sn_node = { path = "../sn_node", version = "0.103.17" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.5" } sn_protocol = { path = "../sn_protocol", version = "0.11.1", features=["rpc"] } sn_transfers = { path = "../sn_transfers", version = "0.14.42" } diff --git a/sn_testnet/CHANGELOG.md b/sn_testnet/CHANGELOG.md index 6cb744ae9e..84abd4fb56 100644 --- a/sn_testnet/CHANGELOG.md +++ b/sn_testnet/CHANGELOG.md @@ -2637,6 +2637,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.3.38](https://github.com/maidsafe/safe_network/compare/sn_testnet-v0.3.37...sn_testnet-v0.3.38) - 2024-01-25 + +### Other +- update dependencies + ## v0.1.0 (2023-03-16) diff --git a/sn_testnet/Cargo.toml b/sn_testnet/Cargo.toml index a64011f8cb..f19ed9f1ca 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.37" +version = "0.3.38" [features] # required to pass on flag to node builds diff --git a/token_supplies/CHANGELOG.md b/token_supplies/CHANGELOG.md index bc234f84a6..4252ba14d4 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.8](https://github.com/maidsafe/safe_network/compare/token_supplies-v0.1.7...token_supplies-v0.1.8) - 2024-01-25 + +### Other +- update dependencies + ## [0.1.7](https://github.com/maidsafe/safe_network/compare/token_supplies-v0.1.6...token_supplies-v0.1.7) - 2024-01-25 ### Other diff --git a/token_supplies/Cargo.toml b/token_supplies/Cargo.toml index 544c46d672..e4dcb206b4 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.7" +version = "0.1.8" [dependencies]