Skip to content

Commit bb1528b

Browse files
committed
cargo: prepare for 0.9.6 release
Signed-off-by: Peng Tao <bergwolf@hyper.sh>
1 parent c0cefb2 commit bb1528b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHAGNELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [0.9.6]
4+
- Fix no_opendir option handling
5+
36
## [0.9.5]
47

58
### Changed

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-backend-rs"
3-
version = "0.9.5"
3+
version = "0.9.6"
44
keywords = ["fuse", "virtio", "virtio-fs", "vhost-user-fs"]
55
categories = ["filesystem", "os::linux-apis"]
66
description = "A rust library for Fuse(filesystem in userspace) servers and virtio-fs devices"

0 commit comments

Comments
 (0)