Skip to content

Commit

Permalink
devicemapper v0.34.3
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Jul 10, 2024
1 parent 5a3f3ba commit 57f58ec
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
devicemapper 0.34.3
===================
Recommended Rust toolchain version: 1.79.0
Recommended development release: Fedora 40

- Use once_cell instead of lazy_static for lazy statics:
https://github.com/stratis-storage/devicemapper-rs/pull/917

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

- Increase tempfile dependency lower bound to 3.4.0:
https://github.com/stratis-storage/devicemapper-rs/pull/926
https://github.com/stratis-storage/devicemapper-rs/pull/925

- Tidies and Maintenance:
https://github.com/stratis-storage/devicemapper-rs/pull/923
https://github.com/stratis-storage/devicemapper-rs/pull/921
https://github.com/stratis-storage/devicemapper-rs/pull/920
https://github.com/stratis-storage/devicemapper-rs/pull/919
https://github.com/stratis-storage/devicemapper-rs/pull/918
https://github.com/stratis-storage/devicemapper-rs/pull/916
https://github.com/stratis-storage/devicemapper-rs/pull/915
https://github.com/stratis-storage/devicemapper-rs/pull/914


devicemapper 0.34.2
===================
Recommended Rust toolchain version: 1.76.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.2"
version = "0.34.3"
authors = ["Stratis Developers <[email protected]>"]
description = "A library for using Linux device mapper"
documentation = "https://docs.rs/devicemapper/"
Expand Down

0 comments on commit 57f58ec

Please sign in to comment.