update changelog
This commit is contained in:
parent
fce9fbb0a4
commit
cdfdde452e
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue