Skip to content

Commit ccd2013

Browse files
authored
Merge pull request #913 from mulkieran/version-0.34.2
devicemapper v0.34.2
2 parents e2a9caa + af3d6b1 commit ccd2013

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGES.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
devicemapper 0.34.2
2+
===================
3+
Recommended Rust toolchain version: 1.76.0
4+
Recommended development release: Fedora 39
5+
6+
- Increase retry dependency lower bound to 2.0.0:
7+
https://github.com/stratis-storage/devicemapper-rs/pull/902
8+
9+
- Increase env_logger dependency lower bound to 0.11.0:
10+
https://github.com/stratis-storage/devicemapper-rs/pull/907
11+
12+
- Increase nix dependency lower bound to 0.28.0:
13+
https://github.com/stratis-storage/devicemapper-rs/pull/908
14+
15+
- devicemapper-rs-sys: Release version 0.3.0
16+
https://github.com/stratis-storage/devicemapper-rs/pull/906
17+
18+
- devicemapper-rs-sys: Increase bindgen dependency lower bound:
19+
https://github.com/stratis-storage/devicemapper-rs/pull/904
20+
21+
- Tidies and Maintenance:
22+
https://github.com/stratis-storage/devicemapper-rs/pull/911
23+
https://github.com/stratis-storage/devicemapper-rs/pull/910
24+
https://github.com/stratis-storage/devicemapper-rs/pull/909
25+
https://github.com/stratis-storage/devicemapper-rs/pull/905
26+
https://github.com/stratis-storage/devicemapper-rs/pull/903
27+
https://github.com/stratis-storage/devicemapper-rs/pull/900
28+
29+
130
devicemapper 0.34.1
231
===================
332
Recommended Rust toolchain version: 1.75.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.1"
3+
version = "0.34.2"
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)