From acc384a14f100393ecb197439b77b011d9e856f9 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 13 Sep 2021 04:46:17 +0000 Subject: [PATCH] chore(release): 3.4.0 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdd53fa..6087a1f 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. +## [3.4.0](https://github.com/maidsafe/blsttc/compare/v3.3.0...v3.4.0) (2021-09-13) + + +### Features + +* accept Borrow for ::combine_signatures() to ease use of Vec ([fbd24a7](https://github.com/maidsafe/blsttc/commit/fbd24a72d2e1bedf7571101346ea26f4d21bcb75)) + ## [3.3.0](https://github.com/maidsafe/blsttc/compare/v3.2.0...v3.3.0) (2021-09-06) diff --git a/Cargo.toml b/Cargo.toml index 6e83450..f0e1e26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blsttc" -version = "3.3.0" +version = "3.4.0" authors = [ "Vladimir Komendantskiy ", "Andreas Fackler ",