Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Dec 20, 2018
1 parent 59fb5a8 commit f859b0e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
12 changes: 11 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f859b0e

Please sign in to comment.