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

- libcryptsetup-rs-sys: Release version 0.6.0:
https://github.com/stratis-storage/libcryptsetup-rs/pull/435

- Revert clang macro fallback usage:
https://github.com/stratis-storage/libcryptsetup-rs/pull/433

- Tidies and Maintenance:
https://github.com/stratis-storage/libcryptsetup-rs/pull/437
https://github.com/stratis-storage/libcryptsetup-rs/pull/434
https://github.com/stratis-storage/libcryptsetup-rs/pull/432


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