From dab925ab5d937a4c9b93f504fad7b78de5362dfd 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: Wed, 13 May 2026 16:36:46 +0300 Subject: [PATCH] Release turboshake v0.7.0 --- Cargo.lock | 2 +- turboshake/CHANGELOG.md | 2 +- turboshake/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 875f3a0ec..031443bc9 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 4bfa317c6..c31a985f9 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 7d9147458..bfe76d92a 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"