From 29e0eaae74381a5651ad5b63c27a4daac8958a35 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 4 Mar 2024 12:40:28 -0500 Subject: [PATCH] version 0.5.1 Signed-off-by: mulhern --- CHANGES.txt | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 CHANGES.txt diff --git a/CHANGES.txt b/CHANGES.txt new file mode 100644 index 0000000..399eefe --- /dev/null +++ b/CHANGES.txt @@ -0,0 +1,10 @@ +loopdev-3 0.5.1 +=============== +Recommended Rust toolchain version: 1.76.0 +Recommended development platform for Python development: Fedora 38 + +- Increase bindgen dependency lower bound to 0.69.0: + https://github.com/stratis-storage/loopdev-3/pull/9 + +- Tidies and Maintenance: + https://github.com/stratis-storage/loopdev-3/pull/8 diff --git a/Cargo.toml b/Cargo.toml index c5c04a5..67a3f6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "loopdev-3" description = "Setup and control loop devices" -version = "0.5.0" +version = "0.5.1" authors = ["Stratis Developers ", "Michael Daffin "] license = "MIT" documentation = "https://docs.rs/loopdev-3"