diff --git a/Cargo.lock b/Cargo.lock
index 126c9506c6..7fdcf89526 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4138,7 +4138,7 @@ dependencies = [
[[package]]
name = "sn_interface"
-version = "0.20.3"
+version = "0.20.4"
dependencies = [
"base64 0.13.1",
"bincode",
@@ -4201,7 +4201,7 @@ dependencies = [
[[package]]
name = "sn_node"
-version = "0.78.3"
+version = "0.78.4"
dependencies = [
"assert_matches",
"base64 0.13.1",
diff --git a/log_cmds_inspector/Cargo.toml b/log_cmds_inspector/Cargo.toml
index d672d66f29..cd3b41e778 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.3" }
+sn_interface = { path = "../sn_interface", version = "^0.20.4" }
diff --git a/sn_interface/CHANGELOG.md b/sn_interface/CHANGELOG.md
index 5a8d7361f0..86ef4ced49 100644
--- a/sn_interface/CHANGELOG.md
+++ b/sn_interface/CHANGELOG.md
@@ -6,8 +6,36 @@ 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.20.4 (2023-03-10)
+
+### Chore
+
+ - make clippy happy for rust 1.68
+
+### Commit Statistics
+
+
+
+ - 1 commit contributed to the release.
+ - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
+ - 0 issues like '(#ID)' were seen in commit messages
+
+### Commit Details
+
+
+
+view details
+
+ * **Uncategorized**
+ - Make clippy happy for rust 1.68 ([`6d17af2`](https://github.com/maidsafe/safe_network/commit/6d17af24fcaf1e340dc3aec3d40e55ee80b154cf))
+
+
## v0.20.3 (2023-03-09)
+### Chore
+
+ - sn_interface-0.20.3/sn_client-0.82.1/sn_node-0.78.3
+
### New Features
- adds query to get Elder reward keys
@@ -16,8 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- - 1 commit contributed to the release.
- - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
+ - 2 commits contributed to the release.
+ - 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
@@ -27,12 +55,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details
* **Uncategorized**
+ - Sn_interface-0.20.3/sn_client-0.82.1/sn_node-0.78.3 ([`bad9bc6`](https://github.com/maidsafe/safe_network/commit/bad9bc634abd8c12a31bbee0ee71423f727c7397))
- Adds query to get Elder reward keys ([`7789cd5`](https://github.com/maidsafe/safe_network/commit/7789cd503b8f8f1f254d90741950958e678cc420))
## v0.20.2 (2023-03-09)
+
### Chore
diff --git a/sn_interface/Cargo.toml b/sn_interface/Cargo.toml
index e0639c0d63..8275ee7954 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.3"
+version = "0.20.4"
[features]
test-utils = ["proptest"]
diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md
index 90960e6551..b30cd8d419 100644
--- a/sn_node/CHANGELOG.md
+++ b/sn_node/CHANGELOG.md
@@ -5,8 +5,36 @@ 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.78.4 (2023-03-10)
+
+### Chore
+
+ - make clippy happy for rust 1.68
+
+### Commit Statistics
+
+
+
+ - 1 commit contributed to the release.
+ - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
+ - 0 issues like '(#ID)' were seen in commit messages
+
+### Commit Details
+
+
+
+view details
+
+ * **Uncategorized**
+ - Make clippy happy for rust 1.68 ([`6d17af2`](https://github.com/maidsafe/safe_network/commit/6d17af24fcaf1e340dc3aec3d40e55ee80b154cf))
+
+
## v0.78.3 (2023-03-09)
+### Chore
+
+ - sn_interface-0.20.3/sn_client-0.82.1/sn_node-0.78.3
+
### New Features
- adds query to get Elder reward keys
@@ -15,8 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- - 1 commit contributed to the release.
- - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
+ - 2 commits contributed to the release.
+ - 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
@@ -26,12 +54,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details
* **Uncategorized**
+ - Sn_interface-0.20.3/sn_client-0.82.1/sn_node-0.78.3 ([`bad9bc6`](https://github.com/maidsafe/safe_network/commit/bad9bc634abd8c12a31bbee0ee71423f727c7397))
- Adds query to get Elder reward keys ([`7789cd5`](https://github.com/maidsafe/safe_network/commit/7789cd503b8f8f1f254d90741950958e678cc420))
## v0.78.2 (2023-03-09)
+
### Chore
diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml
index 0620674179..30442c3413 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.78.3"
+version = "0.78.4"
[[bench]]
name = "data_storage"
@@ -64,7 +64,7 @@ sn_updater = { path = "../sn_updater", version = "^0.1.0" }
sn_comms = { path = "../sn_comms", version = "^0.6.0" }
sn_dbc = { version = "9.0.0", features = ["serdes"] }
sn_fault_detection = { path = "../sn_fault_detection", version = "^0.15.5" }
-sn_interface = { path = "../sn_interface", version = "^0.20.3" }
+sn_interface = { path = "../sn_interface", version = "^0.20.4" }
sn_sdkg = "3.1.2"
serde = { version = "1.0.111", features = ["derive", "rc"] }
serde_bytes = "~0.11.5"
@@ -113,7 +113,7 @@ 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.0", features = ["test"] }
-sn_interface = { path = "../sn_interface", version = "^0.20.3", features= ["test-utils", "proptest"] }
+sn_interface = { path = "../sn_interface", version = "^0.20.4", features= ["test-utils", "proptest"] }
[dev-dependencies.cargo-husky]
version = "1.5.0"