From 9aa6031b6719a41d1219f3a356e1c36bdaac0719 Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 26 Sep 2023 21:06:02 -0400 Subject: [PATCH] libcryptsetup-rs v0.9.0 Signed-off-by: mulhern --- CHANGES.txt | 26 ++++++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index e6c716fb..4a1e8dee 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,29 @@ +libcryptsetup-rs 0.9.1 +====================== +Recommended Rust toolchain version: 1.72.0 +Recommended development environment: Fedora 38 + +- libcryptsetup-rs-sys: Increase bindgen dependency lower bound to 0.68.1: + https://github.com/stratis-storage/libcryptsetup-rs/pull/320 + +- libcryptsetup-rs-sys: Fix libcrypsetup.h path while cross-compiling: + https://github.com/stratis-storage/libcryptsetup-rs/pull/328 + +- Use after free fix for CryptParamsIntegrityRef and CryptPbkidfTypeRef: + https://github.com/stratis-storage/libcryptsetup-rs/pull/324 + +- Update per-thread-mutex submodule version to 0.1.2: + https://github.com/stratis-storage/libcryptsetup-rs/pull/330 + +- Tidies and Maintenance: + https://github.com/stratis-storage/libcryptsetup-rs/pull/329 + https://github.com/stratis-storage/libcryptsetup-rs/pull/327 + https://github.com/stratis-storage/libcryptsetup-rs/pull/326 + https://github.com/stratis-storage/libcryptsetup-rs/pull/323 + https://github.com/stratis-storage/libcryptsetup-rs/pull/322 + https://github.com/stratis-storage/libcryptsetup-rs/pull/321 + + libcryptsetup-rs 0.9.0 ====================== Recommended Rust toolchain version: 1.72.0 diff --git a/Cargo.toml b/Cargo.toml index cda0f47d..b919f705 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libcryptsetup-rs" -version = "0.9.0" +version = "0.9.1" authors = ["John Baublitz "] edition = "2021" rust-version = "1.71.1" # LOWEST SUPPORTED RUST TOOLCHAIN