Skip to content

Commit

Permalink
chore(release): sn_interface-0.22.0/sn_comms-0.8.0/sn_client-0.84.0/s…
Browse files Browse the repository at this point in the history
…n_node-0.82.0/sn_api-0.82.0/sn_cli-0.76.0
  • Loading branch information
actions-user committed Mar 28, 2023
1 parent 42ce4e3 commit 2eb838e
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 27 deletions.
12 changes: 6 additions & 6 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.21.0" }
sn_interface = { path = "../sn_interface", version = "^0.22.0" }
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.81.0"
version = "0.82.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.83.0" }
sn_client = { path = "../sn_client", version = "^0.84.0" }
sn_dbc = { version = "12.0.0", features = ["serdes"] }
sn_interface = { path = "../sn_interface", version = "^0.21.0" }
sn_interface = { path = "../sn_interface", version = "^0.22.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.83.0", features = ["test-utils"] }
sn_interface = { path = "../sn_interface", version = "^0.21.0", features = ["test-utils"] }
sn_client = { path = "../sn_client", version = "^0.84.0", features = ["test-utils"] }
sn_interface = { path = "../sn_interface", version = "^0.22.0", features = ["test-utils"] }
tokio = { version = "1.6.0", features = ["macros"] }
tracing-subscriber = "~0.3.1"
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.75.0"
version = "0.76.0"
description = "Safe CLI"
authors = [
"bochaco <[email protected]>",
Expand Down Expand Up @@ -49,7 +49,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.2.0" }
sn_api = { path = "../sn_api", version = "^0.81.0", default-features = false, features = ["app"] }
sn_api = { path = "../sn_api", version = "^0.82.0", default-features = false, features = ["app"] }
sn_dbc = { version = "12.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.81.0", features = ["app", "test-utils"] }
sn_api = { path = "../sn_api", version = "^0.82.0", features = ["app", "test-utils"] }
httpmock = "~0.6.6"

[dev-dependencies.sn_cmd_test_utilities]
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.83.0"
version = "0.84.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 = "12.0.0", features = ["serdes"] }
sn_interface = { path = "../sn_interface", version = "^0.21.0" }
sn_interface = { path = "../sn_interface", version = "^0.22.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.21.0", features= ["test-utils"] }
sn_interface = { path = "../sn_interface", version = "^0.22.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.81.0", default-features=false, features = ["app", "authd_client"] }
sn_api = { path = "../sn_api", version = "^0.82.0", default-features=false, features = ["app", "authd_client"] }
walkdir = "2.3.1"
multibase = "~0.9.1"

Expand Down
26 changes: 26 additions & 0 deletions sn_comms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,38 @@ 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.8.0 (2023-03-28)

## v0.7.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

### Commit Statistics

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

- 1 commit contributed to the release.
- 4 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**
- 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))
</details>

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

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

### 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.7.0"
version = "0.8.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.21.0" }
sn_interface = { path = "../sn_interface", version = "^0.22.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.21.0"
version = "0.22.0"

[features]
test-utils = ["proptest"]
Expand Down
10 changes: 5 additions & 5 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.81.0"
version = "0.82.0"

[[bin]]
name = "safenode"
Expand Down Expand Up @@ -70,10 +70,10 @@ rayon = "1.5.1"
rmp-serde = "1.0.0"
sn_consensus = "3.3.3"
sn_updater = { path = "../sn_updater", version = "^0.2.0" }
sn_comms = { path = "../sn_comms", version = "^0.7.0" }
sn_comms = { path = "../sn_comms", version = "^0.8.0" }
sn_dbc = { version = "12.0.0", features = ["serdes"] }
sn_fault_detection = { path = "../sn_fault_detection", version = "^0.15.5" }
sn_interface = { path = "../sn_interface", version = "^0.21.0" }
sn_interface = { path = "../sn_interface", version = "^0.22.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.7.0", features = ["test"] }
sn_interface = { path = "../sn_interface", version = "^0.21.0", features= ["test-utils", "proptest"] }
sn_comms = { path = "../sn_comms", version = "^0.8.0", features = ["test"] }
sn_interface = { path = "../sn_interface", version = "^0.22.0", features= ["test-utils", "proptest"] }

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

0 comments on commit 2eb838e

Please sign in to comment.