From be2a491dfcc402a8248f5161ecd55d8f0730b68c Mon Sep 17 00:00:00 2001 From: mulhern Date: Thu, 13 Apr 2023 12:44:46 -0400 Subject: [PATCH] Version 0.33.4 Signed-off-by: mulhern --- CHANGES.txt | 13 +++++++++++++ Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 2544457b..604f2d8f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,16 @@ +devicemapper 0.33.4 +=================== +Recommended Rust toolchain version: 1.68.0 +Lowest supported Rust toolchain version: 1.66.1 +Recommended development release: Fedora 37 + +- Make CacheDev, LinearDev, and ThinPoolDev private on resume(): + https://github.com/stratis-storage/devicemapper-rs/pull/850 + +- Tidies and Maintenance: + https://github.com/stratis-storage/devicemapper-rs/pull/849 + + devicemapper 0.33.3 =================== Recommended Rust toolchain version: 1.68.0 diff --git a/Cargo.toml b/Cargo.toml index 832061a1..7ca3d530 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "devicemapper" -version = "0.33.3" +version = "0.33.4" authors = ["Stratis Developers "] description = "A library for using Linux device mapper" documentation = "https://docs.rs/devicemapper/"