Skip to content

Commit cdaee9d

Browse files
authored
Merge pull request #887 from mulkieran/devicemapper-version-0.34.0
devicemapper v0.34.0
2 parents d47f605 + c0dba8c commit cdaee9d

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

CHANGES.txt

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
devicemapper 0.34.0
2+
===================
3+
Recommended Rust toolchain version: 1.73.0
4+
Recommended development release: Fedora 38
5+
6+
- devicemapper-sys: Release version 0.2.0
7+
https://github.com/stratis-storage/devicemapper-rs/pull/883
8+
9+
- devicemapper-sys: Increase bindgen dependency lower bound to 0.68.1:
10+
https://github.com/stratis-storage/devicemapper-rs/pull/880
11+
12+
- Increase bitflags dependency lower bound to 2.3.3:
13+
https://github.com/stratis-storage/devicemapper-rs/pull/888
14+
https://github.com/stratis-storage/devicemapper-rs/pull/855
15+
16+
- Do not use default features for retry crate:
17+
https://github.com/stratis-storage/devicemapper-rs/pull/869
18+
19+
- devicemapper-sys: Remove unused nix dependency specification:
20+
https://github.com/stratis-storage/devicemapper-rs/pull/872
21+
22+
- Tidies and Maintenance:
23+
https://github.com/stratis-storage/devicemapper-rs/pull/885
24+
https://github.com/stratis-storage/devicemapper-rs/pull/884
25+
https://github.com/stratis-storage/devicemapper-rs/pull/882
26+
https://github.com/stratis-storage/devicemapper-rs/pull/881
27+
https://github.com/stratis-storage/devicemapper-rs/pull/879
28+
https://github.com/stratis-storage/devicemapper-rs/pull/878
29+
https://github.com/stratis-storage/devicemapper-rs/pull/877
30+
https://github.com/stratis-storage/devicemapper-rs/pull/876
31+
https://github.com/stratis-storage/devicemapper-rs/pull/875
32+
https://github.com/stratis-storage/devicemapper-rs/pull/874
33+
https://github.com/stratis-storage/devicemapper-rs/pull/873
34+
https://github.com/stratis-storage/devicemapper-rs/pull/871
35+
https://github.com/stratis-storage/devicemapper-rs/pull/870
36+
https://github.com/stratis-storage/devicemapper-rs/pull/868
37+
https://github.com/stratis-storage/devicemapper-rs/pull/867
38+
https://github.com/stratis-storage/devicemapper-rs/pull/866
39+
https://github.com/stratis-storage/devicemapper-rs/pull/864
40+
41+
142
devicemapper 0.33.5
243
===================
344
Recommended Rust toolchain version: 1.70.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.33.5"
3+
version = "0.34.0"
44
authors = ["Stratis Developers <[email protected]>"]
55
description = "A library for using Linux device mapper"
66
documentation = "https://docs.rs/devicemapper/"

0 commit comments

Comments
 (0)