|
2 | 2 | All notable changes to this project will be documented in this file. |
3 | 3 |
|
4 | 4 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
5 | | -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
6 | | - |
7 | | -## 0.3.0 (UNRELEASED) |
8 | | -### Changed |
9 | | -- Edition changed to 2024 and MSRV bumped to 1.85 ([#652]) |
10 | | -- Relax MSRV policy and allow MSRV bumps in patch releases |
11 | | -- Update to `digest` v0.11 |
12 | | -- Replace type aliases with newtypes ([#678]) |
13 | | -- Adopt to changes from NIST draft |
14 | | - - Remove `AsconAHash` and `AsconAXof` |
15 | | - - Rename `AsonHash` to `AsconHAsh256` |
16 | | - - Rename `AsconXof` to `AsconXof128` |
17 | | -- Implementation of the `SerializableState` trait ([#716]) |
18 | | - |
19 | | -[#652]: https://github.com/RustCrypto/hashes/pull/652 |
20 | | -[#678]: https://github.com/RustCrypto/hashes/pull/678 |
21 | | -[#716]: https://github.com/RustCrypto/hashes/pull/716 |
22 | | - |
23 | | -## 0.2.0 (2023-03-21) |
24 | | -### Changed |
25 | | -- Drop MSRV back to 1.56 and keep it in sync with `ascon` ([#459]) |
26 | | -- Relicense as Apache-2.0 or MIT ([#459]) |
27 | | -- Renamed public types to follow UpperCamelCase naming convention ([#459]) |
28 | | - - `AsconXOF` -> `AsconXof` |
29 | | - - `AsconXOFReader` -> `AsconXofReader` |
30 | | - - `AsconAXOF` -> `AsconAXof` |
31 | | - - `ASconAXOFReader`-> `AsconAXofReader` |
32 | | - |
33 | | -[#459]: https://github.com/RustCrypto/hashes/pull/459 |
34 | | - |
35 | | -## 0.1.1 (2023-03-17) |
36 | | - |
37 | | -* Use `aead` instead of `aead-core`. |
38 | | -* Bump MSRV to 1.60. |
39 | | -* Add benchmarks. |
40 | | - |
41 | | -## 0.1 (2022-06-03) |
42 | | - |
43 | | -* Initial release. |
| 5 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
0 commit comments