From 2840da040b896154025a18dcc086648ffed38d6f Mon Sep 17 00:00:00 2001 From: mulhern Date: Thu, 10 Jul 2025 16:57:06 -0400 Subject: [PATCH 1/4] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index be05430..6b1f7e0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,13 @@ +loopdev-3 0.5.3 +=============== +Recommended Rust toolchain version: 1.88.0 +Recommended development platform for Python development: Fedora 41 + +- Tidies and Maintenance: + https://github.com/stratis-storage/loopdev-3/pull/59 + https://github.com/stratis-storage/loopdev-3/pull/57 + + loopdev-3 0.5.2 =============== Recommended Rust toolchain version: 1.87.0 From 4e9b64d9bf5aec8b052c6062f8baf50212303331 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 28 Jul 2025 16:51:08 -0400 Subject: [PATCH 2/4] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 6b1f7e0..bb51b53 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,8 @@ Recommended Rust toolchain version: 1.88.0 Recommended development platform for Python development: Fedora 41 - Tidies and Maintenance: + https://github.com/stratis-storage/loopdev-3/pull/62 + https://github.com/stratis-storage/loopdev-3/pull/60 https://github.com/stratis-storage/loopdev-3/pull/59 https://github.com/stratis-storage/loopdev-3/pull/57 From 0f83f35dbba4654be5938fa8c4073d8eaa792c7b Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 13 Aug 2025 13:26:40 -0400 Subject: [PATCH 3/4] 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 bb51b53..a857a7e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,9 +1,17 @@ loopdev-3 0.5.3 =============== -Recommended Rust toolchain version: 1.88.0 +Recommended Rust toolchain version: 1.89.0 Recommended development platform for Python development: Fedora 41 +- Increase lowest supported Rust to 1.77.0: + https://github.com/stratis-storage/loopdev-3/pull/66 + +- Directly attach file descriptor via LoopDevice: + https://github.com/stratis-storage/loopdev-3/pull/61 + - Tidies and Maintenance: + https://github.com/stratis-storage/loopdev-3/pull/65 + https://github.com/stratis-storage/loopdev-3/pull/64 https://github.com/stratis-storage/loopdev-3/pull/62 https://github.com/stratis-storage/loopdev-3/pull/60 https://github.com/stratis-storage/loopdev-3/pull/59 From c526e6044ecb9300297fd461b908e0d01e75bff2 Mon Sep 17 00:00:00 2001 From: mulhern Date: Thu, 30 Oct 2025 18:12:51 -0400 Subject: [PATCH 4/4] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index a857a7e..da0ee74 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,7 @@ loopdev-3 0.5.3 =============== -Recommended Rust toolchain version: 1.89.0 -Recommended development platform for Python development: Fedora 41 +Recommended Rust toolchain version: 1.90.0 +Recommended development platform for Python development: Fedora 42 - Increase lowest supported Rust to 1.77.0: https://github.com/stratis-storage/loopdev-3/pull/66 @@ -9,7 +9,14 @@ Recommended development platform for Python development: Fedora 41 - Directly attach file descriptor via LoopDevice: https://github.com/stratis-storage/loopdev-3/pull/61 +- Increase bindgen dependency lower bound to 0.72.0: + https://github.com/stratis-storage/loopdev-3/pull/69 + - Tidies and Maintenance: + https://github.com/stratis-storage/loopdev-3/pull/71 + https://github.com/stratis-storage/loopdev-3/pull/70 + https://github.com/stratis-storage/loopdev-3/pull/68 + https://github.com/stratis-storage/loopdev-3/pull/67 https://github.com/stratis-storage/loopdev-3/pull/65 https://github.com/stratis-storage/loopdev-3/pull/64 https://github.com/stratis-storage/loopdev-3/pull/62