Skip to content

Commit

Permalink
Merge pull request #784 from mulkieran/devicemapper-0.32.2
Browse files Browse the repository at this point in the history
Version 0.32.2
  • Loading branch information
mulkieran authored Aug 25, 2022
2 parents 3cd0d4a + b71e5c0 commit ba682f2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
devicemapper 0.32.2
===================
Recommended Rust toolchain version: 1.63.0
Lowest supported Rust toolchain version: 1.62.1
Recommended development release: Fedora 36

- Update to edition 2021:
https://github.com/stratis-storage/devicemapper-rs/pull/766

- Do not use feature_args for thinpool equivalence:
https://github.com/stratis-storage/devicemapper-rs/pull/783

- Increase loopdev dependency lower bound to 0.4.0:
https://github.com/stratis-storage/devicemapper-rs/pull/781

- Tidies and Maintenance:
https://github.com/stratis-storage/devicemapper-rs/pull/780
https://github.com/stratis-storage/devicemapper-rs/pull/779
https://github.com/stratis-storage/devicemapper-rs/pull/777
https://github.com/stratis-storage/devicemapper-rs/pull/776
https://github.com/stratis-storage/devicemapper-rs/pull/775


devicemapper 0.32.1
===================
Recommended Rust toolchain version: 1.62.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.32.1"
version = "0.32.2"
authors = ["Stratis Developers <stratis-devel@lists.fedorahosted.org>"]
description = "A library for using Linux device mapper"
documentation = "https://docs.rs/devicemapper/"
Expand Down

0 comments on commit ba682f2

Please sign in to comment.