We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7168c20 commit af7622eCopy full SHA for af7622e
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "fuse_mt"
3
-version = "0.6.2"
+version = "0.6.3"
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,3 +1,9 @@
+v0.6.3: 2025-11-30
+ * Fixed a missing inodes.unlink in rmdir, which could cause a panic in rare circumstances
+
+v0.6.2: 2025-09-22
+ * Updated `fuser` dependency to v0.16.
7
v0.6.1: 2023-09-19
8
* Updated `fuser` dependency to v0.13.
9
0 commit comments