Skip to content

Commit

Permalink
Merge pull request #368 from mulkieran/libcryptsetup-rs-version-0.10.0
Browse files Browse the repository at this point in the history
libcryptsetup-rs v0.10.0
  • Loading branch information
mulkieran authored Jul 18, 2024
2 parents 5a99165 + 5821950 commit 204f091
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
libcryptsetup-rs 0.10.0
=======================
Recommended Rust toolchain version: 1.79.0
Recommended development environment: Fedora 40

- Fix for API for reencrypt:
https://github.com/stratis-storage/libcryptsetup-rs/pull/347

- Fix issue where getter and setter used different units:
https://github.com/stratis-storage/libcryptsetup-rs/pull/356

- Use once_cell rather than lazy_static for lazy statics:
https://github.com/stratis-storage/libcryptsetup-rs/pull/358

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

- Increase libc dependency lower bound to 0.2.155:
https://github.com/stratis-storage/libcryptsetup-rs/pull/366

- Increase pkg-config dependency lower bound to 0.3.15:
https://github.com/stratis-storage/libcryptsetup-rs/pull/365

- Tidies and Maintenance:
https://github.com/stratis-storage/libcryptsetup-rs/pull/364
https://github.com/stratis-storage/libcryptsetup-rs/pull/363
https://github.com/stratis-storage/libcryptsetup-rs/pull/361
https://github.com/stratis-storage/libcryptsetup-rs/pull/360
https://github.com/stratis-storage/libcryptsetup-rs/pull/359
https://github.com/stratis-storage/libcryptsetup-rs/pull/357
https://github.com/stratis-storage/libcryptsetup-rs/pull/355
https://github.com/stratis-storage/libcryptsetup-rs/pull/354


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

0 comments on commit 204f091

Please sign in to comment.