diff --git a/Cargo.lock b/Cargo.lock index 0def932b..9994ab4d 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 fcd8a28a..9eb2b601 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 c2893a74..49d4fdb5 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"