From 2b21a004bdabd2a3223fc13f2eb922b8341a46ff 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 16:53:50 +0300 Subject: [PATCH] Release cshake v0.2.0 --- Cargo.lock | 2 +- cshake/CHANGELOG.md | 2 +- cshake/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0def932b9..9994ab4df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,7 +129,7 @@ dependencies = [ [[package]] name = "cshake" -version = "0.1.1" +version = "0.2.0" dependencies = [ "digest", "hex-literal", diff --git a/cshake/CHANGELOG.md b/cshake/CHANGELOG.md index fcd8a28a9..9eb2b601c 100644 --- a/cshake/CHANGELOG.md +++ b/cshake/CHANGELOG.md @@ -5,7 +5,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) ### Added - `CShake128Reader` and `CShake256Reader` type aliases ([#855]) diff --git a/cshake/Cargo.toml b/cshake/Cargo.toml index c2893a74c..49d4fdb59 100644 --- a/cshake/Cargo.toml +++ b/cshake/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cshake" -version = "0.1.1" +version = "0.2.0" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85"