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/"