Skip to content

Commit 7317ee6

Browse files
authored
Merge pull request #431 from mulkieran/libcryptsetup-rs-version-0.13.0
libcryptsetup-rs v0.13.0
2 parents 4530192 + d960911 commit 7317ee6

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.13.0
2+
=======================
3+
Recommended Rust toolchain version: 1.86.0
4+
Recommended development environment: Fedora 41
5+
6+
- Add additional valid options to CryptVolumeKeyHandle::get;
7+
wrap API to link volume key to other keyring:
8+
https://github.com/stratis-storage/libcryptsetup-rs/pull/428
9+
10+
- libcryptsetup-rs-sys: Allow default features for bindgen dependency:
11+
https://github.com/stratis-storage/libcryptsetup-rs/pull/427
12+
13+
- Tidies and Maintenance:
14+
https://github.com/stratis-storage/libcryptsetup-rs/pull/430
15+
https://github.com/stratis-storage/libcryptsetup-rs/pull/429
16+
17+
118
libcryptsetup-rs 0.12.1
219
=======================
320
Recommended Rust toolchain version: 1.86.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.12.1"
3+
version = "0.13.0"
44
authors = ["John Baublitz <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.74.0" # LOWEST SUPPORTED RUST TOOLCHAIN

0 commit comments

Comments
 (0)