diff --git a/Cargo.toml b/Cargo.toml index 16a865204..730274ca8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crypto-hash" -version = "0.1.0" +version = "0.2.0" authors = ["Mark Lee"] description = "A wrapper for OS-level cryptographic hash functions" documentation = "https://malept.github.io/crypto-hash/" diff --git a/NEWS.md b/NEWS.md index d179450d9..2ae9fffbe 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,10 +2,16 @@ ## Unreleased +## [0.2.0] - 2016-11-06 + ### Added * SHA-1 algorithm +### Changed + +* Upgrade rust-openssl to 0.9 + ## [0.1.0] - 2016-06-26 This release signifies the minimum amount of algorithms and implementations necessary for @@ -25,4 +31,5 @@ Implementations: * CryptoAPI (Windows) * OpenSSL (Linux/BSD/etc.) +[0.2.0]: https://github.com/malept/crypto-hash/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/malept/crypto-hash/releases/tag/v0.1.0