Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

devicemapper v0.34.0 #887

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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