From 4da242f36da9b324afec630275d8743aba00a763 Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 26 Nov 2024 11:34:08 -0500 Subject: [PATCH 1/2] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 4a90115d..4d7c910d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,18 @@ +devicemapper 0.34.5 (UNRELEASED) +================================ +Recommended Rust toolchain version: 1.82.0 +Recommended development release: Fedora 40 + +- Tidies and Maintenance: + https://github.com/stratis-storage/devicemapper-rs/pull/946 + https://github.com/stratis-storage/devicemapper-rs/pull/942 + https://github.com/stratis-storage/devicemapper-rs/pull/941 + https://github.com/stratis-storage/devicemapper-rs/pull/940 + https://github.com/stratis-storage/devicemapper-rs/pull/939 + https://github.com/stratis-storage/devicemapper-rs/pull/937 + https://github.com/stratis-storage/devicemapper-rs/pull/936 + + devicemapper 0.34.4 =================== Recommended Rust toolchain version: 1.80.1 From fc3bc9a1e7956cc7527f19a248cd5d285452ac51 Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 17 Dec 2024 14:14:52 -0500 Subject: [PATCH 2/2] 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 4d7c910d..85f1ca12 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,9 +1,16 @@ devicemapper 0.34.5 (UNRELEASED) ================================ -Recommended Rust toolchain version: 1.82.0 -Recommended development release: Fedora 40 +Recommended Rust toolchain version: 1.83.0 +Recommended development release: Fedora 41 + +- Use pkg-config to find header paths in build.rs: + https://github.com/stratis-storage/devicemapper-rs/pull/952 - Tidies and Maintenance: + https://github.com/stratis-storage/devicemapper-rs/pull/950 + https://github.com/stratis-storage/devicemapper-rs/pull/949 + https://github.com/stratis-storage/devicemapper-rs/pull/948 + https://github.com/stratis-storage/devicemapper-rs/pull/947 https://github.com/stratis-storage/devicemapper-rs/pull/946 https://github.com/stratis-storage/devicemapper-rs/pull/942 https://github.com/stratis-storage/devicemapper-rs/pull/941