Skip to content

Commit

Permalink
Merge pull request #887 from mulkieran/devicemapper-version-0.34.0
Browse files Browse the repository at this point in the history
devicemapper v0.34.0
  • Loading branch information
mulkieran committed Oct 23, 2023
2 parents d47f605 + c0dba8c commit cdaee9d
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
devicemapper 0.34.0
===================
Recommended Rust toolchain version: 1.73.0
Recommended development release: Fedora 38

- devicemapper-sys: Release version 0.2.0
https://github.com/stratis-storage/devicemapper-rs/pull/883

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

- Increase bitflags dependency lower bound to 2.3.3:
https://github.com/stratis-storage/devicemapper-rs/pull/888
https://github.com/stratis-storage/devicemapper-rs/pull/855

- Do not use default features for retry crate:
https://github.com/stratis-storage/devicemapper-rs/pull/869

- devicemapper-sys: Remove unused nix dependency specification:
https://github.com/stratis-storage/devicemapper-rs/pull/872

- Tidies and Maintenance:
https://github.com/stratis-storage/devicemapper-rs/pull/885
https://github.com/stratis-storage/devicemapper-rs/pull/884
https://github.com/stratis-storage/devicemapper-rs/pull/882
https://github.com/stratis-storage/devicemapper-rs/pull/881
https://github.com/stratis-storage/devicemapper-rs/pull/879
https://github.com/stratis-storage/devicemapper-rs/pull/878
https://github.com/stratis-storage/devicemapper-rs/pull/877
https://github.com/stratis-storage/devicemapper-rs/pull/876
https://github.com/stratis-storage/devicemapper-rs/pull/875
https://github.com/stratis-storage/devicemapper-rs/pull/874
https://github.com/stratis-storage/devicemapper-rs/pull/873
https://github.com/stratis-storage/devicemapper-rs/pull/871
https://github.com/stratis-storage/devicemapper-rs/pull/870
https://github.com/stratis-storage/devicemapper-rs/pull/868
https://github.com/stratis-storage/devicemapper-rs/pull/867
https://github.com/stratis-storage/devicemapper-rs/pull/866
https://github.com/stratis-storage/devicemapper-rs/pull/864


devicemapper 0.33.5
===================
Recommended Rust toolchain version: 1.70.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.33.5"
version = "0.34.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 cdaee9d

Please sign in to comment.