From a3fd111c00d8237cdb159d2eef46700ba1e420cb Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sun, 31 Jul 2022 13:19:36 -0600 Subject: [PATCH] ghash v0.5.0 --- Cargo.lock | 2 +- ghash/CHANGELOG.md | 4 +++- ghash/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9480d6..0eee93b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,7 +39,7 @@ dependencies = [ [[package]] name = "ghash" -version = "0.5.0-pre.2" +version = "0.5.0" dependencies = [ "hex-literal", "opaque-debug", diff --git a/ghash/CHANGELOG.md b/ghash/CHANGELOG.md index f648c50..82d4e7b 100644 --- a/ghash/CHANGELOG.md +++ b/ghash/CHANGELOG.md @@ -5,12 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 0.5.0 (2022-07-31) ### Changed - Relax `zeroize` constraints ([#147]) - Upgrade to Rust 2021 edition ([#147]) +- Bump `polyval` to v0.6.0 ([#164]) [#147]: https://github.com/RustCrypto/universal-hashes/pull/147 +[#164]: https://github.com/RustCrypto/universal-hashes/pull/164 ## 0.4.4 (2021-08-27) ### Changed diff --git a/ghash/Cargo.toml b/ghash/Cargo.toml index 45257c8..4c5d26a 100644 --- a/ghash/Cargo.toml +++ b/ghash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ghash" -version = "0.5.0-pre.2" +version = "0.5.0" authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" description = """