Skip to content

Commit 6b270ac

Browse files
authored
Merge pull request #1019 from mulkieran/devicemapper-rs-version-0.34.6
devicemapper v0.34.6
2 parents a6a7ce5 + bf76a7e commit 6b270ac

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

CHANGES.txt

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
devicemapper 0.34.6
2+
===================
3+
Recommended Rust toolchain version: 1.92.0
4+
Recommended development release: Fedora 42
5+
6+
- Release devicemapper-rs-sys v0.3.3;
7+
https://github.com/stratis-storage/devicemapper-rs/pull/1011
8+
9+
- Increase procfs dependency lower bound to 0.18.0:
10+
https://github.com/stratis-storage/devicemapper-rs/pull/1018
11+
12+
- Increase bindgen dependency lower bound to 0.72.0:
13+
https://github.com/stratis-storage/devicemapper-rs/pull/1006
14+
15+
- Remove some suspends from table-loading methods:
16+
https://github.com/stratis-storage/devicemapper-rs/issues/1003
17+
https://github.com/stratis-storage/devicemapper-rs/pull/1005
18+
19+
- Use dev_t as return value:
20+
https://github.com/stratis-storage/devicemapper-rs/pull/1004
21+
22+
- Increase lowest supported Rust to 1.88:
23+
https://github.com/stratis-storage/devicemapper-rs/pull/1013
24+
25+
- Increase lowest supported Rust to 1.77:
26+
https://github.com/stratis-storage/devicemapper-rs/pull/998
27+
28+
- Use std::sync::LazyLock instead of once_cell::Lazy:
29+
https://github.com/stratis-storage/devicemapper-rs/pull/1014
30+
31+
- Tidies and Maintenance:
32+
https://github.com/stratis-storage/devicemapper-rs/pull/1017
33+
https://github.com/stratis-storage/devicemapper-rs/pull/1016
34+
https://github.com/stratis-storage/devicemapper-rs/pull/1015
35+
https://github.com/stratis-storage/devicemapper-rs/pull/1012
36+
https://github.com/stratis-storage/devicemapper-rs/pull/1010
37+
https://github.com/stratis-storage/devicemapper-rs/pull/1009
38+
https://github.com/stratis-storage/devicemapper-rs/pull/1002
39+
https://github.com/stratis-storage/devicemapper-rs/pull/999
40+
https://github.com/stratis-storage/devicemapper-rs/pull/997
41+
https://github.com/stratis-storage/devicemapper-rs/pull/996
42+
43+
144
devicemapper 0.34.5
245
===================
346
Recommended Rust toolchain version: 1.87.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 = "devicemapper"
3-
version = "0.34.5"
3+
version = "0.34.6"
44
authors = ["Stratis Developers <stratis-devel@lists.fedorahosted.org>"]
55
description = "A library for using Linux device mapper"
66
documentation = "https://docs.rs/devicemapper/"

0 commit comments

Comments
 (0)