Skip to content

Commit a806c8b

Browse files
authored
polyval v0.5.1 (#127)
1 parent 2ba387d commit a806c8b

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

Cargo.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ghash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ edition = "2018"
1616

1717
[dependencies]
1818
opaque-debug = "0.3"
19-
polyval = { version = "0.5", path = "../polyval" }
19+
polyval = { version = "0.5.1", path = "../polyval" }
2020
zeroize = { version = "1", optional = true, default-features = false }
2121

2222
[dev-dependencies]

polyval/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.5.1 (2021-05-31)
9+
### Added
10+
- Nightly-only ARMv8 intrinsics support gated under the `armv8` feature ([#126])
11+
12+
[#126]: https://github.com/RustCrypto/universal-hashes/pull/126
13+
814
## 0.5.0 (2021-04-29)
915
### Changed
1016
- Use `ManuallyDrop` unions; MSRV 1.49+ ([#113], [#114])

polyval/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polyval"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["RustCrypto Developers"]
55
license = "Apache-2.0 OR MIT"
66
description = """

0 commit comments

Comments
 (0)