Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 7 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 3 additions & 23 deletions universal-hash/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +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).

## 0.6.0 (UNRELEASED)
## 0.6.0 (2026-02-27)
### Changed
- Edition changed to 2024 and MSRV bumped to 1.85 ([#1759])
- Migrate to `doc_auto_cfg` ([#1370])
- Exclude pre-1.60 crates from workspace ([#1380])
- bump crypto-common to v0.2.0-pre; MSRV 1.65 ([#1385])
- bump crypto-common to v0.2.0-pre.1 ([#1433])
- bump crypto-common to v0.2.0-pre.2 ([#1436])
- Bump `hybrid-array` to v0.2.0-pre.8 ([#1438])
- Bump `crypto-common` and `hybrid-array` ([#1469])
- Bump `hybrid-array` to v0.2.0-rc.4 ([#1493])
- Bump `crypto-common` to v0.2.0-pre.5 ([#1496])
- Replaced `generic-array` with `hybrid-array` ([#1385])
- Bump `crypto-common` dependency to v0.2 ([#1385])
- Re-export of `crypto-common` moved to `universal_hash::common` ([#2237])


### Fixed
- Fix `missing_debug_implementations` for some crates ([#1407])

[#1370]: https://github.com/RustCrypto/traits/pull/1370
[#1380]: https://github.com/RustCrypto/traits/pull/1380
[#1385]: https://github.com/RustCrypto/traits/pull/1385
[#1407]: https://github.com/RustCrypto/traits/pull/1407
[#1433]: https://github.com/RustCrypto/traits/pull/1433
[#1436]: https://github.com/RustCrypto/traits/pull/1436
[#1438]: https://github.com/RustCrypto/traits/pull/1438
[#1469]: https://github.com/RustCrypto/traits/pull/1469
[#1493]: https://github.com/RustCrypto/traits/pull/1493
[#1496]: https://github.com/RustCrypto/traits/pull/1496
[#1759]: https://github.com/RustCrypto/traits/pull/1759
[#2237]: https://github.com/RustCrypto/traits/pull/2237

Expand Down
2 changes: 1 addition & 1 deletion universal-hash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "universal-hash"
version = "0.6.0-rc.10"
version = "0.6.0"
authors = ["RustCrypto Developers"]
edition = "2024"
rust-version = "1.85"
Expand Down