From dd7eef65b8997b8505dd2dee3edbeb309798fcf5 Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 10 Feb 2026 20:55:02 -0500 Subject: [PATCH 1/3] 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 b0b4489a0b1d6c87b942764e0ede7cec1945b835 Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 1 Apr 2026 09:50:36 -0400 Subject: [PATCH 2/3] 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 From 462654e91bf576033eada47eedd7bed67ac88398 Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 14 Apr 2026 20:49:38 -0400 Subject: [PATCH 3/3] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.txt b/CHANGES.txt index 93f439ae..a28a4937 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,7 @@ Recommended development environment: Fedora 42 https://github.com/stratis-storage/libcryptsetup-rs/pull/469 - Tidies and Maintenance: + https://github.com/stratis-storage/libcryptsetup-rs/pull/474 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