From 0ae5dd531b9a86c80209dae7d01e4e12ff12d7be 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: Fri, 28 Aug 2026 16:57:35 +0300 Subject: [PATCH] Release aes v0.9.3 --- Cargo.lock | 2 +- aes/CHANGELOG.md | 2 +- aes/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4d29f063..083c0778 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "aes" -version = "0.9.2" +version = "0.9.3" dependencies = [ "cipher", "cpubits", diff --git a/aes/CHANGELOG.md b/aes/CHANGELOG.md index 0824453c..c161d673 100644 --- a/aes/CHANGELOG.md +++ b/aes/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.9.3 (UNRELEASED) +## 0.9.3 (2026-08-28) ### Changed - MSRV bumped to 1.89 ([#580]) - VAES-256 and VAES-512 backends on x86 targets are now supported by default ([#580]) diff --git a/aes/Cargo.toml b/aes/Cargo.toml index c8027f03..0dbef437 100644 --- a/aes/Cargo.toml +++ b/aes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aes" -version = "0.9.2" +version = "0.9.3" description = "Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael)" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0"