Skip to content

Commit 2ec2140

Browse files
authored
ghash v0.6.0 (#322)
## 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)
1 parent 9fe701b commit 2ec2140

4 files changed

Lines changed: 6 additions & 4 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,14 +5,16 @@ 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.6.0 (UNRELEASED)
8+
## 0.6.0 (2026-02-28)
99
### Changed
1010
- Edition changed to 2024 and MSRV bumped to 1.85 ([#228])
1111
- Relax MSRV policy and allow MSRV bumps in patch releases
1212
- Update to `universal-hash` v0.6 ([#213])
13+
- Update to `polyval` v0.7 ([#314])
1314

1415
[#213]: https://github.com/RustCrypto/universal-hashes/pull/213
1516
[#228]: https://github.com/RustCrypto/universal-hashes/pull/228
17+
[#314]: https://github.com/RustCrypto/universal-hashes/pull/314
1618

1719
## 0.5.1 (2024-03-03)
1820
### Added

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.6.0-rc.6"
3+
version = "0.6.0"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"

ghash/LICENSE-MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2019-2025 The RustCrypto Project Developers
1+
Copyright (c) 2019-2026 The RustCrypto Project Developers
22

33
Permission is hereby granted, free of charge, to any
44
person obtaining a copy of this software and associated

0 commit comments

Comments
 (0)