Skip to content

Commit 35de31a

Browse files
authored
poly1305 v0.8.0 (#163)
1 parent b25cc27 commit 35de31a

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

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.

poly1305/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,22 @@ 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-
## Unreleased
8+
## 0.8.0 (2022-07-31)
99
### Changed
1010
- Relax `zeroize` constraints ([#147])
1111
- Upgrade to Rust 2021 edition ([#147])
12+
- Use stable `aarch64_target_feature` ([#154])
13+
- Bump `universal-hash` to v0.5 ([#155], [#162])
14+
- Replace `armv8`/`force-soft` features with `cfg` attributes ([#159])
15+
16+
### Removed
17+
- `armv8`/`force-soft` features ([#159])
1218

1319
[#147]: https://github.com/RustCrypto/universal-hashes/pull/147
20+
[#154]: https://github.com/RustCrypto/universal-hashes/pull/154
21+
[#155]: https://github.com/RustCrypto/universal-hashes/pull/155
22+
[#159]: https://github.com/RustCrypto/universal-hashes/pull/159
23+
[#162]: https://github.com/RustCrypto/universal-hashes/pull/162
1424

1525
## 0.7.2 (2021-08-27)
1626
### Changed

poly1305/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "poly1305"
3-
version = "0.8.0-pre.2"
3+
version = "0.8.0"
44
authors = ["RustCrypto Developers"]
55
license = "Apache-2.0 OR MIT"
66
description = "The Poly1305 universal hash function and message authentication code"

0 commit comments

Comments
 (0)