Skip to content

Commit

Permalink
universal-hash: v0.6.0-pre.0 (#1535)
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Mar 8, 2024
1 parent f7d1dd2 commit 7f4f84b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

26 changes: 26 additions & 0 deletions universal-hash/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@ 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
### Changed
- 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])

### 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

## 0.5.1 (2023-05-19)
### Changed
- Loosen `subtle` version requirement to `^2.4` ([#1260])
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-pre"
version = "0.6.0-pre.0"
description = "Traits which describe the functionality of universal hash functions (UHFs)"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 7f4f84b

Please sign in to comment.