Skip to content

Commit 70c20ea

Browse files
release: 0.9.2
1 parent bae33dc commit 70c20ea

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## 0.9.2
6+
7+
* Added a block cache to improve performance when running in an
8+
environment where the OS doesn't provide a block cache.
9+
510
## 0.9.1
611

712
* Added support for the `journal_incompat_revoke` feature.

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.9.1"
11+
version = "0.9.2"
1212
edition.workspace = true
1313
license.workspace = true
1414
repository = "https://github.com/nicholasbishop/ext4-view-rs"

0 commit comments

Comments
 (0)