From 64cbd2a233303f0e19609e9bd234a136057cd09c Mon Sep 17 00:00:00 2001 From: mulhern Date: Thu, 10 Jul 2025 16:57:06 -0400 Subject: [PATCH] loopdev-3 v0.5.3 Signed-off-by: mulhern --- CHANGES.txt | 27 +++++++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index be05430..da0ee74 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,30 @@ +loopdev-3 0.5.3 +=============== +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 + +- 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 + 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 + + loopdev-3 0.5.2 =============== Recommended Rust toolchain version: 1.87.0 diff --git a/Cargo.toml b/Cargo.toml index ef10e70..d06b658 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "loopdev-3" description = "Setup and control loop devices" -version = "0.5.2" +version = "0.5.3" authors = ["Stratis Developers ", "Michael Daffin "] rust-version = "1.77.0" # LOWEST SUPPORTED RUST TOOLCHAIN license = "MIT"