Skip to content

Commit

Permalink
chore(release): sn_interface-0.19.6/sn_node-0.77.11
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 6, 2023
1 parent 2ee7de8 commit 2566e03
Show file tree
Hide file tree
Showing 6 changed files with 81 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.5" }
sn_interface = { path = "../sn_interface", version = "^0.19.6" }
37 changes: 35 additions & 2 deletions sn_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@ 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)
## v0.19.6 (2023-03-06)

### Chore

- <csr-id-4b84cd72c25f7074d966771928685174a76d6ef7/> remove panics for easier debugging
- <csr-id-2ee7de8e1e660f1b08790edb01b25c8212050ff7/> remove need for started_relocating and improve logging

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

Expand All @@ -27,12 +28,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **Uncategorized**
- Remove need for started_relocating and improve logging ([`2ee7de8`](https://github.com/maidsafe/safe_network/commit/2ee7de8e1e660f1b08790edb01b25c8212050ff7))
</details>

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

<csr-id-4b84cd72c25f7074d966771928685174a76d6ef7/>

### Chore

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

### Chore

- <csr-id-e5872a6684a6858f6d9d6379a6a63b8e3d525ba1/> sn_interface-0.19.5/sn_client-0.81.2/sn_node-0.77.10/sn_cli-0.72.2

### 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**
- Sn_interface-0.19.5/sn_client-0.81.2/sn_node-0.77.10/sn_cli-0.72.2 ([`e5872a6`](https://github.com/maidsafe/safe_network/commit/e5872a6684a6858f6d9d6379a6a63b8e3d525ba1))
- Remove panics for easier debugging ([`4b84cd7`](https://github.com/maidsafe/safe_network/commit/4b84cd72c25f7074d966771928685174a76d6ef7))
</details>

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

<csr-id-07a803bd6e4cd71b21f3702d93640631d7b8e3d1/>
<csr-id-3ea30cbdbf18a6f3e7429d4ed0ea58227ffbb62d/>

### 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.5"
version = "0.19.6"

[features]
test-utils=["proptest"]
Expand Down
41 changes: 39 additions & 2 deletions sn_node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,53 @@ 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.11 (2023-03-06)

### Chore

- <csr-id-2ee7de8e1e660f1b08790edb01b25c8212050ff7/> remove need for started_relocating and improve logging
- <csr-id-74a8ed5decd543de9484589a0d004e8d98b266ee/> ignore JoinResponse messages when we are already a member.
This avoids some heavy lifting validating the response that
is not necessary

### Commit Statistics

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

- 2 commits contributed to the release.
- 3 days 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**
- Remove need for started_relocating and improve logging ([`2ee7de8`](https://github.com/maidsafe/safe_network/commit/2ee7de8e1e660f1b08790edb01b25c8212050ff7))
- Ignore JoinResponse messages when we are already a member. ([`74a8ed5`](https://github.com/maidsafe/safe_network/commit/74a8ed5decd543de9484589a0d004e8d98b266ee))
</details>

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

<csr-id-4b84cd72c25f7074d966771928685174a76d6ef7/>

### Chore

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

### Chore

- <csr-id-e5872a6684a6858f6d9d6379a6a63b8e3d525ba1/> sn_interface-0.19.5/sn_client-0.81.2/sn_node-0.77.10/sn_cli-0.72.2

### 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 @@ -26,12 +61,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.5/sn_client-0.81.2/sn_node-0.77.10/sn_cli-0.72.2 ([`e5872a6`](https://github.com/maidsafe/safe_network/commit/e5872a6684a6858f6d9d6379a6a63b8e3d525ba1))
- Remove panics for easier debugging ([`4b84cd7`](https://github.com/maidsafe/safe_network/commit/4b84cd72c25f7074d966771928685174a76d6ef7))
</details>

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

<csr-id-07a803bd6e4cd71b21f3702d93640631d7b8e3d1/>
<csr-id-3ea30cbdbf18a6f3e7429d4ed0ea58227ffbb62d/>

### 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.10"
version = "0.77.11"

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

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

0 comments on commit 2566e03

Please sign in to comment.