Skip to content

Commit d2bab5b

Browse files
authored
Merge pull request #463 from mulkieran/libcryptsetup-rs-v0.15.0
libcryptsetup-rs v0.15.0
2 parents 76590f4 + 9ba4e10 commit d2bab5b

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGES.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
libcryptsetup-rs 0.15.0
2+
=======================
3+
Recommended Rust toolchain version: 1.92.0
4+
Recommended development environment: Fedora 42
5+
6+
- Allow passing None as FEC and hash device when formatting as VERITY:
7+
https://github.com/stratis-storage/libcryptsetup-rs/pull/461
8+
9+
- Add support for LUKS token activation via PIN:
10+
https://github.com/stratis-storage/libcryptsetup-rs/pull/460
11+
12+
- libcryptsetup-rs-sys: Release version 0.6.1:
13+
https://github.com/stratis-storage/libcryptsetup-rs/pull/455
14+
15+
- libcryptsetup-rs-sys: Increase bindgen dependency lower bound to 0.72.0:
16+
https://github.com/stratis-storage/libcryptsetup-rs/pull/452
17+
18+
- Increase lowest supported version of Rust to 1.82.0:
19+
https://github.com/stratis-storage/libcryptsetup-rs/pull/457
20+
21+
- Use std::sync::LazyLock instead of once_cell::Lazy:
22+
https://github.com/stratis-storage/libcryptsetup-rs/pull/458
23+
24+
- Tidies and Maintenance:
25+
https://github.com/stratis-storage/libcryptsetup-rs/pull/459
26+
https://github.com/stratis-storage/libcryptsetup-rs/pull/456
27+
https://github.com/stratis-storage/libcryptsetup-rs/pull/454
28+
https://github.com/stratis-storage/libcryptsetup-rs/pull/453
29+
https://github.com/stratis-storage/libcryptsetup-rs/pull/451
30+
31+
132
libcryptsetup-rs 0.14.0
233
=======================
334
Recommended Rust toolchain version: 1.89.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libcryptsetup-rs"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
authors = ["John Baublitz <jbaublitz@redhat.com>"]
55
edition = "2021"
66
rust-version = "1.82.0" # LOWEST SUPPORTED RUST TOOLCHAIN

0 commit comments

Comments
 (0)