Skip to content

Commit

Permalink
chore(release): sn_interface-0.19.4/sn_node-0.77.9
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 2, 2023
1 parent b3bbca2 commit 3ea30cb
Show file tree
Hide file tree
Showing 6 changed files with 97 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.19.3" }
sn_interface = { path = "../sn_interface", version = "^0.19.4" }
43 changes: 41 additions & 2 deletions sn_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,54 @@ 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.19.4 (2023-03-02)

### Chore

- <csr-id-07a803bd6e4cd71b21f3702d93640631d7b8e3d1/> membership validation logic allows relocations even when joined...

### Bug Fixes

- <csr-id-b3bbca2630e2d7c65d661a90d52c50b619e8b86f/> only get joined members when we want that

### Commit Statistics

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

- 2 commits contributed to the release.
- 1 day passed between releases.
- 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**
- Only get joined members when we want that ([`b3bbca2`](https://github.com/maidsafe/safe_network/commit/b3bbca2630e2d7c65d661a90d52c50b619e8b86f))
- Membership validation logic allows relocations even when joined... ([`07a803b`](https://github.com/maidsafe/safe_network/commit/07a803bd6e4cd71b21f3702d93640631d7b8e3d1))
</details>

## v0.19.3 (2023-02-28)

<csr-id-5fd068e10cc96396fb800cf6acd92b377f4e21d9/>

### Chore

- <csr-id-5fd068e10cc96396fb800cf6acd92b377f4e21d9/> clarify relocation flow

### Chore

- <csr-id-039e1cc0fa8a7e7ae1c97a0c89328117a43d4796/> sn_interface-0.19.3/sn_node-0.77.3

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

* **Uncategorized**
- Sn_interface-0.19.3/sn_node-0.77.3 ([`039e1cc`](https://github.com/maidsafe/safe_network/commit/039e1cc0fa8a7e7ae1c97a0c89328117a43d4796))
- Clarify relocation flow ([`5fd068e`](https://github.com/maidsafe/safe_network/commit/5fd068e10cc96396fb800cf6acd92b377f4e21d9))
</details>

## v0.19.2 (2023-02-28)

<csr-id-80bae9ffa64e274da520e752cab0df79d5cf419e/>

### Chore

- <csr-id-80bae9ffa64e274da520e752cab0df79d5cf419e/> sn_interface-0.19.2/sn_node-0.77.2
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.19.3"
version = "0.19.4"

[features]
test-utils=["proptest"]
Expand Down
51 changes: 49 additions & 2 deletions sn_node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,48 @@ 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.9 (2023-03-02)

### Chore

- <csr-id-07a803bd6e4cd71b21f3702d93640631d7b8e3d1/> membership validation logic allows relocations even when joined...

### Bug Fixes

- <csr-id-b3bbca2630e2d7c65d661a90d52c50b619e8b86f/> only get joined members when we want that

### 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**
- Only get joined members when we want that ([`b3bbca2`](https://github.com/maidsafe/safe_network/commit/b3bbca2630e2d7c65d661a90d52c50b619e8b86f))
- Membership validation logic allows relocations even when joined... ([`07a803b`](https://github.com/maidsafe/safe_network/commit/07a803bd6e4cd71b21f3702d93640631d7b8e3d1))
</details>

## v0.77.8 (2023-03-02)

<csr-id-bc3b2fb766531e42f4771b81775d6ccc5355238c/>
<csr-id-0d8cadd1bdfad43311e13ec32c3e0c96973d6259/>
<csr-id-5248262e087b0c46a34b956c78f6e47bd423b3ea/>
<csr-id-93483636ad4256ea8c5592b34ec4084a27730075/>
<csr-id-d994346be71e13de7d8e60574013d2f10753a33d/>
<csr-id-aedb4e081f3611a6570ea668eac052ed4e0f0783/>
<csr-id-4b2b47ff79e449e445cf7bd4e789594d88f300c2/>
<csr-id-067ce87d783e2966f6b0b70ab1577a74fcaa5023/>
<csr-id-d9790dbca657ee4d596b4130aadcae877ed6ec1b/>
<csr-id-dadfe57d91c8621d72952e8fab72fdc10cef6121/>

### Chore

- <csr-id-bc3b2fb766531e42f4771b81775d6ccc5355238c/> simplify + flatten node_starter
Expand All @@ -20,6 +60,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- <csr-id-d9790dbca657ee4d596b4130aadcae877ed6ec1b/> refactor away Dispatcher as a concept
- <csr-id-dadfe57d91c8621d72952e8fab72fdc10cef6121/> pass down context from dispatcher

### Chore

- <csr-id-fb4764ec4b26227f8ed3ced970a88c7318fba625/> sn_node-0.77.8

### New Features

- <csr-id-82ae4089db5e6e9e8975d3cf205ed5da4b5e8326/> remove RwLock around MyNode
Expand All @@ -35,8 +79,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

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

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

* **Uncategorized**
- Sn_node-0.77.8 ([`fb4764e`](https://github.com/maidsafe/safe_network/commit/fb4764ec4b26227f8ed3ced970a88c7318fba625))
- Ignore error while processing cmds ([`45d37d8`](https://github.com/maidsafe/safe_network/commit/45d37d8c22d50e3448afe6ae075e7c5395114d4b))
- Simplify + flatten node_starter ([`bc3b2fb`](https://github.com/maidsafe/safe_network/commit/bc3b2fb766531e42f4771b81775d6ccc5355238c))
- Update docs for process_cmds_and_periodics ([`0d8cadd`](https://github.com/maidsafe/safe_network/commit/0d8cadd1bdfad43311e13ec32c3e0c96973d6259))
Expand All @@ -64,6 +109,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## v0.77.7 (2023-03-02)

<csr-id-12822dea56f8b16574a3a3a81239985a36f976e2/>

### Chore

- <csr-id-12822dea56f8b16574a3a3a81239985a36f976e2/> sn_node-0.77.7
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.77.8"
version = "0.77.9"

[[bench]]
name = "data_storage"
Expand Down Expand Up @@ -59,7 +59,7 @@ sn_updater = { path = "../sn_updater", version = "^0.1.0" }
sn_comms = { path = "../sn_comms", version = "^0.5.0" }
sn_dbc = { version = "8.3.0", features = ["serdes"] }
sn_fault_detection = { path = "../sn_fault_detection", version = "^0.15.5" }
sn_interface = { path = "../sn_interface", version = "^0.19.3" }
sn_interface = { path = "../sn_interface", version = "^0.19.4" }
sn_sdkg = "3.1.2"
serde = { version = "1.0.111", features = ["derive", "rc"] }
serde_bytes = "~0.11.5"
Expand Down Expand Up @@ -102,7 +102,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.5.0", features = ["test"] }
sn_interface = { path = "../sn_interface", version = "^0.19.3", features= ["test-utils", "proptest"] }
sn_interface = { path = "../sn_interface", version = "^0.19.4", features= ["test-utils", "proptest"] }

[dev-dependencies.cargo-husky]
version = "1.5.0"
Expand Down

0 comments on commit 3ea30cb

Please sign in to comment.