Skip to content

Commit 81c10c8

Browse files
authored
ghash v0.3.0 (#60)
1 parent c389118 commit 81c10c8

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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/CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.3.0 (2020-06-06)
9+
### Changed
10+
- Bump `polyval` dependency to v0.4 ([#59])
11+
- Bump `universal-hash` dependency to v0.4; MSRV 1.41 ([#52], [#57])
12+
- Rename `result` methods to to `finalize` ([#56])
13+
14+
[#59]: https://github.com/RustCrypto/universal-hashes/pull/59
15+
[#57]: https://github.com/RustCrypto/universal-hashes/pull/57
16+
[#56]: https://github.com/RustCrypto/universal-hashes/pull/56
17+
[#52]: https://github.com/RustCrypto/universal-hashes/pull/52
18+
819
## 0.2.3 (2019-11-14)
920
### Changed
1021
- Upgrade to `zeroize` 1.0 ([#33])

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.3.0-pre"
3+
version = "0.3.0"
44
authors = ["RustCrypto Developers"]
55
license = "MIT OR Apache-2.0"
66
description = """

0 commit comments

Comments
 (0)