Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Mar 5, 2018
1 parent 52dd06a commit 1da20a9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 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.0"
version = "0.3.1"
authors = ["Mark Lee"]
description = "A wrapper for OS-level cryptographic hash functions"
documentation = "https://docs.rs/crypto-hash"
Expand Down
22 changes: 17 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,36 @@

## Unreleased

## [0.3.1] - 2018-02-14

[0.3.1]: https://github.com/malept/crypto-hash/compare/v0.3.0...v0.3.1

### Changed

* Upgrade to `openssl` 0.10.x (#1)
* Upgrade to `winapi` 0.3.x

## [0.3.0] - 2017-06-18

[0.3.0]: https://github.com/malept/crypto-hash/compare/v0.2.1...v0.3.0

### Changed

* Upgrade to `commoncrypto` 0.2.x
* Function signatures for `digest` and `hex_digest` changed to use `&[u8]`, per Clippy

## [0.2.1] - 2016-12-12

[0.2.1]: https://github.com/malept/crypto-hash/compare/v0.2.0...v0.2.1

### Changed

* Move CommonCrypto implementation to its own crate

## [0.2.0] - 2016-11-06

[0.2.0]: https://github.com/malept/crypto-hash/compare/v0.1.0...v0.2.0

### Added

* SHA-1 algorithm
Expand All @@ -27,6 +42,8 @@

## [0.1.0] - 2016-06-26

[0.1.0]: https://github.com/malept/crypto-hash/releases/tag/v0.1.0

This release signifies the minimum amount of algorithms and implementations necessary for
[HTTP digest authentication](https://tools.ietf.org/html/rfc7616).

Expand All @@ -43,8 +60,3 @@ Implementations:
* CommonCrypto (OS X)
* CryptoAPI (Windows)
* OpenSSL (Linux/BSD/etc.)

[0.3.0]: https://github.com/malept/crypto-hash/compare/v0.2.1...v0.3.0
[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 1da20a9

Please sign in to comment.