Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "devicemapper"
version = "0.34.7"
version = "0.34.8"
authors = ["Stratis Developers <stratis-devel@lists.fedorahosted.org>"]
description = "A library for using Linux device mapper"
documentation = "https://docs.rs/devicemapper/"
Expand Down
Loading