From 41df3734bb364297b746f9224fa1de95361445bf 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 18:47:46 +0300 Subject: [PATCH] Release crypto-common v0.2.2 --- Cargo.lock | 2 +- crypto-common/CHANGELOG.md | 2 +- crypto-common/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cadd3e899..c6ccbc15b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -163,7 +163,7 @@ dependencies = [ [[package]] name = "crypto-common" -version = "0.2.1" +version = "0.2.2" dependencies = [ "getrandom", "hybrid-array", diff --git a/crypto-common/CHANGELOG.md b/crypto-common/CHANGELOG.md index 351ad4537..ffc3453e5 100644 --- a/crypto-common/CHANGELOG.md +++ b/crypto-common/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.2 (UNRELEASED) +## 0.2.2 (2026-05-19) ### Added - `SetIvState` trait ([#2420]) diff --git a/crypto-common/Cargo.toml b/crypto-common/Cargo.toml index d9f324bef..1d55fb0a8 100644 --- a/crypto-common/Cargo.toml +++ b/crypto-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crypto-common" -version = "0.2.1" +version = "0.2.2" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85"