Skip to content

Commit 6a1484e

Browse files
authored
Merge pull request #448 from mulkieran/libcryptsetup-rs-version-0.14.0
libcryptsetup-rs v0.14.0
2 parents bc95ac0 + bdfee3a commit 6a1484e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGES.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
libcryptsetup-rs 0.14.0
2+
=======================
3+
Recommended Rust toolchain version: 1.89.0
4+
Recommended development environment: Fedora 41
5+
6+
- Make LUKS info in reencryption optional:
7+
https://github.com/stratis-storage/libcryptsetup-rs/pull/447
8+
9+
- Increase lowest supported Rust to 1.77:
10+
https://github.com/stratis-storage/libcryptsetup-rs/pull/444
11+
12+
- Tidies and Maintenance:
13+
https://github.com/stratis-storage/libcryptsetup-rs/pull/445
14+
https://github.com/stratis-storage/libcryptsetup-rs/pull/443
15+
https://github.com/stratis-storage/libcryptsetup-rs/pull/442
16+
17+
118
libcryptsetup-rs 0.13.2
219
=======================
320
Recommended Rust toolchain version: 1.88.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.13.2"
3+
version = "0.14.0"
44
authors = ["John Baublitz <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.77.0" # LOWEST SUPPORTED RUST TOOLCHAIN

0 commit comments

Comments
 (0)