Skip to content

Commit

Permalink
chore(release): sn_interface-0.20.11/sn_client-0.82.6/sn_node-0.80.5/…
Browse files Browse the repository at this point in the history
…sn_api-0.80.5/sn_cli-0.74.3
  • Loading branch information
actions-user committed Mar 26, 2023
1 parent de3abf8 commit d045f53
Show file tree
Hide file tree
Showing 13 changed files with 202 additions and 48 deletions.
10 changes: 5 additions & 5 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.20.10" }
sn_interface = { path = "../sn_interface", version = "^0.20.11" }
35 changes: 33 additions & 2 deletions sn_api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,37 @@ 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.80.5 (2023-03-26)

### Chore

- <csr-id-de3abf841789c5a696cd86a17d2c5743ad047c92/> bump sn_dbc to 11.0.0

### Commit Statistics

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

- 1 commit contributed to the release.
- 3 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**
- Bump sn_dbc to 11.0.0 ([`de3abf8`](https://github.com/maidsafe/safe_network/commit/de3abf841789c5a696cd86a17d2c5743ad047c92))
</details>

## v0.80.4 (2023-03-23)

### Chore

- <csr-id-4cf0bf0e69f70c7303d4dcda581e5fbc54d0e51c/> sn_interface-0.20.8/sn_client-0.82.5/sn_node-0.80.2/sn_api-0.80.4

### Bug Fixes

- <csr-id-bd97c9aa64b7fc878bc5411b82f5105dce4b1e49/> couple fixes for readings members from section_peer
Expand All @@ -17,8 +46,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

* **Uncategorized**
- Sn_interface-0.20.8/sn_client-0.82.5/sn_node-0.80.2/sn_api-0.80.4 ([`4cf0bf0`](https://github.com/maidsafe/safe_network/commit/4cf0bf0e69f70c7303d4dcda581e5fbc54d0e51c))
- Couple fixes for readings members from section_peer ([`bd97c9a`](https://github.com/maidsafe/safe_network/commit/bd97c9aa64b7fc878bc5411b82f5105dce4b1e49))
</details>

## v0.80.3 (2023-03-22)

<csr-id-b0627339e2458fd762084cc4805d7adedfd8c05e/>
<csr-id-29edfcea7d2cb1334422f2fe5dc90e72c7e5ac7c/>
<csr-id-22c6e341d28c913a3acaaeae0ceeb8c0a1ef4d4e/>

### Chore

Expand Down
10 changes: 5 additions & 5 deletions sn_api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sn_api"
version = "0.80.4"
version = "0.80.5"
description = "Safe API"
authors = [
"bochaco <[email protected]>",
Expand Down Expand Up @@ -41,9 +41,9 @@ pbkdf2 = { version = "~0.7", default-features = false }
serde = "1.0.123"
serde_json = "1.0.62"
sha3 = "~0.9"
sn_client = { path = "../sn_client", version = "^0.82.5" }
sn_client = { path = "../sn_client", version = "^0.82.6" }
sn_dbc = { version = "11.0.0", features = ["serdes"] }
sn_interface = { path = "../sn_interface", version = "^0.20.8" }
sn_interface = { path = "../sn_interface", version = "^0.20.11" }
thiserror = "1.0.23"
time = { version = "~0.3.4", features = ["formatting"] }
tiny-keccak = { version = "2.0.2", features = ["sha3"] }
Expand Down Expand Up @@ -76,7 +76,7 @@ async_once = "~0.2.6"
hex = "~0.4"
predicates = "2.0"
proptest = "1.0.0"
sn_client = { path = "../sn_client", version = "^0.82.5", features = ["test-utils"] }
sn_interface = { path = "../sn_interface", version = "^0.20.8", features = ["test-utils"] }
sn_client = { path = "../sn_client", version = "^0.82.6", features = ["test-utils"] }
sn_interface = { path = "../sn_interface", version = "^0.20.11", features = ["test-utils"] }
tokio = { version = "1.6.0", features = ["macros"] }
tracing-subscriber = "~0.3.1"
38 changes: 36 additions & 2 deletions sn_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,52 @@ 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.74.3 (2023-03-26)

### Chore

- <csr-id-de3abf841789c5a696cd86a17d2c5743ad047c92/> bump sn_dbc to 11.0.0

### Commit Statistics

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

- 1 commit contributed to the release.
- 3 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**
- Bump sn_dbc to 11.0.0 ([`de3abf8`](https://github.com/maidsafe/safe_network/commit/de3abf841789c5a696cd86a17d2c5743ad047c92))
</details>

## v0.74.2 (2023-03-22)

<csr-id-b0627339e2458fd762084cc4805d7adedfd8c05e/>
<csr-id-29edfcea7d2cb1334422f2fe5dc90e72c7e5ac7c/>

### Chore

- <csr-id-b0627339e2458fd762084cc4805d7adedfd8c05e/> sn_testnet-0.1.3/sn_interface-0.20.7/sn_comms-0.6.4/sn_client-0.82.4/sn_node-0.80.1/sn_api-0.80.3/sn_cli-0.74.2
- <csr-id-29edfcea7d2cb1334422f2fe5dc90e72c7e5ac7c/> bump sn_dbc

### Chore

- <csr-id-22c6e341d28c913a3acaaeae0ceeb8c0a1ef4d4e/> sn_testnet-0.1.3/sn_interface-0.20.7/sn_comms-0.6.4/sn_client-0.82.4/sn_node-0.80.1/sn_api-0.80.3/sn_cli-0.74.2

### Commit Statistics

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

- 3 commits contributed to the release.
- 4 commits contributed to the release.
- 6 days 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 @@ -27,6 +59,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
<details><summary>view details</summary>

* **Uncategorized**
- Sn_testnet-0.1.3/sn_interface-0.20.7/sn_comms-0.6.4/sn_client-0.82.4/sn_node-0.80.1/sn_api-0.80.3/sn_cli-0.74.2 ([`22c6e34`](https://github.com/maidsafe/safe_network/commit/22c6e341d28c913a3acaaeae0ceeb8c0a1ef4d4e))
- Revert "chore(release): sn_testnet-0.1.3/sn_interface-0.20.7/sn_comms-0.6.4/sn_client-0.82.4/sn_node-0.80.1/sn_api-0.80.3/sn_cli-0.74.2" ([`2e25949`](https://github.com/maidsafe/safe_network/commit/2e25949f685b0b805d8866527232c010380573ce))
- Sn_testnet-0.1.3/sn_interface-0.20.7/sn_comms-0.6.4/sn_client-0.82.4/sn_node-0.80.1/sn_api-0.80.3/sn_cli-0.74.2 ([`b062733`](https://github.com/maidsafe/safe_network/commit/b0627339e2458fd762084cc4805d7adedfd8c05e))
- Bump sn_dbc ([`29edfce`](https://github.com/maidsafe/safe_network/commit/29edfcea7d2cb1334422f2fe5dc90e72c7e5ac7c))
Expand All @@ -36,6 +69,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

<csr-id-807d69ef609decfe94230e2086144afc5cc56d7b/>
<csr-id-1a8b9c9ba5b98c0f1176a0ccbce53d4acea8c84c/>
<csr-id-50f6ede2104025bd79de8922ca7f27c742cf52bb/>

### Chore

Expand Down
6 changes: 3 additions & 3 deletions sn_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sn_cli"
version = "0.74.2"
version = "0.74.3"
description = "Safe CLI"
authors = [
"bochaco <[email protected]>",
Expand Down Expand Up @@ -37,7 +37,7 @@ relative-path = "1.3.2"
reqwest = { version = "~0.11", default-features = false, features = ["rustls-tls"] }
rmp-serde = "1.0.0"
sn_updater = { path = "../sn_updater", version = "^0.1.0" }
sn_api = { path = "../sn_api", version = "^0.80.3", default-features = false, features = ["app"] }
sn_api = { path = "../sn_api", version = "^0.80.5", default-features = false, features = ["app"] }
sn_dbc = { version = "11.0.0", features = ["serdes"] }
serde = "1.0.123"
serde_json = "1.0.62"
Expand Down Expand Up @@ -82,7 +82,7 @@ walkdir = "2.3.1"
multibase = "~0.9.1"
xor_name = "~5.0.0"
futures = "0.3.21"
sn_api = { path = "../sn_api", version = "^0.80.3", features = ["app", "test-utils"] }
sn_api = { path = "../sn_api", version = "^0.80.5", features = ["app", "test-utils"] }
httpmock = "~0.6.6"

[dev-dependencies.sn_cmd_test_utilities]
Expand Down
35 changes: 33 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.82.6 (2023-03-26)

### Chore

- <csr-id-de3abf841789c5a696cd86a17d2c5743ad047c92/> bump sn_dbc to 11.0.0

### Commit Statistics

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

- 1 commit contributed to the release.
- 3 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**
- Bump sn_dbc to 11.0.0 ([`de3abf8`](https://github.com/maidsafe/safe_network/commit/de3abf841789c5a696cd86a17d2c5743ad047c92))
</details>

## v0.82.5 (2023-03-23)

### Chore

- <csr-id-4cf0bf0e69f70c7303d4dcda581e5fbc54d0e51c/> sn_interface-0.20.8/sn_client-0.82.5/sn_node-0.80.2/sn_api-0.80.4

### Bug Fixes

- <csr-id-bd97c9aa64b7fc878bc5411b82f5105dce4b1e49/> couple fixes for readings members from section_peer
Expand All @@ -1125,8 +1154,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 @@ -1136,6 +1165,7 @@ needed, as they keypair itself contains the Arcs we need.
<details><summary>view details</summary>

* **Uncategorized**
- Sn_interface-0.20.8/sn_client-0.82.5/sn_node-0.80.2/sn_api-0.80.4 ([`4cf0bf0`](https://github.com/maidsafe/safe_network/commit/4cf0bf0e69f70c7303d4dcda581e5fbc54d0e51c))
- Couple fixes for readings members from section_peer ([`bd97c9a`](https://github.com/maidsafe/safe_network/commit/bd97c9aa64b7fc878bc5411b82f5105dce4b1e49))
</details>

Expand All @@ -1144,6 +1174,7 @@ needed, as they keypair itself contains the Arcs we need.
<csr-id-b0627339e2458fd762084cc4805d7adedfd8c05e/>
<csr-id-29edfcea7d2cb1334422f2fe5dc90e72c7e5ac7c/>
<csr-id-a5bb5e86518e23dcc59f252b231de89ed90efcf9/>
<csr-id-22c6e341d28c913a3acaaeae0ceeb8c0a1ef4d4e/>

### Chore

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.82.5"
version = "0.82.6"

[[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 = "11.0.0", features = ["serdes"] }
sn_interface = { path = "../sn_interface", version = "^0.20.8" }
sn_interface = { path = "../sn_interface", version = "^0.20.11" }
sn_testnet = { path = "../sn_testnet", version = "^0.1.3" }
strum = "0.24"
strum_macros = "0.24"
Expand Down Expand Up @@ -100,7 +100,7 @@ rand = { version = "~0.8.5", features = ["small_rng"] }
termcolor="1.1.2"
tiny-keccak = { version = "2.0.2", features = ["sha3"] }
walkdir = "2"
sn_interface = { path = "../sn_interface", version = "^0.20.8", features= ["test-utils"] }
sn_interface = { path = "../sn_interface", version = "^0.20.11", features= ["test-utils"] }

[dev-dependencies.cargo-husky]
version = "1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion sn_cmd_test_utilities/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dirs-next = "2.0.0"
rand = "~0.8"
serde = "1.0.123"
serde_json = "1.0.62"
sn_api = { path = "../sn_api", version = "^0.80.4", default-features=false, features = ["app", "authd_client"] }
sn_api = { path = "../sn_api", version = "^0.80.5", default-features=false, features = ["app", "authd_client"] }
walkdir = "2.3.1"
multibase = "~0.9.1"

Expand Down
Loading

0 comments on commit d045f53

Please sign in to comment.