From 6e32578e3e08a16e18bb2a4efcc1cc7de2cadacd Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sat, 28 Feb 2026 11:57:37 -0700 Subject: [PATCH] ghash v0.6.0 --- Cargo.lock | 2 +- ghash/CHANGELOG.md | 4 +++- ghash/Cargo.toml | 2 +- ghash/LICENSE-MIT | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b91383..f0842ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -141,7 +141,7 @@ dependencies = [ [[package]] name = "ghash" -version = "0.6.0-rc.6" +version = "0.6.0" dependencies = [ "hex-literal", "polyval", diff --git a/ghash/CHANGELOG.md b/ghash/CHANGELOG.md index a91638e..20b8adb 100644 --- a/ghash/CHANGELOG.md +++ b/ghash/CHANGELOG.md @@ -5,14 +5,16 @@ 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). -## 0.6.0 (UNRELEASED) +## 0.6.0 (2026-02-28) ### Changed - Edition changed to 2024 and MSRV bumped to 1.85 ([#228]) - Relax MSRV policy and allow MSRV bumps in patch releases - Update to `universal-hash` v0.6 ([#213]) +- Update to `polyval` v0.7 ([#314]) [#213]: https://github.com/RustCrypto/universal-hashes/pull/213 [#228]: https://github.com/RustCrypto/universal-hashes/pull/228 +[#314]: https://github.com/RustCrypto/universal-hashes/pull/314 ## 0.5.1 (2024-03-03) ### Added diff --git a/ghash/Cargo.toml b/ghash/Cargo.toml index 74e7744..319bdfd 100644 --- a/ghash/Cargo.toml +++ b/ghash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ghash" -version = "0.6.0-rc.6" +version = "0.6.0" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85" diff --git a/ghash/LICENSE-MIT b/ghash/LICENSE-MIT index 4aa53fb..f9d910e 100644 --- a/ghash/LICENSE-MIT +++ b/ghash/LICENSE-MIT @@ -1,4 +1,4 @@ -Copyright (c) 2019-2025 The RustCrypto Project Developers +Copyright (c) 2019-2026 The RustCrypto Project Developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated