Skip to content

Commit

Permalink
chore(release): sn_interface-0.19.5/sn_client-0.81.2/sn_node-0.77.10/…
Browse files Browse the repository at this point in the history
…sn_cli-0.72.2
  • Loading branch information
actions-user committed Mar 2, 2023
1 parent 5c7e3c0 commit e5872a6
Show file tree
Hide file tree
Showing 10 changed files with 151 additions and 21 deletions.
8 changes: 4 additions & 4 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.4" }
sn_interface = { path = "../sn_interface", version = "^0.19.5" }
38 changes: 36 additions & 2 deletions sn_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,49 @@ 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/),

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

### Chore

- <csr-id-4b84cd72c25f7074d966771928685174a76d6ef7/> remove panics for easier debugging

### Commit Statistics

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

- 1 commit contributed to the release.
- 2 days passed between releases.
- 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**
- Remove panics for easier debugging ([`4b84cd7`](https://github.com/maidsafe/safe_network/commit/4b84cd72c25f7074d966771928685174a76d6ef7))
</details>

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

<csr-id-5fcb6700fa26c0825191feb87c8d4a4653e50eef/>

### Refactor

- <csr-id-5fcb6700fa26c0825191feb87c8d4a4653e50eef/> fix clippy lints; fmt

### Chore

- <csr-id-558061d5eea7bc1f0feac310afb91ef9ca7c681e/> sn_interface-0.19.1/sn_fault_detection-0.15.5/sn_node-0.77.1/sn_cli-0.72.1

### 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 @@ -25,11 +56,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
<details><summary>view details</summary>

* **Uncategorized**
- Sn_interface-0.19.1/sn_fault_detection-0.15.5/sn_node-0.77.1/sn_cli-0.72.1 ([`558061d`](https://github.com/maidsafe/safe_network/commit/558061d5eea7bc1f0feac310afb91ef9ca7c681e))
- Fix clippy lints; fmt ([`5fcb670`](https://github.com/maidsafe/safe_network/commit/5fcb6700fa26c0825191feb87c8d4a4653e50eef))
</details>

## v0.72.0 (2023-02-27)

<csr-id-7b046d3bf9c2de4d7aea170197ba4f3e2392fe89/>

### Chore

- <csr-id-7b046d3bf9c2de4d7aea170197ba4f3e2392fe89/> sn_interface-0.19.0/sn_comms-0.5.0/sn_client-0.81.0/sn_node-0.77.0/sn_api-0.79.0/sn_cli-0.72.0
Expand Down
2 changes: 1 addition & 1 deletion sn_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sn_cli"
version = "0.72.1"
version = "0.72.2"
description = "Safe CLI"
authors = [
"bochaco <gabrielviganotti@gmail.com>",
Expand Down
36 changes: 34 additions & 2 deletions sn_client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1113,8 +1113,37 @@ needed, as they keypair itself contains the Arcs we need.
- Self authentication Example
- Example to demonstrate Storage API

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

### Chore

- <csr-id-4b84cd72c25f7074d966771928685174a76d6ef7/> remove panics for easier debugging

### Commit Statistics

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

- 1 commit contributed to the release.
- 2 days passed between releases.
- 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**
- Remove panics for easier debugging ([`4b84cd7`](https://github.com/maidsafe/safe_network/commit/4b84cd72c25f7074d966771928685174a76d6ef7))
</details>

## v0.81.1 (2023-02-27)

### Chore

- <csr-id-08a24be66114afcb8c9878336bb45cb896525778/> sn_client-0.81.1

### Bug Fixes

- <csr-id-87a5634612282c189f68293940d85830e8d65400/> use max_backoff_interval when retrying checking replicas
Expand All @@ -1126,8 +1155,8 @@ needed, as they keypair itself contains the Arcs we need.

<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 @@ -1137,11 +1166,14 @@ needed, as they keypair itself contains the Arcs we need.
<details><summary>view details</summary>

* **Uncategorized**
- Sn_client-0.81.1 ([`08a24be`](https://github.com/maidsafe/safe_network/commit/08a24be66114afcb8c9878336bb45cb896525778))
- Use max_backoff_interval when retrying checking replicas ([`87a5634`](https://github.com/maidsafe/safe_network/commit/87a5634612282c189f68293940d85830e8d65400))
</details>

## v0.81.0 (2023-02-27)

<csr-id-7b046d3bf9c2de4d7aea170197ba4f3e2392fe89/>

### Chore

- <csr-id-7b046d3bf9c2de4d7aea170197ba4f3e2392fe89/> sn_interface-0.19.0/sn_comms-0.5.0/sn_client-0.81.0/sn_node-0.77.0/sn_api-0.79.0/sn_cli-0.72.0
Expand Down
6 changes: 3 additions & 3 deletions sn_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_client"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.81.1"
version = "0.81.2"

[[bench]]
name = "upload_bytes"
Expand Down Expand Up @@ -72,7 +72,7 @@ serde_bytes = "~0.11.5"
serde_json = "1.0.53"
signature = "1.1.10"
sn_dbc = { version = "8.3.0", features = ["serdes"] }
sn_interface = { path = "../sn_interface", version = "^0.19.0" }
sn_interface = { path = "../sn_interface", version = "^0.19.5" }
strum = "0.24"
strum_macros = "0.24"
tempfile = "3.2.0"
Expand Down Expand Up @@ -100,7 +100,7 @@ sn_launch_tool = "0.13.1"
termcolor="1.1.2"
tiny-keccak = { version = "2.0.2", features = ["sha3"] }
walkdir = "2"
sn_interface = { path = "../sn_interface", version = "^0.19.0", features= ["test-utils"] }
sn_interface = { path = "../sn_interface", version = "^0.19.5", features= ["test-utils"] }

[dev-dependencies.cargo-husky]
version = "1.5.0"
Expand Down
36 changes: 34 additions & 2 deletions sn_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +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.19.5 (2023-03-02)

### Chore

- <csr-id-4b84cd72c25f7074d966771928685174a76d6ef7/> remove panics for easier debugging

### 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**
- Remove panics for easier debugging ([`4b84cd7`](https://github.com/maidsafe/safe_network/commit/4b84cd72c25f7074d966771928685174a76d6ef7))
</details>

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

<csr-id-07a803bd6e4cd71b21f3702d93640631d7b8e3d1/>

### Chore

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

### Chore

- <csr-id-3ea30cbdbf18a6f3e7429d4ed0ea58227ffbb62d/> sn_interface-0.19.4/sn_node-0.77.9

### Bug Fixes

- <csr-id-b3bbca2630e2d7c65d661a90d52c50b619e8b86f/> only get joined members when we want that
Expand All @@ -20,9 +50,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

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

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

* **Uncategorized**
- Sn_interface-0.19.4/sn_node-0.77.9 ([`3ea30cb`](https://github.com/maidsafe/safe_network/commit/3ea30cbdbf18a6f3e7429d4ed0ea58227ffbb62d))
- 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/>
<csr-id-039e1cc0fa8a7e7ae1c97a0c89328117a43d4796/>

### 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.19.4"
version = "0.19.5"

[features]
test-utils=["proptest"]
Expand Down
36 changes: 34 additions & 2 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.77.10 (2023-03-02)

### Chore

- <csr-id-4b84cd72c25f7074d966771928685174a76d6ef7/> remove panics for easier debugging

### 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**
- Remove panics for easier debugging ([`4b84cd7`](https://github.com/maidsafe/safe_network/commit/4b84cd72c25f7074d966771928685174a76d6ef7))
</details>

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

<csr-id-07a803bd6e4cd71b21f3702d93640631d7b8e3d1/>

### Chore

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

### Chore

- <csr-id-3ea30cbdbf18a6f3e7429d4ed0ea58227ffbb62d/> sn_interface-0.19.4/sn_node-0.77.9

### Bug Fixes

- <csr-id-b3bbca2630e2d7c65d661a90d52c50b619e8b86f/> only get joined members when we want that
Expand All @@ -19,8 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

- 2 commits contributed to the release.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 3 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
Expand All @@ -30,6 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **Uncategorized**
- Sn_interface-0.19.4/sn_node-0.77.9 ([`3ea30cb`](https://github.com/maidsafe/safe_network/commit/3ea30cbdbf18a6f3e7429d4ed0ea58227ffbb62d))
- 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>
Expand All @@ -46,6 +77,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<csr-id-067ce87d783e2966f6b0b70ab1577a74fcaa5023/>
<csr-id-d9790dbca657ee4d596b4130aadcae877ed6ec1b/>
<csr-id-dadfe57d91c8621d72952e8fab72fdc10cef6121/>
<csr-id-fb4764ec4b26227f8ed3ced970a88c7318fba625/>

### 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.77.9"
version = "0.77.10"

[[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.4" }
sn_interface = { path = "../sn_interface", version = "^0.19.5" }
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.4", features= ["test-utils", "proptest"] }
sn_interface = { path = "../sn_interface", version = "^0.19.5", features= ["test-utils", "proptest"] }

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

0 comments on commit e5872a6

Please sign in to comment.