Skip to content

Commit

Permalink
chore(release): sn_interface-0.22.2/sn_node-0.82.2
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 29, 2023
1 parent d517086 commit 1aeaafa
Show file tree
Hide file tree
Showing 6 changed files with 245 additions and 76 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.22.1" }
sn_interface = { path = "../sn_interface", version = "^0.22.2" }
125 changes: 123 additions & 2 deletions sn_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,42 @@ 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.12 (2023-03-27)
## v0.22.2 (2023-03-29)

### Bug Fixes

- <csr-id-d51708620d399912acbb023f72ed7b2f928a1c01/> do not cast handover vote after aggregated

### Commit Statistics

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

- 1 commit contributed to the release.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
- 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**
- Do not cast handover vote after aggregated ([`d517086`](https://github.com/maidsafe/safe_network/commit/d51708620d399912acbb023f72ed7b2f928a1c01))
</details>

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

### Chore

- <csr-id-9d2ffe6d74c06a7f90884c4ad365892613b48a65/> sn_interface-0.20.12/sn_node-0.80.6

### Commit Statistics

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

- 2 commits 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
Expand All @@ -23,12 +51,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.12/sn_node-0.80.6 ([`9d2ffe6`](https://github.com/maidsafe/safe_network/commit/9d2ffe6d74c06a7f90884c4ad365892613b48a65))
- Feat(fees): add fee types - These types allow Elders to verify that a fee amount, and a sufficient amount, has been included in a spend output. ([`a04c3fc`](https://github.com/maidsafe/safe_network/commit/a04c3fcdb1bab421e417af3c666bbc09c2cfd1e5))
</details>

## v0.20.11 (2023-03-26)

<csr-id-de3abf841789c5a696cd86a17d2c5743ad047c92/>
<csr-id-d045f53e8ac66542cd6d2cfc750368d5142bc98e/>

### Chore

Expand Down Expand Up @@ -408,6 +438,97 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Clean up a few things from commit 4097de4 ([`0ff8d0b`](https://github.com/maidsafe/safe_network/commit/0ff8d0bef0c8c9a4ef38d094337b25070f7e7ac0))
</details>

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

### Chore

- <csr-id-713a9f5234df4d22717f13d73b472c1363044089/> sn_interface-0.22.1/sn_client-0.84.1/sn_node-0.82.1/sn_api-0.82.1
- <csr-id-0b27d12ef3ea4b04e829c6e31790b00d520542a1/> fix review comments of PR 2249

### 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**
- Sn_interface-0.22.1/sn_client-0.84.1/sn_node-0.82.1/sn_api-0.82.1 ([`713a9f5`](https://github.com/maidsafe/safe_network/commit/713a9f5234df4d22717f13d73b472c1363044089))
- Fix review comments of PR 2249 ([`0b27d12`](https://github.com/maidsafe/safe_network/commit/0b27d12ef3ea4b04e829c6e31790b00d520542a1))
</details>

## v0.22.0 (2023-03-28)

### Chore

- <csr-id-2eb838e882e60c2645653815ac136508df373cb1/> sn_interface-0.22.0/sn_comms-0.8.0/sn_client-0.84.0/sn_node-0.82.0/sn_api-0.82.0/sn_cli-0.76.0
- <csr-id-3e97ea42c81c22f68bcb2a2d4ce7a9930a74e3cf/> bump sn_dbc to 12.0.0

### Refactor (BREAKING)

- <csr-id-231c396f116761c6060e32ffc000c1ddddd429f2/> simplify getfees query

### Commit Statistics

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

- 4 commits contributed to the release.
- 3 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**
- Sn_interface-0.22.0/sn_comms-0.8.0/sn_client-0.84.0/sn_node-0.82.0/sn_api-0.82.0/sn_cli-0.76.0 ([`2eb838e`](https://github.com/maidsafe/safe_network/commit/2eb838e882e60c2645653815ac136508df373cb1))
- Feat(fees): include ciphers for elders in spend - The ciphers over derivation index and blinding factor is now included in the spend request sent to elders. - NB: The elders do not yet verify that they have been paid. ([`cc569d4`](https://github.com/maidsafe/safe_network/commit/cc569d4395c03a0c7171e8ea63e317756e88cf48))
- Simplify getfees query ([`231c396`](https://github.com/maidsafe/safe_network/commit/231c396f116761c6060e32ffc000c1ddddd429f2))
- Bump sn_dbc to 12.0.0 ([`3e97ea4`](https://github.com/maidsafe/safe_network/commit/3e97ea42c81c22f68bcb2a2d4ce7a9930a74e3cf))
</details>

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

### Chore

- <csr-id-0e9db2da4ed28d36d8ee866c9e941ab39e155e28/> 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

### New Features (BREAKING)

- <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

<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**
- 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 ([`0e9db2d`](https://github.com/maidsafe/safe_network/commit/0e9db2da4ed28d36d8ee866c9e941ab39e155e28))
- New cmds to interact with a safenode RPC service ([`94d2050`](https://github.com/maidsafe/safe_network/commit/94d20504b58cb09a203ffd9c03fdcab07a810d0b))
</details>

## v0.20.1 (2023-03-08)

<csr-id-2f99d36a8606dc2bb39ac025adcd358fc48fcb91/>
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.22.1"
version = "0.22.2"

[features]
test-utils = ["proptest"]
Expand Down
Loading

0 comments on commit 1aeaafa

Please sign in to comment.