Skip to content

Commit c153436

Browse files
authored
Release aes v0.9.3 (#587)
### Changed - MSRV bumped to 1.89 ([#580]) - VAES-256 and VAES-512 backends on x86 targets are now supported by default ([#580]) - Disable `aarch64_aes` backend on Miri ([#586]) ### Removed - `aes_backend = "avx256"` and `aes_backend = "avx512"` configuration flags ([#580]) [#580]: #580 [#586]: #586
1 parent 6226693 commit c153436

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aes/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 0.9.3 (UNRELEASED)
8+
## 0.9.3 (2026-08-28)
99
### Changed
1010
- MSRV bumped to 1.89 ([#580])
1111
- VAES-256 and VAES-512 backends on x86 targets are now supported by default ([#580])

aes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aes"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
description = "Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael)"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)