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
22 changes: 22 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
libcryptsetup-rs 0.16.1
=======================
Recommended development environment: Fedora 43

- libcryptsetup-rs-sys: Release version 0.7.0:
https://github.com/stratis-storage/libcryptsetup-rs/pull/492

- Use bindgen enhancements to remove manually defined constants:
https://github.com/stratis-storage/libcryptsetup-rs/pull/484

- Fix error code in is_assigned:
https://github.com/stratis-storage/libcryptsetup-rs/pull/483

- Increase lowest supported rust toolchain to 1.87.0:
https://github.com/stratis-storage/libcryptsetup-rs/pull/488

- Tidies and Maintenance:
https://github.com/stratis-storage/libcryptsetup-rs/pull/490
https://github.com/stratis-storage/libcryptsetup-rs/pull/487
https://github.com/stratis-storage/libcryptsetup-rs/pull/486


libcryptsetup-rs 0.16.0
=======================
Recommended development environment: Fedora 43
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.16.0"
version = "0.16.1"
authors = ["John Baublitz <jbaublitz@redhat.com>"]
edition = "2021"
rust-version = "1.87.0" # LOWEST SUPPORTED RUST TOOLCHAIN
Expand Down
Loading