Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
loopdev-3 0.5.4
===============
Recommended Rust toolchain version: 1.94.0
Recommended development platform for Python development: Fedora 42

- Use std::sync::LazyLock instead of once_cell::Lazy:
https://github.com/stratis-storage/loopdev-3/pull/75

- Increase lowest supported version of Rust to 1.85:
https://github.com/stratis-storage/loopdev-3/pull/78
https://github.com/stratis-storage/loopdev-3/pull/74

- Tidies and Maintenance:
https://github.com/stratis-storage/loopdev-3/pull/81
https://github.com/stratis-storage/loopdev-3/pull/80
https://github.com/stratis-storage/loopdev-3/pull/79
https://github.com/stratis-storage/loopdev-3/pull/77
https://github.com/stratis-storage/loopdev-3/pull/76
https://github.com/stratis-storage/loopdev-3/pull/73

loopdev-3 0.5.3
===============
Recommended Rust toolchain version: 1.90.0
Expand Down
Loading