From 0bd40aeba58bd30c981d646bfecc3cbfe015534b Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 3 Jun 2026 21:38:59 -0400 Subject: [PATCH] libcryptsetup-rs-v0.16.1 Signed-off-by: mulhern --- CHANGES.txt | 22 ++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index c18dc2bc..e8a0c416 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,25 @@ +libcryptsetup-rs 0.16.1 +======================= +Recommended development environment: Fedora 43 + +- libcryptsetup-rs-sys: Release version 0.7.0: + https://github.com/stratis-storage/libcryptsetup-rs/pull/492 + +- Use bindgen enhancements to remove manually defined constants: + https://github.com/stratis-storage/libcryptsetup-rs/pull/484 + +- Fix error code in is_assigned: + https://github.com/stratis-storage/libcryptsetup-rs/pull/483 + +- Increase lowest supported rust toolchain to 1.87.0: + https://github.com/stratis-storage/libcryptsetup-rs/pull/488 + +- Tidies and Maintenance: + https://github.com/stratis-storage/libcryptsetup-rs/pull/490 + https://github.com/stratis-storage/libcryptsetup-rs/pull/487 + https://github.com/stratis-storage/libcryptsetup-rs/pull/486 + + libcryptsetup-rs 0.16.0 ======================= Recommended development environment: Fedora 43 diff --git a/Cargo.toml b/Cargo.toml index f6f60aac..63b39996 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libcryptsetup-rs" -version = "0.16.0" +version = "0.16.1" authors = ["John Baublitz "] edition = "2021" rust-version = "1.87.0" # LOWEST SUPPORTED RUST TOOLCHAIN