Bumped version

This commit is contained in:
zer0x64 2020-03-09 15:41:52 -04:00
parent 74c3911398
commit 1750bf2db3
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "sharks"
version = "0.3.1"
version = "0.3.2"
authors = ["Aitor Ruano <codearm@pm.me>"]
description = "Fast, small and secure Shamir's Secret Sharing library crate"
homepage = "https://github.com/c0dearm/sharks"