From e2b0ebe5c712cde27f8650a8df9df5bc00942586 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, 19 May 2026 19:00:00 +0300 Subject: [PATCH] Release cipher v0.5.2 --- Cargo.lock | 2 +- cipher/CHANGELOG.md | 2 +- cipher/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6ccbc15b..d5112ed9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -88,7 +88,7 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "cipher" -version = "0.5.1" +version = "0.5.2" dependencies = [ "blobby", "block-buffer", diff --git a/cipher/CHANGELOG.md b/cipher/CHANGELOG.md index 8918dfbf8..494b5bba2 100644 --- a/cipher/CHANGELOG.md +++ b/cipher/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.5.2 (UNRELEASED) +## 0.5.2 (2026-05-19) ### Added - Re-export of `SetIvState` ([#2422]) diff --git a/cipher/Cargo.toml b/cipher/Cargo.toml index edd166d32..c89fa6692 100644 --- a/cipher/Cargo.toml +++ b/cipher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cipher" -version = "0.5.1" +version = "0.5.2" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85"