diff --git a/Cargo.lock b/Cargo.lock index 9460c61..7a1d9a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -35,7 +35,7 @@ dependencies = [ [[package]] name = "belt-kwp" -version = "0.1.1" +version = "0.2.0" dependencies = [ "belt-block", "hex-literal", diff --git a/belt-kwp/CHANGELOG.md b/belt-kwp/CHANGELOG.md index e4d5c60..a5d64f4 100644 --- a/belt-kwp/CHANGELOG.md +++ b/belt-kwp/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). -## 0.2.0 (UNRELEASED) +## 0.2.0 (2026-05-27) ### Added - Optional `zeroize` support ([#88]) - Implementation of `Clone`, `Copy`, `Eq`, `PartialEq`, and `Hash` traits for `Error` ([#89]) diff --git a/belt-kwp/Cargo.toml b/belt-kwp/Cargo.toml index 5d8cdfb..daa853f 100644 --- a/belt-kwp/Cargo.toml +++ b/belt-kwp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "belt-kwp" -version = "0.1.1" +version = "0.2.0" description = "STB 34.101.30-2020 Key Wrap Algorithm (KWP) implementation using Belt block cipher" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0"