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
53 changes: 53 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
libcryptsetup-rs 0.12.1
=======================
Recommended Rust toolchain version: 1.86.0
Recommended development environment: Fedora 41

- Use bindgen enhancement for function-like macros:
https://github.com/stratis-storage/libcryptsetup-rs/pull/348

- libcryptsetup-rs-sys: Release version 0.5.0:
https://github.com/stratis-storage/libcryptsetup-rs/pull/424

- Remove git submodule and depend on per-thread-mutex crate:
https://github.com/stratis-storage/libcryptsetup-rs/issues/401
https://github.com/stratis-storage/libcryptsetup-rs/pull/415

- libcryptsetup-rs-sys: Increase bindgen dependency lower bound to 0.71.0;
pin bindgen rust target to rust-version:
https://github.com/stratis-storage/libcryptsetup-rs/pull/421
https://github.com/stratis-storage/libcryptsetup-rs/pull/418

- libcryptsetup-rs-sys: Release version 0.4.1:
https://github.com/stratis-storage/libcryptsetup-rs/pull/415

- Add static feature:
https://github.com/stratis-storage/libcryptsetup-rs/pull/407

- Increase log dependency lower bound to 0.4.20:
https://github.com/stratis-storage/libcryptsetup-rs/pull/425

- Increase rand dependency lower bound to 0.9.0:
https://github.com/stratis-storage/libcryptsetup-rs/pull/410

- Disable cargo metadata in pkg-config probe, then re-enable:
https://github.com/stratis-storage/libcryptsetup-rs/pull/413
https://github.com/stratis-storage/libcryptsetup-rs/pull/406

- Tidies and Maintenance:
https://github.com/stratis-storage/libcryptsetup-rs/pull/422
https://github.com/stratis-storage/libcryptsetup-rs/pull/419
https://github.com/stratis-storage/libcryptsetup-rs/pull/417
https://github.com/stratis-storage/libcryptsetup-rs/pull/416
https://github.com/stratis-storage/libcryptsetup-rs/pull/412
https://github.com/stratis-storage/libcryptsetup-rs/pull/411
https://github.com/stratis-storage/libcryptsetup-rs/pull/409
https://github.com/stratis-storage/libcryptsetup-rs/pull/405
https://github.com/stratis-storage/libcryptsetup-rs/pull/404
https://github.com/stratis-storage/libcryptsetup-rs/pull/403
https://github.com/stratis-storage/libcryptsetup-rs/pull/402
https://github.com/stratis-storage/libcryptsetup-rs/pull/400
https://github.com/stratis-storage/libcryptsetup-rs/pull/398
https://github.com/stratis-storage/libcryptsetup-rs/pull/387


libcryptsetup-rs 0.12.0
=======================
Recommended Rust toolchain version: 1.84.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.12.0"
version = "0.12.1"
authors = ["John Baublitz <jbaublitz@redhat.com>"]
edition = "2021"
rust-version = "1.74.0" # LOWEST SUPPORTED RUST TOOLCHAIN
Expand Down