From a6e765a038e0d9a2df40f65170d33ce2d082378c Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 6 Oct 2025 14:55:44 -0400 Subject: [PATCH 1/2] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index c107a65f..2db6f713 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,12 @@ +libcryptsetup-rs 0.14.1 +======================= +Recommended Rust toolchain version: 1.90.0 +Recommended development environment: Fedora 41 + +- Tidies and Maintenance: + https://github.com/stratis-storage/libcryptsetup-rs/pull/451 + + libcryptsetup-rs 0.14.0 ======================= Recommended Rust toolchain version: 1.89.0 From e3f9332fa6cbb8e8fd5f1b37a944a018e469adf5 Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 16 Dec 2025 12:58:04 -0500 Subject: [PATCH 2/2] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 2db6f713..b72767e4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,9 +1,31 @@ -libcryptsetup-rs 0.14.1 +libcryptsetup-rs 0.15.0 ======================= -Recommended Rust toolchain version: 1.90.0 -Recommended development environment: Fedora 41 +Recommended Rust toolchain version: 1.92.0 +Recommended development environment: Fedora 42 + +- Allow passing None as FEC and hash device when formatting as VERITY: + https://github.com/stratis-storage/libcryptsetup-rs/pull/461 + +- Add support for LUKS token activation via PIN: + https://github.com/stratis-storage/libcryptsetup-rs/pull/460 + +- libcryptsetup-rs-sys: Release version 0.6.1: + https://github.com/stratis-storage/libcryptsetup-rs/pull/455 + +- libcryptsetup-rs-sys: Increase bindgen dependency lower bound to 0.72.0: + https://github.com/stratis-storage/libcryptsetup-rs/pull/452 + +- Increase lowest supported version of Rust to 1.82.0: + https://github.com/stratis-storage/libcryptsetup-rs/pull/457 + +- Use std::sync::LazyLock instead of once_cell::Lazy: + https://github.com/stratis-storage/libcryptsetup-rs/pull/458 - Tidies and Maintenance: + https://github.com/stratis-storage/libcryptsetup-rs/pull/459 + https://github.com/stratis-storage/libcryptsetup-rs/pull/456 + https://github.com/stratis-storage/libcryptsetup-rs/pull/454 + https://github.com/stratis-storage/libcryptsetup-rs/pull/453 https://github.com/stratis-storage/libcryptsetup-rs/pull/451