diff --git a/Cargo.lock b/Cargo.lock index 743cfd39..5f5b8e5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "aes" -version = "0.9.1" +version = "0.9.2" dependencies = [ "cipher", "cpubits", diff --git a/aes/CHANGELOG.md b/aes/CHANGELOG.md index f74b182f..8d0770d9 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.2 (UNRELEASED) +## 0.9.2 (2026-07-27) ### Added - `hardware_accelerated` function ([#579]) diff --git a/aes/Cargo.toml b/aes/Cargo.toml index 99a49dd6..dfd94b60 100644 --- a/aes/Cargo.toml +++ b/aes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aes" -version = "0.9.1" +version = "0.9.2" description = "Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael)" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0"