diff --git a/CHANGES.txt b/CHANGES.txt new file mode 100644 index 0000000..6baeb1d --- /dev/null +++ b/CHANGES.txt @@ -0,0 +1,11 @@ +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"