From f195979b7a13a710d1c217aae4a0a361476dec3e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 1 Mar 2023 11:37:17 +0000 Subject: [PATCH] chore(release): sn_node-0.77.4 --- Cargo.lock | 2 +- sn_node/CHANGELOG.md | 43 +++++++++++++++++++++++++++++++++++++++++-- sn_node/Cargo.toml | 2 +- 3 files changed, 43 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93e998ebb2..e9daca0218 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4116,7 +4116,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.77.3" +version = "0.77.4" dependencies = [ "assert_matches", "base64 0.13.1", diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index bbf9dc14fa..9a45d57a01 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -5,18 +5,54 @@ 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.4 (2023-03-01) + +### Chore + + - relocation + age changes/ logs + +### New Features + + - add ae probe msg to section elders + this should ensure we are up to date with members + +### Commit Statistics + + + + - 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 + + + +
view details + + * **Uncategorized** + - Add ae probe msg to section elders ([`5177d15`](https://github.com/maidsafe/safe_network/commit/5177d154b5f1c524004d688552da5008f83c7522)) + - Relocation + age changes/ logs ([`652af5f`](https://github.com/maidsafe/safe_network/commit/652af5fbe3468b82c26be9a2f88a7c824c6c0032)) +
+ ## v0.77.3 (2023-02-28) + + ### Chore - clarify relocation flow +### Chore + + - sn_interface-0.19.3/sn_node-0.77.3 + ### Commit Statistics - - 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 @@ -26,11 +62,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Sn_interface-0.19.3/sn_node-0.77.3 ([`039e1cc`](https://github.com/maidsafe/safe_network/commit/039e1cc0fa8a7e7ae1c97a0c89328117a43d4796)) - Clarify relocation flow ([`5fd068e`](https://github.com/maidsafe/safe_network/commit/5fd068e10cc96396fb800cf6acd92b377f4e21d9))
## v0.77.2 (2023-02-28) + + ### Chore - sn_interface-0.19.2/sn_node-0.77.2 diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index 8ee09729db..cfd36d9f10 100644 --- a/sn_node/Cargo.toml +++ b/sn_node/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_node" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.77.3" +version = "0.77.4" [[bench]] name = "data_storage"