Skip to content

Commit

Permalink
Merge pull request #924 from mulkieran/version-0.34.3
Browse files Browse the repository at this point in the history
devicemapper v0.34.3
  • Loading branch information
mulkieran authored Jul 23, 2024
2 parents 7109451 + 25b4ca1 commit f0cb5f6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
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/927
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 <stratis-devel@lists.fedorahosted.org>"]
description = "A library for using Linux device mapper"
documentation = "https://docs.rs/devicemapper/"
Expand Down

0 comments on commit f0cb5f6

Please sign in to comment.