Skip to content

Commit

Permalink
Merge pull request #815 from mulkieran/version-0.32.3
Browse files Browse the repository at this point in the history
Version 0.32.3
  • Loading branch information
mulkieran committed Dec 22, 2022
2 parents 8ccdbd0 + ddf2d74 commit 64df6a8
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
devicemapper 0.32.3
===================
Recommended Rust toolchain version: 1.65.0
Lowest supported Rust toolchain version: 1.62.1
Recommended development release: Fedora 37

- Expose DeviceInfo struct:
https://github.com/stratis-storage/devicemapper-rs/pull/787

- Fix a code defect that could result in an ill-formed ioctl message header:
https://github.com/stratis-storage/devicemapper-rs/pull/806

- Increase bindgen dependency version specification to 0.63:
https://github.com/stratis-storage/devicemapper-rs/pull/804

- Tidies and Maintenance:
https://github.com/stratis-storage/devicemapper-rs/pull/812
https://github.com/stratis-storage/devicemapper-rs/pull/810
https://github.com/stratis-storage/devicemapper-rs/pull/807
https://github.com/stratis-storage/devicemapper-rs/pull/802
https://github.com/stratis-storage/devicemapper-rs/pull/800
https://github.com/stratis-storage/devicemapper-rs/pull/799
https://github.com/stratis-storage/devicemapper-rs/pull/798
https://github.com/stratis-storage/devicemapper-rs/pull/797
https://github.com/stratis-storage/devicemapper-rs/pull/796
https://github.com/stratis-storage/devicemapper-rs/pull/795
https://github.com/stratis-storage/devicemapper-rs/pull/794
https://github.com/stratis-storage/devicemapper-rs/pull/793
https://github.com/stratis-storage/devicemapper-rs/pull/791
https://github.com/stratis-storage/devicemapper-rs/pull/788
https://github.com/stratis-storage/devicemapper-rs/pull/786
https://github.com/stratis-storage/devicemapper-rs/pull/785
https://github.com/stratis-storage/devicemapper-rs/pull/778


devicemapper 0.32.2
===================
Recommended Rust toolchain version: 1.63.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.2"
version = "0.32.3"
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 64df6a8

Please sign in to comment.