From 0e9db2da4ed28d36d8ee866c9e941ab39e155e28 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 27 Mar 2023 20:36:41 +0000 Subject: [PATCH] chore(release): sn_updater-0.2.0/sn_interface-0.21.0/sn_comms-0.7.0/sn_client-0.83.0/sn_node-0.81.0/sn_api-0.81.0/sn_cli-0.75.0 --- Cargo.lock | 14 +++++++------- log_cmds_inspector/Cargo.toml | 2 +- sn_api/CHANGELOG.md | 15 +++++++++++++-- sn_api/Cargo.toml | 10 +++++----- sn_cli/Cargo.toml | 8 ++++---- sn_client/CHANGELOG.md | 15 +++++++++++++-- sn_client/Cargo.toml | 6 +++--- sn_cmd_test_utilities/Cargo.toml | 2 +- sn_comms/CHANGELOG.md | 15 +++++++++++++-- sn_comms/Cargo.toml | 4 ++-- sn_interface/Cargo.toml | 2 +- sn_node/Cargo.toml | 12 ++++++------ sn_updater/Cargo.toml | 2 +- 13 files changed, 70 insertions(+), 37 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dab97d7078..a9fa5bff86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3981,7 +3981,7 @@ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" [[package]] name = "sn_api" -version = "0.80.5" +version = "0.81.0" dependencies = [ "anyhow", "assert_fs", @@ -4031,7 +4031,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.74.3" +version = "0.75.0" dependencies = [ "ansi_term", "assert_cmd", @@ -4087,7 +4087,7 @@ dependencies = [ [[package]] name = "sn_client" -version = "0.82.6" +version = "0.83.0" dependencies = [ "assert_matches", "backoff", @@ -4161,7 +4161,7 @@ dependencies = [ [[package]] name = "sn_comms" -version = "0.6.4" +version = "0.7.0" dependencies = [ "assert_matches", "blsttc", @@ -4227,7 +4227,7 @@ dependencies = [ [[package]] name = "sn_interface" -version = "0.20.12" +version = "0.21.0" dependencies = [ "assert_matches", "base64 0.13.1", @@ -4277,7 +4277,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.80.6" +version = "0.81.0" dependencies = [ "assert_matches", "base64 0.13.1", @@ -4392,7 +4392,7 @@ dependencies = [ [[package]] name = "sn_updater" -version = "0.1.0" +version = "0.2.0" dependencies = [ "self_update", "thiserror", diff --git a/log_cmds_inspector/Cargo.toml b/log_cmds_inspector/Cargo.toml index 9c35ce90c2..f2b601d0c0 100644 --- a/log_cmds_inspector/Cargo.toml +++ b/log_cmds_inspector/Cargo.toml @@ -27,4 +27,4 @@ clap = { version = "3.0.0", features = ["derive", "env"] } strum = "0.24" strum_macros = "0.24" walkdir = "2" -sn_interface = { path = "../sn_interface", version = "^0.20.12" } +sn_interface = { path = "../sn_interface", version = "^0.21.0" } diff --git a/sn_api/CHANGELOG.md b/sn_api/CHANGELOG.md index 7d71d3734b..b1b2691546 100644 --- a/sn_api/CHANGELOG.md +++ b/sn_api/CHANGELOG.md @@ -5,19 +5,27 @@ 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). +## v0.81.0 (2023-03-27) + ## v0.80.5 (2023-03-26) + + ### Chore - bump sn_dbc to 11.0.0 +### Chore + + - sn_interface-0.20.11/sn_client-0.82.6/sn_node-0.80.5/sn_api-0.80.5/sn_cli-0.74.3 + ### Commit Statistics - - 1 commit contributed to the release. + - 2 commits contributed to the release. - 3 days passed between releases. - - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details @@ -27,11 +35,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Sn_interface-0.20.11/sn_client-0.82.6/sn_node-0.80.5/sn_api-0.80.5/sn_cli-0.74.3 ([`d045f53`](https://github.com/maidsafe/safe_network/commit/d045f53e8ac66542cd6d2cfc750368d5142bc98e)) - Bump sn_dbc to 11.0.0 ([`de3abf8`](https://github.com/maidsafe/safe_network/commit/de3abf841789c5a696cd86a17d2c5743ad047c92))
## v0.80.4 (2023-03-23) + + ### Chore - sn_interface-0.20.8/sn_client-0.82.5/sn_node-0.80.2/sn_api-0.80.4 diff --git a/sn_api/Cargo.toml b/sn_api/Cargo.toml index 0711a910a8..01da07ac54 100644 --- a/sn_api/Cargo.toml +++ b/sn_api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sn_api" -version = "0.80.5" +version = "0.81.0" description = "Safe API" authors = [ "bochaco ", @@ -41,9 +41,9 @@ pbkdf2 = { version = "~0.7", default-features = false } serde = "1.0.123" serde_json = "1.0.62" sha3 = "~0.9" -sn_client = { path = "../sn_client", version = "^0.82.6" } +sn_client = { path = "../sn_client", version = "^0.83.0" } sn_dbc = { version = "11.0.0", features = ["serdes"] } -sn_interface = { path = "../sn_interface", version = "^0.20.11" } +sn_interface = { path = "../sn_interface", version = "^0.21.0" } thiserror = "1.0.23" time = { version = "~0.3.4", features = ["formatting"] } tiny-keccak = { version = "2.0.2", features = ["sha3"] } @@ -76,7 +76,7 @@ async_once = "~0.2.6" hex = "~0.4" predicates = "2.0" proptest = "1.0.0" -sn_client = { path = "../sn_client", version = "^0.82.6", features = ["test-utils"] } -sn_interface = { path = "../sn_interface", version = "^0.20.11", features = ["test-utils"] } +sn_client = { path = "../sn_client", version = "^0.83.0", features = ["test-utils"] } +sn_interface = { path = "../sn_interface", version = "^0.21.0", features = ["test-utils"] } tokio = { version = "1.6.0", features = ["macros"] } tracing-subscriber = "~0.3.1" diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index b6071b0ea1..4e5e7ae1a6 100644 --- a/sn_cli/Cargo.toml +++ b/sn_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sn_cli" -version = "0.74.3" +version = "0.75.0" description = "Safe CLI" authors = [ "bochaco ", @@ -48,8 +48,8 @@ rcgen = "~0.9" relative-path = "1.3.2" reqwest = { version = "~0.11", default-features = false, features = ["rustls-tls"] } rmp-serde = "1.0.0" -sn_updater = { path = "../sn_updater", version = "^0.1.0" } -sn_api = { path = "../sn_api", version = "^0.80.5", default-features = false, features = ["app"] } +sn_updater = { path = "../sn_updater", version = "^0.2.0" } +sn_api = { path = "../sn_api", version = "^0.81.0", default-features = false, features = ["app"] } sn_dbc = { version = "11.0.0", features = ["serdes"] } serde = "1.0.123" serde_json = "1.0.62" @@ -89,7 +89,7 @@ walkdir = "2.3.1" multibase = "~0.9.1" xor_name = "~5.0.0" futures = "0.3.21" -sn_api = { path = "../sn_api", version = "^0.80.5", features = ["app", "test-utils"] } +sn_api = { path = "../sn_api", version = "^0.81.0", features = ["app", "test-utils"] } httpmock = "~0.6.6" [dev-dependencies.sn_cmd_test_utilities] diff --git a/sn_client/CHANGELOG.md b/sn_client/CHANGELOG.md index 64cc8945d2..231b1b9edc 100644 --- a/sn_client/CHANGELOG.md +++ b/sn_client/CHANGELOG.md @@ -1113,19 +1113,27 @@ needed, as they keypair itself contains the Arcs we need. - Self authentication Example - Example to demonstrate Storage API +## v0.83.0 (2023-03-27) + ## v0.82.6 (2023-03-26) + + ### Chore - bump sn_dbc to 11.0.0 +### Chore + + - sn_interface-0.20.11/sn_client-0.82.6/sn_node-0.80.5/sn_api-0.80.5/sn_cli-0.74.3 + ### Commit Statistics - - 1 commit contributed to the release. + - 2 commits contributed to the release. - 3 days passed between releases. - - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details @@ -1135,11 +1143,14 @@ needed, as they keypair itself contains the Arcs we need.
view details * **Uncategorized** + - Sn_interface-0.20.11/sn_client-0.82.6/sn_node-0.80.5/sn_api-0.80.5/sn_cli-0.74.3 ([`d045f53`](https://github.com/maidsafe/safe_network/commit/d045f53e8ac66542cd6d2cfc750368d5142bc98e)) - Bump sn_dbc to 11.0.0 ([`de3abf8`](https://github.com/maidsafe/safe_network/commit/de3abf841789c5a696cd86a17d2c5743ad047c92))
## v0.82.5 (2023-03-23) + + ### Chore - sn_interface-0.20.8/sn_client-0.82.5/sn_node-0.80.2/sn_api-0.80.4 diff --git a/sn_client/Cargo.toml b/sn_client/Cargo.toml index 5483eb0e21..92c7da67e1 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.82.6" +version = "0.83.0" [[bench]] name = "upload_bytes" @@ -72,7 +72,7 @@ serde_bytes = "~0.11.5" serde_json = "1.0.53" signature = "1.1.10" sn_dbc = { version = "11.0.0", features = ["serdes"] } -sn_interface = { path = "../sn_interface", version = "^0.20.11" } +sn_interface = { path = "../sn_interface", version = "^0.21.0" } sn_testnet = { path = "../sn_testnet", version = "^0.1.3" } strum = "0.24" strum_macros = "0.24" @@ -100,7 +100,7 @@ rand = { version = "~0.8.5", features = ["small_rng"] } termcolor="1.1.2" tiny-keccak = { version = "2.0.2", features = ["sha3"] } walkdir = "2" -sn_interface = { path = "../sn_interface", version = "^0.20.11", features= ["test-utils"] } +sn_interface = { path = "../sn_interface", version = "^0.21.0", features= ["test-utils"] } [dev-dependencies.cargo-husky] version = "1.5.0" diff --git a/sn_cmd_test_utilities/Cargo.toml b/sn_cmd_test_utilities/Cargo.toml index 0960b7ea82..fc5f139b76 100644 --- a/sn_cmd_test_utilities/Cargo.toml +++ b/sn_cmd_test_utilities/Cargo.toml @@ -17,7 +17,7 @@ dirs-next = "2.0.0" rand = "~0.8" serde = "1.0.123" serde_json = "1.0.62" -sn_api = { path = "../sn_api", version = "^0.80.5", default-features=false, features = ["app", "authd_client"] } +sn_api = { path = "../sn_api", version = "^0.81.0", default-features=false, features = ["app", "authd_client"] } walkdir = "2.3.1" multibase = "~0.9.1" diff --git a/sn_comms/CHANGELOG.md b/sn_comms/CHANGELOG.md index e129976f7d..8ffcc1d025 100644 --- a/sn_comms/CHANGELOG.md +++ b/sn_comms/CHANGELOG.md @@ -5,20 +5,29 @@ 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). +## v0.7.0 (2023-03-27) + ## v0.6.4 (2023-03-22) + + + ### Chore - sn_testnet-0.1.3/sn_interface-0.20.7/sn_comms-0.6.4/sn_client-0.82.4/sn_node-0.80.1/sn_api-0.80.3/sn_cli-0.74.2 - clarify naming +### Chore + + - sn_testnet-0.1.3/sn_interface-0.20.7/sn_comms-0.6.4/sn_client-0.82.4/sn_node-0.80.1/sn_api-0.80.3/sn_cli-0.74.2 + ### Commit Statistics - - 3 commits contributed to the release over the course of 2 calendar days. + - 4 commits contributed to the release over the course of 2 calendar days. - 6 days passed between releases. - - 2 commits were understood as [conventional](https://www.conventionalcommits.org). + - 3 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details @@ -28,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Sn_testnet-0.1.3/sn_interface-0.20.7/sn_comms-0.6.4/sn_client-0.82.4/sn_node-0.80.1/sn_api-0.80.3/sn_cli-0.74.2 ([`22c6e34`](https://github.com/maidsafe/safe_network/commit/22c6e341d28c913a3acaaeae0ceeb8c0a1ef4d4e)) - Revert "chore(release): sn_testnet-0.1.3/sn_interface-0.20.7/sn_comms-0.6.4/sn_client-0.82.4/sn_node-0.80.1/sn_api-0.80.3/sn_cli-0.74.2" ([`2e25949`](https://github.com/maidsafe/safe_network/commit/2e25949f685b0b805d8866527232c010380573ce)) - Sn_testnet-0.1.3/sn_interface-0.20.7/sn_comms-0.6.4/sn_client-0.82.4/sn_node-0.80.1/sn_api-0.80.3/sn_cli-0.74.2 ([`b062733`](https://github.com/maidsafe/safe_network/commit/b0627339e2458fd762084cc4805d7adedfd8c05e)) - Clarify naming ([`a5bb5e8`](https://github.com/maidsafe/safe_network/commit/a5bb5e86518e23dcc59f252b231de89ed90efcf9)) @@ -37,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + ### Chore diff --git a/sn_comms/Cargo.toml b/sn_comms/Cargo.toml index 6a5a619546..d8c68883f2 100644 --- a/sn_comms/Cargo.toml +++ b/sn_comms/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_comms" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.6.4" +version = "0.7.0" [features] default = [] @@ -19,7 +19,7 @@ custom_debug = "~0.5.0" dashmap = {version = "5.1.0", features = [ "serde" ]} futures = "~0.3.13" qp2p = "0.36.1" -sn_interface = { path = "../sn_interface", version = "^0.20.7" } +sn_interface = { path = "../sn_interface", version = "^0.21.0" } thiserror = "1.0.23" tokio = { version = "1.0.23", features = [ "sync" ] } tracing = "~0.1.26" diff --git a/sn_interface/Cargo.toml b/sn_interface/Cargo.toml index 908733ff25..c8da6eff0d 100644 --- a/sn_interface/Cargo.toml +++ b/sn_interface/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_interface" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.20.12" +version = "0.21.0" [features] test-utils = ["proptest"] diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index b1c85a9db1..f3326ca730 100644 --- a/sn_node/Cargo.toml +++ b/sn_node/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_node" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.80.6" +version = "0.81.0" [[bin]] name = "safenode" @@ -69,11 +69,11 @@ rand-07 = { package = "rand", version = "~0.7.3" } rayon = "1.5.1" rmp-serde = "1.0.0" sn_consensus = "3.3.3" -sn_updater = { path = "../sn_updater", version = "^0.1.0" } -sn_comms = { path = "../sn_comms", version = "^0.6.4" } +sn_updater = { path = "../sn_updater", version = "^0.2.0" } +sn_comms = { path = "../sn_comms", version = "^0.7.0" } sn_dbc = { version = "11.0.0", features = ["serdes"] } sn_fault_detection = { path = "../sn_fault_detection", version = "^0.15.5" } -sn_interface = { path = "../sn_interface", version = "^0.20.12" } +sn_interface = { path = "../sn_interface", version = "^0.21.0" } sn_sdkg = "3.1.3" serde = { version = "1.0.111", features = ["derive", "rc"] } serde_bytes = "~0.11.5" @@ -123,8 +123,8 @@ proptest = "1.0.0" rand = { version = "~0.8.5", features = ["small_rng"] } tokio-util = { version = "~0.7", features = ["time"] } walkdir = "2" -sn_comms = { path = "../sn_comms", version = "^0.6.4", features = ["test"] } -sn_interface = { path = "../sn_interface", version = "^0.20.12", features= ["test-utils", "proptest"] } +sn_comms = { path = "../sn_comms", version = "^0.7.0", features = ["test"] } +sn_interface = { path = "../sn_interface", version = "^0.21.0", features= ["test-utils", "proptest"] } [dev-dependencies.cargo-husky] version = "1.5.0" diff --git a/sn_updater/Cargo.toml b/sn_updater/Cargo.toml index 098e08e0da..36f59cd328 100644 --- a/sn_updater/Cargo.toml +++ b/sn_updater/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_updater" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.0" +version = "0.2.0" [dependencies] thiserror = "1.0.23"