Skip to content

Commit

Permalink
chore(release): sn_updater-0.2.0/sn_interface-0.21.0/sn_comms-0.7.0/s…
Browse files Browse the repository at this point in the history
…n_client-0.83.0/sn_node-0.81.0/sn_api-0.81.0/sn_cli-0.75.0
  • Loading branch information
actions-user committed Mar 27, 2023
1 parent 94d2050 commit 0e9db2d
Show file tree
Hide file tree
Showing 13 changed files with 70 additions and 37 deletions.
14 changes: 7 additions & 7 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.12" }
sn_interface = { path = "../sn_interface", version = "^0.21.0" }
15 changes: 13 additions & 2 deletions sn_api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,27 @@ 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.81.0 (2023-03-27)

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

<csr-id-de3abf841789c5a696cd86a17d2c5743ad047c92/>

### Chore

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

### Chore

- <csr-id-d045f53e8ac66542cd6d2cfc750368d5142bc98e/> sn_interface-0.20.11/sn_client-0.82.6/sn_node-0.80.5/sn_api-0.80.5/sn_cli-0.74.3

### Commit Statistics

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

- 1 commit contributed to the release.
- 2 commits contributed to the release.
- 3 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 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 +35,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.11/sn_client-0.82.6/sn_node-0.80.5/sn_api-0.80.5/sn_cli-0.74.3 ([`d045f53`](https://github.com/maidsafe/safe_network/commit/d045f53e8ac66542cd6d2cfc750368d5142bc98e))
- Bump sn_dbc to 11.0.0 ([`de3abf8`](https://github.com/maidsafe/safe_network/commit/de3abf841789c5a696cd86a17d2c5743ad047c92))
</details>

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

<csr-id-4cf0bf0e69f70c7303d4dcda581e5fbc54d0e51c/>

### Chore

- <csr-id-4cf0bf0e69f70c7303d4dcda581e5fbc54d0e51c/> sn_interface-0.20.8/sn_client-0.82.5/sn_node-0.80.2/sn_api-0.80.4
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.5"
version = "0.81.0"
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.6" }
sn_client = { path = "../sn_client", version = "^0.83.0" }
sn_dbc = { version = "11.0.0", features = ["serdes"] }
sn_interface = { path = "../sn_interface", version = "^0.20.11" }
sn_interface = { path = "../sn_interface", version = "^0.21.0" }
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.6", features = ["test-utils"] }
sn_interface = { path = "../sn_interface", version = "^0.20.11", features = ["test-utils"] }
sn_client = { path = "../sn_client", version = "^0.83.0", features = ["test-utils"] }
sn_interface = { path = "../sn_interface", version = "^0.21.0", features = ["test-utils"] }
tokio = { version = "1.6.0", features = ["macros"] }
tracing-subscriber = "~0.3.1"
8 changes: 4 additions & 4 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.3"
version = "0.75.0"
description = "Safe CLI"
authors = [
"bochaco <[email protected]>",
Expand Down Expand Up @@ -48,8 +48,8 @@ rcgen = "~0.9"
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.5", default-features = false, features = ["app"] }
sn_updater = { path = "../sn_updater", version = "^0.2.0" }
sn_api = { path = "../sn_api", version = "^0.81.0", 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 @@ -89,7 +89,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.5", features = ["app", "test-utils"] }
sn_api = { path = "../sn_api", version = "^0.81.0", features = ["app", "test-utils"] }
httpmock = "~0.6.6"

[dev-dependencies.sn_cmd_test_utilities]
Expand Down
15 changes: 13 additions & 2 deletions sn_client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1113,19 +1113,27 @@ needed, as they keypair itself contains the Arcs we need.
- Self authentication Example
- Example to demonstrate Storage API

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

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

<csr-id-de3abf841789c5a696cd86a17d2c5743ad047c92/>

### Chore

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

### Chore

- <csr-id-d045f53e8ac66542cd6d2cfc750368d5142bc98e/> sn_interface-0.20.11/sn_client-0.82.6/sn_node-0.80.5/sn_api-0.80.5/sn_cli-0.74.3

### Commit Statistics

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

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

### Commit Details
Expand All @@ -1135,11 +1143,14 @@ needed, as they keypair itself contains the Arcs we need.
<details><summary>view details</summary>

* **Uncategorized**
- Sn_interface-0.20.11/sn_client-0.82.6/sn_node-0.80.5/sn_api-0.80.5/sn_cli-0.74.3 ([`d045f53`](https://github.com/maidsafe/safe_network/commit/d045f53e8ac66542cd6d2cfc750368d5142bc98e))
- Bump sn_dbc to 11.0.0 ([`de3abf8`](https://github.com/maidsafe/safe_network/commit/de3abf841789c5a696cd86a17d2c5743ad047c92))
</details>

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

<csr-id-4cf0bf0e69f70c7303d4dcda581e5fbc54d0e51c/>

### Chore

- <csr-id-4cf0bf0e69f70c7303d4dcda581e5fbc54d0e51c/> sn_interface-0.20.8/sn_client-0.82.5/sn_node-0.80.2/sn_api-0.80.4
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.6"
version = "0.83.0"

[[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.11" }
sn_interface = { path = "../sn_interface", version = "^0.21.0" }
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.11", features= ["test-utils"] }
sn_interface = { path = "../sn_interface", version = "^0.21.0", 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.5", default-features=false, features = ["app", "authd_client"] }
sn_api = { path = "../sn_api", version = "^0.81.0", default-features=false, features = ["app", "authd_client"] }
walkdir = "2.3.1"
multibase = "~0.9.1"

Expand Down
15 changes: 13 additions & 2 deletions sn_comms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,29 @@ 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.7.0 (2023-03-27)

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

<csr-id-b0627339e2458fd762084cc4805d7adedfd8c05e/>
<csr-id-a5bb5e86518e23dcc59f252b231de89ed90efcf9/>

### 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-a5bb5e86518e23dcc59f252b231de89ed90efcf9/> clarify naming

### 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 over the course of 2 calendar days.
- 4 commits contributed to the release over the course of 2 calendar days.
- 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 @@ -28,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.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))
- Clarify naming ([`a5bb5e8`](https://github.com/maidsafe/safe_network/commit/a5bb5e86518e23dcc59f252b231de89ed90efcf9))
Expand All @@ -37,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

### Chore

Expand Down
4 changes: 2 additions & 2 deletions sn_comms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_comms"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.6.4"
version = "0.7.0"

[features]
default = []
Expand All @@ -19,7 +19,7 @@ custom_debug = "~0.5.0"
dashmap = {version = "5.1.0", features = [ "serde" ]}
futures = "~0.3.13"
qp2p = "0.36.1"
sn_interface = { path = "../sn_interface", version = "^0.20.7" }
sn_interface = { path = "../sn_interface", version = "^0.21.0" }
thiserror = "1.0.23"
tokio = { version = "1.0.23", features = [ "sync" ] }
tracing = "~0.1.26"
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.20.12"
version = "0.21.0"

[features]
test-utils = ["proptest"]
Expand Down
12 changes: 6 additions & 6 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.80.6"
version = "0.81.0"

[[bin]]
name = "safenode"
Expand Down Expand Up @@ -69,11 +69,11 @@ rand-07 = { package = "rand", version = "~0.7.3" }
rayon = "1.5.1"
rmp-serde = "1.0.0"
sn_consensus = "3.3.3"
sn_updater = { path = "../sn_updater", version = "^0.1.0" }
sn_comms = { path = "../sn_comms", version = "^0.6.4" }
sn_updater = { path = "../sn_updater", version = "^0.2.0" }
sn_comms = { path = "../sn_comms", version = "^0.7.0" }
sn_dbc = { version = "11.0.0", features = ["serdes"] }
sn_fault_detection = { path = "../sn_fault_detection", version = "^0.15.5" }
sn_interface = { path = "../sn_interface", version = "^0.20.12" }
sn_interface = { path = "../sn_interface", version = "^0.21.0" }
sn_sdkg = "3.1.3"
serde = { version = "1.0.111", features = ["derive", "rc"] }
serde_bytes = "~0.11.5"
Expand Down Expand Up @@ -123,8 +123,8 @@ proptest = "1.0.0"
rand = { version = "~0.8.5", features = ["small_rng"] }
tokio-util = { version = "~0.7", features = ["time"] }
walkdir = "2"
sn_comms = { path = "../sn_comms", version = "^0.6.4", features = ["test"] }
sn_interface = { path = "../sn_interface", version = "^0.20.12", features= ["test-utils", "proptest"] }
sn_comms = { path = "../sn_comms", version = "^0.7.0", features = ["test"] }
sn_interface = { path = "../sn_interface", version = "^0.21.0", features= ["test-utils", "proptest"] }

[dev-dependencies.cargo-husky]
version = "1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion sn_updater/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_updater"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.1.0"
version = "0.2.0"

[dependencies]
thiserror = "1.0.23"
Expand Down

0 comments on commit 0e9db2d

Please sign in to comment.