From e7e1bc5fc9703c0f3ae567aaae2203c3aa6beae4 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 16 Jul 2021 15:27:14 +0000 Subject: [PATCH] chore(release): 0.7.29 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41f51fe28d..7f0f1e3172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.7.29](https://github.com/maidsafe/safe_network/compare/v0.7.28...v0.7.29) (2021-07-16) + + +### Bug Fixes + +* **types:** Fix `Debug` output for `Signature::Ed25519` ([49519b7](https://github.com/maidsafe/safe_network/commit/49519b701576f2ebc960e7f6ac2322838ce4188c)) + ### [0.7.28](https://github.com/maidsafe/safe_network/compare/v0.7.27...v0.7.28) (2021-07-16) ### [0.7.27](https://github.com/maidsafe/safe_network/compare/v0.7.26...v0.7.27) (2021-07-16) diff --git a/Cargo.lock b/Cargo.lock index 7dc14fb709..f81a61ad9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2419,7 +2419,7 @@ checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" [[package]] name = "safe_network" -version = "0.7.28" +version = "0.7.29" dependencies = [ "anyhow", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index cc49dcc964..28dcebd59d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "safe_network" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.7.28" +version = "0.7.29" [profile.release] incremental = true