Skip to content

Commit 76dbae8

Browse files
committed
Prepare for releasing v0.9.5
Prepare for releasing v0.9.5. Signed-off-by: Jiang Liu <[email protected]>
1 parent 9e049c5 commit 76dbae8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHAGNELOG.md

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

3+
## [0.9.5]
4+
5+
### Changed
6+
- Update dependency
7+
- Fix a bug in fusedev
8+
- Add toio-uring/tokio based async io framework
9+
310
## [0.9.2]
411

512
### Added

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.4"
3+
version = "0.9.5"
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)