From 1750bf2db3202b15151d32b2646d040bb6bb0b03 Mon Sep 17 00:00:00 2001 From: zer0x64 Date: Mon, 9 Mar 2020 15:41:52 -0400 Subject: [PATCH] Bumped version --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c08be68..cd12123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [0.3.2] - 2020-03-9 +### Changed +- Share structs now derives the `Clone` trait + ## [0.3.1] - 2020-01-23 ### Changed - Sharks recover method now accepts any iterable collection diff --git a/Cargo.toml b/Cargo.toml index 11eea96..7866bdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sharks" -version = "0.3.1" +version = "0.3.2" authors = ["Aitor Ruano "] description = "Fast, small and secure Shamir's Secret Sharing library crate" homepage = "https://github.com/c0dearm/sharks"