Skip to content

Commit b97b79f

Browse files
authored
Release universal-hash v0.6.0 (#2317)
### Changed - Edition changed to 2024 and MSRV bumped to 1.85 ([#1759]) - 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]) [#1385]: #1385 [#1759]: #1759 [#2237]: #2237
1 parent f82c5c5 commit b97b79f

3 files changed

Lines changed: 11 additions & 37 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

universal-hash/CHANGELOG.md

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +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-
## 0.6.0 (UNRELEASED)
8+
## 0.6.0 (2026-02-27)
99
### Changed
1010
- Edition changed to 2024 and MSRV bumped to 1.85 ([#1759])
11-
- Migrate to `doc_auto_cfg` ([#1370])
12-
- Exclude pre-1.60 crates from workspace ([#1380])
13-
- bump crypto-common to v0.2.0-pre; MSRV 1.65 ([#1385])
14-
- bump crypto-common to v0.2.0-pre.1 ([#1433])
15-
- bump crypto-common to v0.2.0-pre.2 ([#1436])
16-
- Bump `hybrid-array` to v0.2.0-pre.8 ([#1438])
17-
- Bump `crypto-common` and `hybrid-array` ([#1469])
18-
- Bump `hybrid-array` to v0.2.0-rc.4 ([#1493])
19-
- Bump `crypto-common` to v0.2.0-pre.5 ([#1496])
11+
- Replaced `generic-array` with `hybrid-array` ([#1385])
12+
- Bump `crypto-common` dependency to v0.2 ([#1385])
2013
- Re-export of `crypto-common` moved to `universal_hash::common` ([#2237])
2114

22-
23-
### Fixed
24-
- Fix `missing_debug_implementations` for some crates ([#1407])
25-
26-
[#1370]: https://github.com/RustCrypto/traits/pull/1370
27-
[#1380]: https://github.com/RustCrypto/traits/pull/1380
2815
[#1385]: https://github.com/RustCrypto/traits/pull/1385
29-
[#1407]: https://github.com/RustCrypto/traits/pull/1407
30-
[#1433]: https://github.com/RustCrypto/traits/pull/1433
31-
[#1436]: https://github.com/RustCrypto/traits/pull/1436
32-
[#1438]: https://github.com/RustCrypto/traits/pull/1438
33-
[#1469]: https://github.com/RustCrypto/traits/pull/1469
34-
[#1493]: https://github.com/RustCrypto/traits/pull/1493
35-
[#1496]: https://github.com/RustCrypto/traits/pull/1496
3616
[#1759]: https://github.com/RustCrypto/traits/pull/1759
3717
[#2237]: https://github.com/RustCrypto/traits/pull/2237
3818

universal-hash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "universal-hash"
3-
version = "0.6.0-rc.10"
3+
version = "0.6.0"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"

0 commit comments

Comments
 (0)