Skip to content

Commit

Permalink
chore(release): sn_interface-0.20.4/sn_node-0.78.4
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 10, 2023
1 parent 6d17af2 commit bc33b08
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion log_cmds_inspector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
34 changes: 32 additions & 2 deletions sn_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

- <csr-id-6d17af24fcaf1e340dc3aec3d40e55ee80b154cf/> make clippy happy for rust 1.68

### Commit Statistics

<csr-read-only-do-not-edit/>

- 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

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

* **Uncategorized**
- Make clippy happy for rust 1.68 ([`6d17af2`](https://github.com/maidsafe/safe_network/commit/6d17af24fcaf1e340dc3aec3d40e55ee80b154cf))
</details>

## v0.20.3 (2023-03-09)

### Chore

- <csr-id-bad9bc634abd8c12a31bbee0ee71423f727c7397/> sn_interface-0.20.3/sn_client-0.82.1/sn_node-0.78.3

### New Features

- <csr-id-7789cd503b8f8f1f254d90741950958e678cc420/> adds query to get Elder reward keys
Expand All @@ -16,8 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<csr-read-only-do-not-edit/>

- 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
Expand All @@ -27,12 +55,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **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))
</details>

## v0.20.2 (2023-03-09)

<csr-id-0ff8d0bef0c8c9a4ef38d094337b25070f7e7ac0/>
<csr-id-07b4cb75e2b1a1db93b7ef9e7d60ed802520f9c9/>

### Chore

Expand Down
2 changes: 1 addition & 1 deletion sn_interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
34 changes: 32 additions & 2 deletions sn_node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

- <csr-id-6d17af24fcaf1e340dc3aec3d40e55ee80b154cf/> make clippy happy for rust 1.68

### Commit Statistics

<csr-read-only-do-not-edit/>

- 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

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

* **Uncategorized**
- Make clippy happy for rust 1.68 ([`6d17af2`](https://github.com/maidsafe/safe_network/commit/6d17af24fcaf1e340dc3aec3d40e55ee80b154cf))
</details>

## v0.78.3 (2023-03-09)

### Chore

- <csr-id-bad9bc634abd8c12a31bbee0ee71423f727c7397/> sn_interface-0.20.3/sn_client-0.82.1/sn_node-0.78.3

### New Features

- <csr-id-7789cd503b8f8f1f254d90741950958e678cc420/> adds query to get Elder reward keys
Expand All @@ -15,8 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<csr-read-only-do-not-edit/>

- 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
Expand All @@ -26,12 +54,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **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))
</details>

## v0.78.2 (2023-03-09)

<csr-id-0ff8d0bef0c8c9a4ef38d094337b25070f7e7ac0/>
<csr-id-07b4cb75e2b1a1db93b7ef9e7d60ed802520f9c9/>

### Chore

Expand Down
6 changes: 3 additions & 3 deletions sn_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit bc33b08

Please sign in to comment.