Skip to content

Commit

Permalink
Merge pull request #834 from mulkieran/version-0.33.0
Browse files Browse the repository at this point in the history
Version 0.33.0
  • Loading branch information
mulkieran committed Mar 1, 2023
2 parents e28c016 + 2ddef42 commit c9ced5c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
devicemapper 0.33.0
===================
Recommended Rust toolchain version: 1.67.1
Lowest supported Rust toolchain version: 1.66.1
Recommended development release: Fedora 37

- Add udev synchronization and logging support:
https://github.com/stratis-storage/devicemapper-rs/issues/768
https://github.com/stratis-storage/devicemapper-rs/issues/730
https://github.com/stratis-storage/devicemapper-rs/pull/774

- Increase nix dependency lower bound to 0.26.0:
https://github.com/stratis-storage/devicemapper-rs/pull/820

- Release devicemapper-sys v0.1.4:
https://github.com/stratis-storage/devicemapper-rs/pull/826

- Tidies and Maintenance:
https://github.com/stratis-storage/devicemapper-rs/pull/828
https://github.com/stratis-storage/devicemapper-rs/pull/827
https://github.com/stratis-storage/devicemapper-rs/pull/825
https://github.com/stratis-storage/devicemapper-rs/pull/824
https://github.com/stratis-storage/devicemapper-rs/pull/823
https://github.com/stratis-storage/devicemapper-rs/pull/822
https://github.com/stratis-storage/devicemapper-rs/pull/821
https://github.com/stratis-storage/devicemapper-rs/pull/819
https://github.com/stratis-storage/devicemapper-rs/pull/818
https://github.com/stratis-storage/devicemapper-rs/pull/817
https://github.com/stratis-storage/devicemapper-rs/pull/816
https://github.com/stratis-storage/devicemapper-rs/pull/814
https://github.com/stratis-storage/devicemapper-rs/pull/803


devicemapper 0.32.3
===================
Recommended Rust toolchain version: 1.65.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.3"
version = "0.33.0"
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 c9ced5c

Please sign in to comment.