Skip to content

Commit a61a8a2

Browse files
authored
Release aes-kw v0.3.1 (#85)
### Added - Implementation of `Copy`, `Clone`, and `Hash` traits for `Error` ([#78]) - Implementation of `ZeroizeOnDrop` gated on `zeroize` crate feature ([#80]) ### Changed - Use `doc_cfg` instead of `doc_auto_cfg` ([#83]) [#78]: #78 [#80]: #80 [#83]: #83
1 parent ed8faa4 commit a61a8a2

3 files changed

Lines changed: 4 additions & 4 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ 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-
## 0.3.1 (UNRELEASED)
7+
## 0.3.1 (2026-05-27)
88
### Added
9-
- Implementation of `Copy`, `Clone`, and `Hash` traits for `Error` ([[#78]])
9+
- Implementation of `Copy`, `Clone`, and `Hash` traits for `Error` ([#78])
1010
- Implementation of `ZeroizeOnDrop` gated on `zeroize` crate feature ([#80])
1111

1212
### Changed

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"
3+
version = "0.3.1"
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)