From cdfdde452eea10e053bef74929d2d1fe4b31151f Mon Sep 17 00:00:00 2001 From: Aitor Ruano Date: Mon, 13 Jan 2020 12:35:40 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26a27bb..ace7b8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,3 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2020-01-13 ### Added - Initial version + +## [0.1.1] - 2020-01-13 +### Fixed +- Typo in cargo description + +### Removed +- Maintenance badges in cargo file diff --git a/Cargo.toml b/Cargo.toml index 0991f13..3b35359 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sharks" -version = "0.1.0" +version = "0.1.1" authors = ["Aitor Ruano "] description = "Fast, small and secure Shamir's Secret Sharing library crate" homepage = "https://github.com/c0dearm/sharks"