Skip to content

Commit 84f3e35

Browse files
authored
Release belt-kwp v0.2.0 (#91)
### Added - Optional `zeroize` support ([#88]) - Implementation of `Clone`, `Copy`, `Eq`, `PartialEq`, and `Hash` traits for `Error` ([#89]) ### Removed - `std` and `alloc` crate features ([#87]) - Implementation of `Copy` for `BeltKwp` ([#88]) [#87]: #87 [#88]: #88 [#89]: #89
1 parent e1c428f commit 84f3e35

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.

belt-kwp/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-
## 0.2.0 (UNRELEASED)
7+
## 0.2.0 (2026-05-27)
88
### Added
99
- Optional `zeroize` support ([#88])
1010
- Implementation of `Clone`, `Copy`, `Eq`, `PartialEq`, and `Hash` traits for `Error` ([#89])

belt-kwp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "belt-kwp"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "STB 34.101.30-2020 Key Wrap Algorithm (KWP) implementation using Belt block cipher"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)