Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libcryptsetup-rs v0.9.3 #353

Merged
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
26 changes: 26 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
libcryptsetup-rs 0.9.3
======================
Recommended Rust toolchain version: 1.76.0
Recommended development environment: Fedora 39

- Fix bug in reencrypt API where CStrings were deallocated too soon:
https://github.com/stratis-storage/libcryptsetup-rs/pull/350

- Increase nix dependency lower bound to 0.28.0:
https://github.com/stratis-storage/libcryptsetup-rs/pull/352

- Increase env_logger dependency lower bound to 0.11.0:
https://github.com/stratis-storage/libcryptsetup-rs/pull/351

- libcryptsetup-rs-sys: Release version 0.4.0:
https://github.com/stratis-storage/libcryptsetup-rs/pull/346

- libcryptsetup-rs-sys: Increase bindgen dependency lower bound:
https://github.com/stratis-storage/libcryptsetup-rs/pull/345

- Tidies and Maintenance:
https://github.com/stratis-storage/libcryptsetup-rs/pull/349
https://github.com/stratis-storage/libcryptsetup-rs/pull/344
https://github.com/stratis-storage/libcryptsetup-rs/pull/343


libcryptsetup-rs 0.9.2
======================
Recommended Rust toolchain version: 1.75.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.9.2"
version = "0.9.3"
authors = ["John Baublitz <[email protected]>"]
edition = "2021"
rust-version = "1.71.1" # LOWEST SUPPORTED RUST TOOLCHAIN
Expand Down
Loading