From a7a85e583c2e5ff86785ba523e559da72de6b11b Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 18 Sep 2024 14:36:57 -0400 Subject: [PATCH] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 6f6339ea..feaa7d6e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,20 @@ +libcryptsetup-rs 0.11.0 (UNRELEASED) +======================= +Recommended Rust toolchain version: 1.81.0 +Recommended development environment: Fedora 40 + +- Update to per-thread-mutex v0.1.3: + https://github.com/stratis-storage/libcryptsetup-rs/pull/374 + +- Tidies and Maintenance: + https://github.com/stratis-storage/libcryptsetup-rs/pull/375 + https://github.com/stratis-storage/libcryptsetup-rs/pull/373 + https://github.com/stratis-storage/libcryptsetup-rs/pull/372 + https://github.com/stratis-storage/libcryptsetup-rs/pull/371 + https://github.com/stratis-storage/libcryptsetup-rs/pull/370 + https://github.com/stratis-storage/libcryptsetup-rs/pull/369 + + libcryptsetup-rs 0.10.0 ======================= Recommended Rust toolchain version: 1.79.0