From d6c4ca74a09d94618335c07aefbe5d595629edf5 Mon Sep 17 00:00:00 2001 From: Artyom Pavlov Date: Mon, 14 Sep 2026 17:04:04 +0300 Subject: [PATCH] ascon-aead128: tweak changelog --- ascon-aead128/CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ascon-aead128/CHANGELOG.md b/ascon-aead128/CHANGELOG.md index 1de3ef18..79b6bc29 100644 --- a/ascon-aead128/CHANGELOG.md +++ b/ascon-aead128/CHANGELOG.md @@ -4,11 +4,11 @@ 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). -## Unreleased +## 0.1.2 (UNRELEASED) ### Changed -- Build against the released `ascon` v0.5.0: the permutation state is now a - plain array with free `permute*` functions, and the state is zeroized by - this crate under the `zeroize` feature since `ascon` no longer has one +- Bump `ascon` dependency to v0.5 ([#884]) + +[#884]: https://github.com/RustCrypto/AEADs/pull/884 ## 0.1.1 (2026-08-21) ### Changed