Skip to content

Commit

Permalink
Merge pull request #913 from mulkieran/version-0.34.2
Browse files Browse the repository at this point in the history
devicemapper v0.34.2
  • Loading branch information
mulkieran committed Mar 25, 2024
2 parents e2a9caa + af3d6b1 commit ccd2013
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
devicemapper 0.34.2
===================
Recommended Rust toolchain version: 1.76.0
Recommended development release: Fedora 39

- Increase retry dependency lower bound to 2.0.0:
https://github.com/stratis-storage/devicemapper-rs/pull/902

- Increase env_logger dependency lower bound to 0.11.0:
https://github.com/stratis-storage/devicemapper-rs/pull/907

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

- devicemapper-rs-sys: Release version 0.3.0
https://github.com/stratis-storage/devicemapper-rs/pull/906

- devicemapper-rs-sys: Increase bindgen dependency lower bound:
https://github.com/stratis-storage/devicemapper-rs/pull/904

- Tidies and Maintenance:
https://github.com/stratis-storage/devicemapper-rs/pull/911
https://github.com/stratis-storage/devicemapper-rs/pull/910
https://github.com/stratis-storage/devicemapper-rs/pull/909
https://github.com/stratis-storage/devicemapper-rs/pull/905
https://github.com/stratis-storage/devicemapper-rs/pull/903
https://github.com/stratis-storage/devicemapper-rs/pull/900


devicemapper 0.34.1
===================
Recommended Rust toolchain version: 1.75.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.1"
version = "0.34.2"
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 ccd2013

Please sign in to comment.