Skip to content
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
23 changes: 23 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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
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 = "libcryptsetup-rs"
version = "0.15.0"
version = "0.15.1"
authors = ["John Baublitz <jbaublitz@redhat.com>"]
edition = "2021"
rust-version = "1.85.0" # LOWEST SUPPORTED RUST TOOLCHAIN
Expand Down