Skip to content

Commit 860df1e

Browse files
committed
v0.6.4
1 parent ea84e08 commit 860df1e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fuse_mt"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
authors = ["William R. Fraser <wfraser@codewise.org>"]
55
repository = "https://github.com/wfraser/fuse-mt"
66
description = "A higher-level FUSE filesystem library with multi-threading and inode->path translation."

RELEASENOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v0.6.4: (unreleased)
1+
v0.6.4: 2026-05-17
22
* Fixed a bug in inode table where renamed directories did not propagate to their children in the
33
table. See #51.
44

0 commit comments

Comments
 (0)