From 495a0c410693b121c68a423d2560d2140e7325b1 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, 10 Apr 2026 19:45:35 +0300 Subject: [PATCH] Release aes-kw v0.3.0 --- Cargo.lock | 2 +- aes-kw/CHANGELOG.md | 2 +- aes-kw/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index de151c4..88e4c39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,7 +16,7 @@ dependencies = [ [[package]] name = "aes-kw" -version = "0.3.0-rc.2" +version = "0.3.0" dependencies = [ "aes", "const-oid", diff --git a/aes-kw/CHANGELOG.md b/aes-kw/CHANGELOG.md index 8b05f04..42d0a24 100644 --- a/aes-kw/CHANGELOG.md +++ b/aes-kw/CHANGELOG.md @@ -4,7 +4,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). -## UNRELEASED +## 0.3.0 (2026-04-10) ### Added - `AssociatedOid` implementations ([#35]) diff --git a/aes-kw/Cargo.toml b/aes-kw/Cargo.toml index 5d59d5f..2016254 100644 --- a/aes-kw/Cargo.toml +++ b/aes-kw/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aes-kw" -version = "0.3.0-rc.2" +version = "0.3.0" description = "NIST 800-38F AES Key Wrap (KW) and Key Wrap with Padding (KWP) modes" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0"