diff --git a/Cargo.lock b/Cargo.lock index 875f3a0e..031443bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -416,7 +416,7 @@ dependencies = [ [[package]] name = "turboshake" -version = "0.6.0" +version = "0.7.0" dependencies = [ "digest", "hex-literal", diff --git a/turboshake/CHANGELOG.md b/turboshake/CHANGELOG.md index 4bfa317c..c31a985f 100644 --- a/turboshake/CHANGELOG.md +++ b/turboshake/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.7.0 (UNRELEASED) +## 0.7.0 (2026-05-13) ### Added - `CTurboShake128` and `CTurboShake256` type aliases generic over domain separator ([#866]) diff --git a/turboshake/Cargo.toml b/turboshake/Cargo.toml index 7d914745..bfe76d92 100644 --- a/turboshake/Cargo.toml +++ b/turboshake/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "turboshake" -version = "0.6.0" +version = "0.7.0" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85"