From c0dba8cd8a1e5409ec733bff29792b8eeec1ce0b Mon Sep 17 00:00:00 2001 From: mulhern Date: Thu, 6 Jul 2023 09:12:42 -0400 Subject: [PATCH] devicemapper v0.34.0 Signed-off-by: mulhern --- CHANGES.txt | 41 +++++++++++++++++++++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 81c09940..6e3ee8f6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 5bf40722..4091c9e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "devicemapper" -version = "0.33.5" +version = "0.34.0" authors = ["Stratis Developers "] description = "A library for using Linux device mapper" documentation = "https://docs.rs/devicemapper/"