From d966bedeaa966ff58981d7962db7c534d5c2187c Mon Sep 17 00:00:00 2001
From: Arthur Gautier <arthur.gautier@arista.com>
Date: Fri, 8 Mar 2024 06:42:28 -0800
Subject: [PATCH] belt-block v0.2.0-pre.0 (#415)

---
 Cargo.lock              |  2 +-
 belt-block/CHANGELOG.md | 14 ++++++++++++++
 belt-block/Cargo.toml   |  2 +-
 3 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 9f3ad3a4..75be56fa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -23,7 +23,7 @@ dependencies = [
 
 [[package]]
 name = "belt-block"
-version = "0.2.0-pre"
+version = "0.2.0-pre.0"
 dependencies = [
  "cipher",
  "hex-literal 0.4.1",
diff --git a/belt-block/CHANGELOG.md b/belt-block/CHANGELOG.md
index 56bf092e..aa8ffa14 100644
--- a/belt-block/CHANGELOG.md
+++ b/belt-block/CHANGELOG.md
@@ -5,6 +5,20 @@ 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).
 
+## Unreleased
+### Changed
+- Bump `cipher` to v0.5.0-pre.1; MSRV 1.65 ([#394])
+- Bump `cipher` dependency to v0.5.0-pre.2 ([#398])
+- Use `BlockCipherEncrypt`/`BlockCipherDecrypt` trait names ([#400])
+- mark `to_u32` function as private ([#402])
+- bump `cipher` dependency to `0.5.0-pre.4` ([#413])
+
+[#394]: https://github.com/RustCrypto/block-ciphers/pull/394
+[#398]: https://github.com/RustCrypto/block-ciphers/pull/398
+[#400]: https://github.com/RustCrypto/block-ciphers/pull/400
+[#402]: https://github.com/RustCrypto/block-ciphers/pull/402
+[#413]: https://github.com/RustCrypto/block-ciphers/pull/413
+
 ## 0.1.2 (2023-04-15)
 ### Added
 - `belt_wblock_enc`, `belt_wblock_dec`, and `to_u32` functions ([#362])
diff --git a/belt-block/Cargo.toml b/belt-block/Cargo.toml
index a12ca654..91a7374d 100644
--- a/belt-block/Cargo.toml
+++ b/belt-block/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "belt-block"
-version = "0.2.0-pre"
+version = "0.2.0-pre.0"
 description = "belt-block block cipher implementation"
 authors = ["RustCrypto Developers"]
 license = "MIT OR Apache-2.0"