Skip to content

Commit e3f9332

Browse files
committed
Update changelog
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent a6e765a commit e3f9332

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

CHANGES.txt

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,31 @@
1-
libcryptsetup-rs 0.14.1
1+
libcryptsetup-rs 0.15.0
22
=======================
3-
Recommended Rust toolchain version: 1.90.0
4-
Recommended development environment: Fedora 41
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
523

624
- 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
729
https://github.com/stratis-storage/libcryptsetup-rs/pull/451
830

931

0 commit comments

Comments
 (0)