From f859b0e37756663d093d7ddc389b38816006dfed Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Thu, 20 Dec 2018 13:52:57 -0800 Subject: [PATCH] Release 0.3.3 --- Cargo.toml | 2 +- NEWS.md | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2632340a1..4371898bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crypto-hash" -version = "0.3.2" +version = "0.3.3" authors = ["Mark Lee"] description = "A wrapper for OS-level cryptographic hash functions" documentation = "https://docs.rs/crypto-hash" diff --git a/NEWS.md b/NEWS.md index bd81dec58..c6ed34eef 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,11 +1,21 @@ # `crypto-hash`: Changes by Version -## [Unreleased](https://github.com/malept/crypto-hash/compare/v0.3.2...master) +## [Unreleased](https://github.com/malept/crypto-hash/compare/v0.3.3...master) + +## [0.3.3] - 2018-12-20 + +[0.3.3]: https://github.com/malept/crypto-hash/compare/v0.3.2...v0.3.3 + +### Changed + +* Revert API change (#6) ## [0.3.2] - 2018-12-20 [0.3.2]: https://github.com/malept/crypto-hash/compare/v0.3.1...v0.3.2 +**Note: This release was yanked from Cargo due to #6.** + ### Added * iOS support