diff --git a/CHAGNELOG.md b/CHAGNELOG.md index ca6b33a12..5aec64247 100644 --- a/CHAGNELOG.md +++ b/CHAGNELOG.md @@ -1,5 +1,8 @@ # Changelog +## [0.9.6] +- Fix no_opendir option handling + ## [0.9.5] ### Changed diff --git a/Cargo.toml b/Cargo.toml index cbb24768b..ff326c7a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fuse-backend-rs" -version = "0.9.5" +version = "0.9.6" keywords = ["fuse", "virtio", "virtio-fs", "vhost-user-fs"] categories = ["filesystem", "os::linux-apis"] description = "A rust library for Fuse(filesystem in userspace) servers and virtio-fs devices"