From 69ddb84fcf8e3660dc88c76abef2f752589f56bb 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: Wed, 27 May 2026 17:59:40 +0300 Subject: [PATCH] Release belt-kwp v0.2.0 --- Cargo.lock | 2 +- belt-kwp/CHANGELOG.md | 2 +- belt-kwp/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"