diff --git a/CHANGES.txt b/CHANGES.txt index b72767e4..a28a4937 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,26 @@ +libcryptsetup-rs 0.15.1 +======================= +Recommended Rust toolchain version: 1.94.0 +Recommended development environment: Fedora 42 + +- Increase rand dependency lower bound to 0.10.0: + https://github.com/stratis-storage/libcryptsetup-rs/pull/470 + +- Increase nix dependency lower bound to 0.31.1: + https://github.com/stratis-storage/libcryptsetup-rs/pull/469 + +- Tidies and Maintenance: + https://github.com/stratis-storage/libcryptsetup-rs/pull/474 + https://github.com/stratis-storage/libcryptsetup-rs/pull/472 + https://github.com/stratis-storage/libcryptsetup-rs/pull/471 + https://github.com/stratis-storage/libcryptsetup-rs/pull/468 + https://github.com/stratis-storage/libcryptsetup-rs/pull/467 + https://github.com/stratis-storage/libcryptsetup-rs/pull/466 + https://github.com/stratis-storage/libcryptsetup-rs/pull/465 + https://github.com/stratis-storage/libcryptsetup-rs/pull/464 + https://github.com/stratis-storage/libcryptsetup-rs/pull/449 + + libcryptsetup-rs 0.15.0 ======================= Recommended Rust toolchain version: 1.92.0 diff --git a/Cargo.toml b/Cargo.toml index 36ea5f80..af4fb0a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libcryptsetup-rs" -version = "0.15.0" +version = "0.15.1" authors = ["John Baublitz "] edition = "2021" rust-version = "1.85.0" # LOWEST SUPPORTED RUST TOOLCHAIN