diff --git a/CHANGES.txt b/CHANGES.txt index dff4a18f..2544457b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,16 @@ +devicemapper 0.33.3 +=================== +Recommended Rust toolchain version: 1.68.0 +Lowest supported Rust toolchain version: 1.66.1 +Recommended development release: Fedora 37 + +- Send udev options to make cache, linear, and thinpool devs private: + https://github.com/stratis-storage/devicemapper-rs/pull/845 + +- Increase env_logger dependency lower bound to 0.10.0: + https://github.com/stratis-storage/devicemapper-rs/pull/844 + + devicemapper 0.33.2 =================== Recommended Rust toolchain version: 1.68.0 diff --git a/Cargo.toml b/Cargo.toml index e6b41b41..832061a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "devicemapper" -version = "0.33.2" +version = "0.33.3" authors = ["Stratis Developers "] description = "A library for using Linux device mapper" documentation = "https://docs.rs/devicemapper/"