Skip to content

Commit

Permalink
chore(release): sn_node-0.82.3
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 29, 2023
1 parent 15c1d35 commit 243aea9
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 6 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.

42 changes: 38 additions & 4 deletions sn_node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,42 @@ 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.82.3 (2023-03-29)

### Bug Fixes

- <csr-id-15c1d35e604765450a1e33d626b550faa41fb451/> not to cast outdated membership vote

### 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**
- Not to cast outdated membership vote ([`15c1d35`](https://github.com/maidsafe/safe_network/commit/15c1d35e604765450a1e33d626b550faa41fb451))
</details>

## v0.82.2 (2023-03-29)

<csr-id-4e54e547e46c18b1dc9cd2343d7c5a4f2d09f4a4/>

### Chore

- <csr-id-4e54e547e46c18b1dc9cd2343d7c5a4f2d09f4a4/> mark of unsubscribed event channel

### Chore

- <csr-id-1aeaafa940fc9ada35cfbcfc95f28c7478d4a2da/> sn_interface-0.22.2/sn_node-0.82.2

### Bug Fixes

- <csr-id-d51708620d399912acbb023f72ed7b2f928a1c01/> do not cast handover vote after aggregated
Expand All @@ -24,8 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

- 3 commits contributed to the release.
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
- 4 commits contributed to the release.
- 4 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

### Commit Details
Expand All @@ -35,13 +65,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **Uncategorized**
- Sn_interface-0.22.2/sn_node-0.82.2 ([`1aeaafa`](https://github.com/maidsafe/safe_network/commit/1aeaafa940fc9ada35cfbcfc95f28c7478d4a2da))
- Do not cast handover vote after aggregated ([`d517086`](https://github.com/maidsafe/safe_network/commit/d51708620d399912acbb023f72ed7b2f928a1c01))
- Fixes to resolve failing CIs ([`4eef5f9`](https://github.com/maidsafe/safe_network/commit/4eef5f938259b1452cd2828e36c496ce1f3f9fdf))
- Mark of unsubscribed event channel ([`4e54e54`](https://github.com/maidsafe/safe_network/commit/4e54e547e46c18b1dc9cd2343d7c5a4f2d09f4a4))
</details>

## v0.82.1 (2023-03-29)

<csr-id-713a9f5234df4d22717f13d73b472c1363044089/>

### Chore

- <csr-id-713a9f5234df4d22717f13d73b472c1363044089/> sn_interface-0.22.1/sn_client-0.84.1/sn_node-0.82.1/sn_api-0.82.1
Expand Down Expand Up @@ -116,8 +149,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- <csr-id-94d20504b58cb09a203ffd9c03fdcab07a810d0b/> new cmds to interact with a safenode RPC service
- The new `node` CLI subcommand is made available only when building
with `node-ctl` feature flag.
- Adding a new RPC service to safenode to request it to update itself.
- Migrate sn_api and sn_cli CI tests to use sn_testnet 'verify-nodes' feature.

### Commit Statistics

Expand All @@ -138,6 +169,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- New cmds to interact with a safenode RPC service ([`94d2050`](https://github.com/maidsafe/safe_network/commit/94d20504b58cb09a203ffd9c03fdcab07a810d0b))
</details>

<csr-unknown>
Adding a new RPC service to safenode to request it to update itself.Migrate sn_api and sn_cli CI tests to use sn_testnet ‘verify-nodes’ feature.<csr-unknown/>

## v0.80.6 (2023-03-27)

<csr-id-9d2ffe6d74c06a7f90884c4ad365892613b48a65/>
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.82.2"
version = "0.82.3"

[[bin]]
name = "safenode"
Expand Down

0 comments on commit 243aea9

Please sign in to comment.