Skip to content

Commit

Permalink
Merge pull request #899 from mulkieran/version-0.34.1
Browse files Browse the repository at this point in the history
devicemapper v0.34.1
  • Loading branch information
mulkieran committed Jan 16, 2024
2 parents f31ddf4 + 48b0337 commit 24736c7
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.34.1
===================
Recommended Rust toolchain version: 1.75.0
Recommended development release: Fedora 39

- Downgrade some log entries to trace level:
https://github.com/stratis-storage/devicemapper-rs/pull/890

- Use loopdev-3 instead of loopdev package:
https://github.com/stratis-storage/devicemapper-rs/pull/898

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

- Tidies and Maintenance:
https://github.com/stratis-storage/devicemapper-rs/pull/897
https://github.com/stratis-storage/devicemapper-rs/pull/896
https://github.com/stratis-storage/devicemapper-rs/pull/895
https://github.com/stratis-storage/devicemapper-rs/pull/894
https://github.com/stratis-storage/devicemapper-rs/pull/893
https://github.com/stratis-storage/devicemapper-rs/pull/892
https://github.com/stratis-storage/devicemapper-rs/pull/889


devicemapper 0.34.0
===================
Recommended Rust toolchain version: 1.73.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.0"
version = "0.34.1"
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 24736c7

Please sign in to comment.