Skip to content

Commit

Permalink
universal-hash v0.5.1 (#1312)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed May 19, 2023
1 parent 808fa1e commit 86e7b14
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

8 changes: 7 additions & 1 deletion universal-hash/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ 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.5.0 (2021-07-30)
## 0.5.1 (2023-05-19)
### Changed
- Loosen `subtle` version requirement to `^2.4` ([#1260])

[#1260]: https://github.com/RustCrypto/traits/pull/1260

## 0.5.0 (2022-07-30)
### Added
- `UhfBackend` trait ([#1051], [#1059])
- `UhfClosure` trait ([#1051])
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.5.0"
version = "0.5.1"
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 86e7b14

Please sign in to comment.