From 9ba4e10397b98578396070f49c1596cc389b59b0 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 6 Oct 2025 14:55:44 -0400 Subject: [PATCH] libcryptsetup-rs v0.15.0 Signed-off-by: mulhern --- CHANGES.txt | 31 +++++++++++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index c107a65f..b72767e4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,34 @@ +libcryptsetup-rs 0.15.0 +======================= +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 + + libcryptsetup-rs 0.14.0 ======================= Recommended Rust toolchain version: 1.89.0 diff --git a/Cargo.toml b/Cargo.toml index 9020dbf2..d1eae06a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libcryptsetup-rs" -version = "0.14.0" +version = "0.15.0" authors = ["John Baublitz "] edition = "2021" rust-version = "1.82.0" # LOWEST SUPPORTED RUST TOOLCHAIN