Skip to content

Commit 495a0c4

Browse files
committed
Release aes-kw v0.3.0
1 parent 6cc1993 commit 495a0c4

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-kw/CHANGELOG.md

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

7-
## UNRELEASED
7+
## 0.3.0 (2026-04-10)
88
### Added
99
- `AssociatedOid` implementations ([#35])
1010

aes-kw/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-kw"
3-
version = "0.3.0-rc.2"
3+
version = "0.3.0"
44
description = "NIST 800-38F AES Key Wrap (KW) and Key Wrap with Padding (KWP) modes"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)