1 parent ea84e08 commit 860df1eCopy full SHA for 860df1e
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "fuse_mt"
3
-version = "0.6.3"
+version = "0.6.4"
4
authors = ["William R. Fraser <wfraser@codewise.org>"]
5
repository = "https://github.com/wfraser/fuse-mt"
6
description = "A higher-level FUSE filesystem library with multi-threading and inode->path translation."
RELEASENOTES.md
@@ -1,4 +1,4 @@
-v0.6.4: (unreleased)
+v0.6.4: 2026-05-17
* Fixed a bug in inode table where renamed directories did not propagate to their children in the
table. See #51.
0 commit comments