diff --git a/CHANGES.txt b/CHANGES.txt index b83ebd9f..5ca29dc9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,31 @@ +devicemapper 0.34.8 +=================== +Recommended development release: Fedora 43 + +- Support dm without udev: + https://github.com/stratis-storage/devicemapper-rs/pull/1036 + +- Increase edition to 2024: + https://github.com/stratis-storage/devicemapper-rs/pull/1044 + https://github.com/stratis-storage/devicemapper-rs/pull/1043 + https://github.com/stratis-storage/devicemapper-rs/pull/1042 + +- Increase lowest supported rust toolchain to 1.87.0: + https://github.com/stratis-storage/devicemapper-rs/pull/1039 + +- Increase rand dependency lower bound to 0.10.1: + https://github.com/stratis-storage/devicemapper-rs/pull/1047 + +- Tidies and Maintenance: + https://github.com/stratis-storage/devicemapper-rs/pull/1046 + https://github.com/stratis-storage/devicemapper-rs/pull/1040 + https://github.com/stratis-storage/devicemapper-rs/pull/1038 + https://github.com/stratis-storage/devicemapper-rs/pull/1037 + https://github.com/stratis-storage/devicemapper-rs/pull/1034 + https://github.com/stratis-storage/devicemapper-rs/pull/1033 + https://github.com/stratis-storage/devicemapper-rs/pull/1032 + + devicemapper 0.34.7 =================== Recommended Rust toolchain version: 1.93.0 diff --git a/Cargo.toml b/Cargo.toml index 360dd2b2..d4793ba9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "devicemapper" -version = "0.34.7" +version = "0.34.8" authors = ["Stratis Developers "] description = "A library for using Linux device mapper" documentation = "https://docs.rs/devicemapper/"