Skip to content

Commit 86ed65d

Browse files
authored
Merge pull request #836 from mulkieran/version-0.33.1
Version 0.33.1
2 parents 2cfffd7 + d199f0d commit 86ed65d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGES.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
devicemapper 0.33.1
2+
===================
3+
Recommended Rust toolchain version: 1.67.1
4+
Lowest supported Rust toolchain version: 1.66.1
5+
Recommended development release: Fedora 37
6+
7+
- Require devicemapper-sys v0.1.5:
8+
https://github.com/stratis-storage/devicemapper-rs/pull/837
9+
10+
- Release devicemapper-sys v0.1.5:
11+
https://github.com/stratis-storage/devicemapper-rs/pull/835
12+
13+
114
devicemapper 0.33.0
215
===================
316
Recommended Rust toolchain version: 1.67.1

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.0"
3+
version = "0.33.1"
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)