From 48b0337aa4040dccb4806a0d67002c5fa5432316 Mon Sep 17 00:00:00 2001 From: mulhern Date: Thu, 9 Nov 2023 14:19:59 -0500 Subject: [PATCH] devicemapper v0.34.1 Signed-off-by: mulhern --- CHANGES.txt | 24 ++++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 6e3ee8f6..46b64f8e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,27 @@ +devicemapper 0.34.1 +=================== +Recommended Rust toolchain version: 1.75.0 +Recommended development release: Fedora 39 + +- Downgrade some log entries to trace level: + https://github.com/stratis-storage/devicemapper-rs/pull/890 + +- Use loopdev-3 instead of loopdev package: + https://github.com/stratis-storage/devicemapper-rs/pull/898 + +- Increase nix dependency lower bound to 0.27.1: + https://github.com/stratis-storage/devicemapper-rs/pull/886 + +- Tidies and Maintenance: + https://github.com/stratis-storage/devicemapper-rs/pull/897 + https://github.com/stratis-storage/devicemapper-rs/pull/896 + https://github.com/stratis-storage/devicemapper-rs/pull/895 + https://github.com/stratis-storage/devicemapper-rs/pull/894 + https://github.com/stratis-storage/devicemapper-rs/pull/893 + https://github.com/stratis-storage/devicemapper-rs/pull/892 + https://github.com/stratis-storage/devicemapper-rs/pull/889 + + devicemapper 0.34.0 =================== Recommended Rust toolchain version: 1.73.0 diff --git a/Cargo.toml b/Cargo.toml index 5f5f549f..b10102bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "devicemapper" -version = "0.34.0" +version = "0.34.1" authors = ["Stratis Developers "] description = "A library for using Linux device mapper" documentation = "https://docs.rs/devicemapper/"