Skip to content

Commit

Permalink
Merge pull request #353 from mulkieran/libcryptsetup-rs-version-0.9.3
Browse files Browse the repository at this point in the history
libcryptsetup-rs v0.9.3
  • Loading branch information
mulkieran authored Mar 25, 2024
2 parents b7431f2 + dfa10de commit c265666
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
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

0 comments on commit c265666

Please sign in to comment.