From 16c85c3652bc94224abe6bc9ae4ff78d9be09b8c Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 9 Jun 2026 09:58:44 -0400 Subject: [PATCH 1/2] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index b83ebd9f..f64a698f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,19 @@ +devicemapper 0.34.8 +=================== +Recommended development release: Fedora 43 + +- Increase lowest supported rust toolchain to 1.87.0: + https://github.com/stratis-storage/devicemapper-rs/pull/1039 + +- Tidies and Maintenance: + https://github.com/stratis-storage/devicemapper-rs/pull/1040 + https://github.com/stratis-storage/devicemapper-rs/pull/1038 + https://github.com/stratis-storage/devicemapper-rs/pull/1037 + https://github.com/stratis-storage/devicemapper-rs/pull/1034 + https://github.com/stratis-storage/devicemapper-rs/pull/1033 + https://github.com/stratis-storage/devicemapper-rs/pull/1032 + + devicemapper 0.34.7 =================== Recommended Rust toolchain version: 1.93.0 From 26bd8ba7d35a7ef56c2a5b6c4e625466f3105369 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 15 Jun 2026 08:54:38 -0400 Subject: [PATCH 2/2] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index f64a698f..169ea626 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,9 @@ devicemapper 0.34.8 =================== Recommended development release: Fedora 43 +- Support dm without udev: + https://github.com/stratis-storage/devicemapper-rs/pull/1036 + - Increase lowest supported rust toolchain to 1.87.0: https://github.com/stratis-storage/devicemapper-rs/pull/1039