Skip to content

Commit 3711818

Browse files
authored
ghash v0.5.0 (#165)
1 parent 0fbc4c1 commit 3711818

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

Cargo.lock

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

ghash/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ 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-
## Unreleased
8+
## 0.5.0 (2022-07-31)
99
### Changed
1010
- Relax `zeroize` constraints ([#147])
1111
- Upgrade to Rust 2021 edition ([#147])
12+
- Bump `polyval` to v0.6.0 ([#164])
1213

1314
[#147]: https://github.com/RustCrypto/universal-hashes/pull/147
15+
[#164]: https://github.com/RustCrypto/universal-hashes/pull/164
1416

1517
## 0.4.4 (2021-08-27)
1618
### Changed

ghash/Cargo.toml

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

0 commit comments

Comments
 (0)