From a1265a6be5ee770e4c1a4e707e977305b80565d6 Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 10 Feb 2026 20:55:02 -0500 Subject: [PATCH 1/2] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index b72767e4..70a68d7d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,17 @@ +libcryptsetup-rs 0.15.1 +======================= +Recommended Rust toolchain version: 1.93.0 +Recommended development environment: Fedora 42 + +- Tidies and Maintenance: + https://github.com/stratis-storage/libcryptsetup-rs/pull/468 + https://github.com/stratis-storage/libcryptsetup-rs/pull/467 + https://github.com/stratis-storage/libcryptsetup-rs/pull/466 + https://github.com/stratis-storage/libcryptsetup-rs/pull/465 + https://github.com/stratis-storage/libcryptsetup-rs/pull/464 + https://github.com/stratis-storage/libcryptsetup-rs/pull/449 + + libcryptsetup-rs 0.15.0 ======================= Recommended Rust toolchain version: 1.92.0 From d60cc3790a353a59388c8ef3e21cde02150cd283 Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 1 Apr 2026 09:50:36 -0400 Subject: [PATCH 2/2] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 70a68d7d..93f439ae 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,9 +1,17 @@ libcryptsetup-rs 0.15.1 ======================= -Recommended Rust toolchain version: 1.93.0 +Recommended Rust toolchain version: 1.94.0 Recommended development environment: Fedora 42 +- Increase rand dependency lower bound to 0.10.0: + https://github.com/stratis-storage/libcryptsetup-rs/pull/470 + +- Increase nix dependency lower bound to 0.31.1: + https://github.com/stratis-storage/libcryptsetup-rs/pull/469 + - Tidies and Maintenance: + https://github.com/stratis-storage/libcryptsetup-rs/pull/472 + https://github.com/stratis-storage/libcryptsetup-rs/pull/471 https://github.com/stratis-storage/libcryptsetup-rs/pull/468 https://github.com/stratis-storage/libcryptsetup-rs/pull/467 https://github.com/stratis-storage/libcryptsetup-rs/pull/466