update changelog

This commit is contained in:
Aitor Ruano 2020-01-13 12:35:40 +01:00
parent fce9fbb0a4
commit cdfdde452e
2 changed files with 8 additions and 1 deletions

View File

@ -7,3 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.0] - 2020-01-13 ## [0.1.0] - 2020-01-13
### Added ### Added
- Initial version - Initial version
## [0.1.1] - 2020-01-13
### Fixed
- Typo in cargo description
### Removed
- Maintenance badges in cargo file

View File

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