Skip to content

Commit 3343d70

Browse files
release: 0.8.0
1 parent 0d40fd9 commit 3343d70

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.8.0
6+
57
* Added `Path::to_str` and `PathBuf::to_str`.
68
* Added `Ext4::label` to get the filesystem label.
79
* Added `Ext4::uuid` to get the filesystem UUID.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[package]
1010
name = "ext4-view"
11-
version = "0.7.0"
11+
version = "0.8.0"
1212
edition = "2021"
1313
license = "MIT OR Apache-2.0"
1414
repository = "https://github.com/nicholasbishop/ext4-view-rs"

0 commit comments

Comments
 (0)