Skip to content

Commit

Permalink
Merge pull request #399 from mulkieran/libcryptsetup-rs-version-0.12.0
Browse files Browse the repository at this point in the history
libcryptsetup-rs v0.12.0
  • Loading branch information
mulkieran authored Jan 22, 2025
2 parents c93741e + 4b000d7 commit ba5ac9a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
libcryptsetup-rs 0.12.0 (UNRELEASED)
====================================
Recommended Rust toolchain version: 1.84.0
Recommended development environment: Fedora 40

- API changes for re-encrypt methods:
https://github.com/stratis-storage/libcryptsetup-rs/pull/397
https://github.com/stratis-storage/libcryptsetup-rs/pull/395

- Add Default variant to MetadataSize enum:
https://github.com/stratis-storage/libcryptsetup-rs/pull/396

- Tidies and Maintenance:
https://github.com/stratis-storage/libcryptsetup-rs/pull/394


libcryptsetup-rs 0.11.2
=======================
Recommended Rust toolchain version: 1.83.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.11.2"
version = "0.12.0"
authors = ["John Baublitz <[email protected]>"]
edition = "2021"
rust-version = "1.74.0" # LOWEST SUPPORTED RUST TOOLCHAIN
Expand Down

0 comments on commit ba5ac9a

Please sign in to comment.