Skip to content

Commit

Permalink
Merge pull request #863 from mulkieran/version-0.33.5
Browse files Browse the repository at this point in the history
Version 0.33.5
  • Loading branch information
mulkieran committed Jun 21, 2023
2 parents 8cbe0ad + 628b825 commit 71eba33
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
devicemapper 0.33.5
===================
Recommended Rust toolchain version: 1.70.0
Lowest supported Rust toolchain version: 1.69.0
Recommended development release: Fedora 38

- Test for presence of udev daemon in UdevSync implementation:
https://github.com/stratis-storage/devicemapper-rs/pull/859

- Patch Cargo.toml to avoid loopdev FTBFS:
https://github.com/stratis-storage/devicemapper-rs/pull/852

- Increase bitflags dependency lower bound to 1.3.2:
https://github.com/stratis-storage/devicemapper-rs/pull/855

- Tidies and Maintenance:
https://github.com/stratis-storage/devicemapper-rs/pull/862
https://github.com/stratis-storage/devicemapper-rs/pull/861
https://github.com/stratis-storage/devicemapper-rs/pull/860
https://github.com/stratis-storage/devicemapper-rs/pull/857
https://github.com/stratis-storage/devicemapper-rs/pull/854
https://github.com/stratis-storage/devicemapper-rs/pull/853


devicemapper 0.33.4
===================
Recommended Rust toolchain version: 1.68.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.33.4"
version = "0.33.5"
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 71eba33

Please sign in to comment.