Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Dec 13, 2016
1 parent 60173a2 commit bc3bb3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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.2.0"
version = "0.2.1"
authors = ["Mark Lee"]
description = "A wrapper for OS-level cryptographic hash functions"
documentation = "https://malept.github.io/crypto-hash/"
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## [0.2.1] - 2016-12-12

### Changed

* Move CommonCrypto implementation to its own crate

## [0.2.0] - 2016-11-06

### Added
Expand Down Expand Up @@ -31,5 +37,6 @@ Implementations:
* CryptoAPI (Windows)
* OpenSSL (Linux/BSD/etc.)

[0.2.1]: https://github.com/malept/crypto-hash/compare/v0.2.0...v0.2.1
[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

0 comments on commit bc3bb3f

Please sign in to comment.