Skip to content

Commit ad90a89

Browse files
authored
ghash v0.4.4 (#142)
1 parent 2e76e1b commit ad90a89

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.4.4 (2021-08-27)
9+
### Changed
10+
- Relax `zeroize` constraints ([#141])
11+
12+
[#141]: https://github.com/RustCrypto/universal-hashes/pull/141
13+
814
## 0.4.3 (2021-07-20)
915
### Changed
1016
- Pin `zeroize` dependency to v1.3 ([#134])

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.4.3" # Also update html_root_url in lib.rs when bumping this
3+
version = "0.4.4" # Also update html_root_url in lib.rs when bumping this
44
authors = ["RustCrypto Developers"]
55
license = "Apache-2.0 OR MIT"
66
description = """

0 commit comments

Comments
 (0)