From d935e3b0cac16ebbf4f9e1cba3c6be7388525be7 Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 21 Aug 2024 09:30:36 -0400 Subject: [PATCH] devicemapper v0.34.4 Signed-off-by: mulhern --- CHANGES.txt | 17 +++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index dc4b2d33..4a90115d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,20 @@ +devicemapper 0.34.4 +=================== +Recommended Rust toolchain version: 1.80.1 +Recommended development release: Fedora 40 + +- Expose the message ioctl: + https://github.com/stratis-storage/devicemapper-rs/pull/933 + +- Tidies and Maintenance: + https://github.com/stratis-storage/devicemapper-rs/pull/934 + https://github.com/stratis-storage/devicemapper-rs/pull/932 + https://github.com/stratis-storage/devicemapper-rs/pull/931 + https://github.com/stratis-storage/devicemapper-rs/pull/930 + https://github.com/stratis-storage/devicemapper-rs/pull/929 + https://github.com/stratis-storage/devicemapper-rs/pull/928 + + devicemapper 0.34.3 =================== Recommended Rust toolchain version: 1.79.0 diff --git a/Cargo.toml b/Cargo.toml index ff4fe7f7..ddb8dd78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "devicemapper" -version = "0.34.3" +version = "0.34.4" authors = ["Stratis Developers "] description = "A library for using Linux device mapper" documentation = "https://docs.rs/devicemapper/"