Skip to content

Commit 22a7608

Browse files
authored
Merge pull request #72 from mulkieran/loopdev-3-version-0.5.3
loopdev-3 v0.5.3
2 parents fecb95d + 64cbd2a commit 22a7608

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGES.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
loopdev-3 0.5.3
2+
===============
3+
Recommended Rust toolchain version: 1.90.0
4+
Recommended development platform for Python development: Fedora 42
5+
6+
- Increase lowest supported Rust to 1.77.0:
7+
https://github.com/stratis-storage/loopdev-3/pull/66
8+
9+
- Directly attach file descriptor via LoopDevice:
10+
https://github.com/stratis-storage/loopdev-3/pull/61
11+
12+
- Increase bindgen dependency lower bound to 0.72.0:
13+
https://github.com/stratis-storage/loopdev-3/pull/69
14+
15+
- Tidies and Maintenance:
16+
https://github.com/stratis-storage/loopdev-3/pull/71
17+
https://github.com/stratis-storage/loopdev-3/pull/70
18+
https://github.com/stratis-storage/loopdev-3/pull/68
19+
https://github.com/stratis-storage/loopdev-3/pull/67
20+
https://github.com/stratis-storage/loopdev-3/pull/65
21+
https://github.com/stratis-storage/loopdev-3/pull/64
22+
https://github.com/stratis-storage/loopdev-3/pull/62
23+
https://github.com/stratis-storage/loopdev-3/pull/60
24+
https://github.com/stratis-storage/loopdev-3/pull/59
25+
https://github.com/stratis-storage/loopdev-3/pull/57
26+
27+
128
loopdev-3 0.5.2
229
===============
330
Recommended Rust toolchain version: 1.87.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "loopdev-3"
33
description = "Setup and control loop devices"
4-
version = "0.5.2"
4+
version = "0.5.3"
55
authors = ["Stratis Developers <stratis-devel@lists.fedorahosted.org>", "Michael Daffin <michael@daffin.io>"]
66
rust-version = "1.77.0" # LOWEST SUPPORTED RUST TOOLCHAIN
77
license = "MIT"

0 commit comments

Comments
 (0)