Skip to content

Commit

Permalink
chore(release): sn_node-0.77.7
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 2, 2023
1 parent 22ab294 commit 12822de
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

41 changes: 39 additions & 2 deletions sn_node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,53 @@ 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.77.7 (2023-03-02)

### New Features

- <csr-id-8d22e3da6dfb6c32a5eb56cb91005703b1b43f0e/> remove DKG sessions with absent members on membership update

### Bug Fixes

- <csr-id-22ab2945479fbd7d5187153a69fa762969061007/> dramatic removal of all DKG sessions except what we want to remove

### Commit Statistics

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

- 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

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

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

* **Uncategorized**
- Dramatic removal of all DKG sessions except what we want to remove ([`22ab294`](https://github.com/maidsafe/safe_network/commit/22ab2945479fbd7d5187153a69fa762969061007))
- Remove DKG sessions with absent members on membership update ([`8d22e3d`](https://github.com/maidsafe/safe_network/commit/8d22e3da6dfb6c32a5eb56cb91005703b1b43f0e))
</details>

## v0.77.6 (2023-03-01)

<csr-id-839a821faed652875671e633bef53bef37a16f12/>

### Chore

- <csr-id-839a821faed652875671e633bef53bef37a16f12/> clarify spend flow

### Chore

- <csr-id-e084b00fd54bb13382b2535d2cc70b480ed099c0/> sn_node-0.77.6

### Commit Statistics

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

* **Uncategorized**
- Sn_node-0.77.6 ([`e084b00`](https://github.com/maidsafe/safe_network/commit/e084b00fd54bb13382b2535d2cc70b480ed099c0))
- Clarify spend flow ([`839a821`](https://github.com/maidsafe/safe_network/commit/839a821faed652875671e633bef53bef37a16f12))
</details>

## v0.77.5 (2023-03-01)

<csr-id-45016b3732bd9cf3a8bca2522c640265eed7b54b/>
<csr-id-6e1173bb84e83dcb5990b0340ccbb0ce05033a9b/>

### Chore

Expand Down
2 changes: 1 addition & 1 deletion 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.77.6"
version = "0.77.7"

[[bench]]
name = "data_storage"
Expand Down

0 comments on commit 12822de

Please sign in to comment.