Update badges in README and fix CHANGELOG

This commit is contained in:
Romain Ruetschi
2018-02-13 22:14:17 +01:00
committed by Romain Ruetschi
parent 13095ee690
commit f5213706eb
2 changed files with 5 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# Changelog # Changelog
## [Unreleased](https://github.com/SpinResearch/merkle.rs/compare/0.1.0...master) ## [Unreleased](https://github.com/SpinResearch/RustySecrets/compare/v0.1.0...master)
> Nothing yet. > Nothing yet.
## [v0.1.0](https://github.com/SpinResearch/merkle.rs/compare/0.0.2...0.1.0) (2018-02-13) ## [v0.1.0](https://github.com/SpinResearch/RustySecrets/compare/0.0.2...v0.1.0) (2018-02-13)
### Added ### Added

View File

@ -1,4 +1,6 @@
# Rusty Secrets [![Build Status](https://travis-ci.org/SpinResearch/RustySecrets.svg?branch=master)](https://travis-ci.org/SpinResearch/RustySecrets) [![Coverage Status](https://coveralls.io/repos/github/SpinResearch/RustySecrets/badge.svg?branch=master)](https://coveralls.io/github/SpinResearch/RustySecrets?branch=master) # Rusty Secrets
[![Build Status](https://travis-ci.org/SpinResearch/RustySecrets.svg?branch=master)](https://travis-ci.org/SpinResearch/RustySecrets) [![Crates.io](https://img.shields.io/crates/v/rusty_secrets.svg)](https://crates.io/crates/rusty_secrets) [![LICENSE](https://img.shields.io/crates/l/rusty_secrets.svg)](https://github.com/SpinResearch/RustySecrets/blob/master/LICENSE)
> Rusty Secrets is an implementation of a threshold [Shamir's secret sharing scheme](https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing). > Rusty Secrets is an implementation of a threshold [Shamir's secret sharing scheme](https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing).