From 93ac65a9eaf4ee7c445d5e573b6aa712d0dc3ac1 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:51:09 +0300 Subject: [PATCH] Release belt-kwp v0.1.0 --- Cargo.lock | 2 +- belt-kwp/CHANGELOG.md | 10 ++++++++++ belt-kwp/Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 belt-kwp/CHANGELOG.md diff --git a/Cargo.lock b/Cargo.lock index de151c4..a792863 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,7 +34,7 @@ dependencies = [ [[package]] name = "belt-kwp" -version = "0.1.0-rc.1" +version = "0.1.0" dependencies = [ "belt-block", "hex-literal", diff --git a/belt-kwp/CHANGELOG.md b/belt-kwp/CHANGELOG.md new file mode 100644 index 0000000..6eecc43 --- /dev/null +++ b/belt-kwp/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog +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.1.0 (2026-04-10) +Initial release ([#31]) + +[#31]: https://github.com/RustCrypto/key-wraps/pull/31 diff --git a/belt-kwp/Cargo.toml b/belt-kwp/Cargo.toml index 2329063..d56fcfd 100644 --- a/belt-kwp/Cargo.toml +++ b/belt-kwp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "belt-kwp" -version = "0.1.0-rc.1" +version = "0.1.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"