From 3e08cccce36e09b7cee9b8725cff80c2777970ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=9F=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=20=5BArtyom=20Pavlov=5D?= Date: Tue, 12 May 2026 15:19:21 +0300 Subject: [PATCH 1/2] Release ascon-xof128 v0.2.0 --- ascon-xof128/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ascon-xof128/CHANGELOG.md b/ascon-xof128/CHANGELOG.md index 2cc20d8c..606acf2e 100644 --- a/ascon-xof128/CHANGELOG.md +++ b/ascon-xof128/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## 0.2.0 (UNRELEASED) +## 0.2.0 (2026-05-12) ### Changed - Internal implementation by removing unnecessary buffering ([#849]) - Serialization format used by `SerializableState` implementations ([#849]) From a6cf40c25e29a17142e979ee833d97fb19a1e12e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=9F=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=20=5BArtyom=20Pavlov=5D?= Date: Tue, 12 May 2026 15:20:39 +0300 Subject: [PATCH 2/2] bump version --- Cargo.lock | 6 +++--- ascon-xof128/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a51b4639..bc7d7c65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ dependencies = [ [[package]] name = "ascon-xof128" -version = "0.1.0" +version = "0.2.0" dependencies = [ "ascon", "digest", @@ -193,9 +193,9 @@ checksum = "e712f64ec3850b98572bffac52e2c6f282b29fe6c5fa6d42334b30be438d95c1" [[package]] name = "hybrid-array" -version = "0.4.11" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08d46837a0ed51fe95bd3b05de33cd64a1ee88fc797477ca48446872504507c5" +checksum = "9155a582abd142abc056962c29e3ce5ff2ad5469f4246b537ed42c5deba857da" dependencies = [ "typenum", ] diff --git a/ascon-xof128/Cargo.toml b/ascon-xof128/Cargo.toml index 91849f95..86344c6b 100644 --- a/ascon-xof128/Cargo.toml +++ b/ascon-xof128/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ascon-xof128" -version = "0.1.0" +version = "0.2.0" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85"