Skip to content

Commit 0e71a87

Browse files
committed
Prepare for releasing v0.9.2
Prepare for releasing v0.9.2 Signed-off-by: Liu Jiang <[email protected]>
1 parent 85c8ef8 commit 0e71a87

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHAGNELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Changelog
22

3+
## [0.9.2]
4+
5+
### Added
6+
7+
- [#77](https://github.com/cloud-hypervisor/fuse-backend-rs/pull/77): Implement Sync for FileVolatileSlice
8+
39
## [0.9.1]
410

511
### Fixed
612
- [#74](https://github.com/cloud-hypervisor/fuse-backend-rs/pull/74): Fixed some issues about EINTR and EAGIN handled incorrectly
7-
- [#77](https://github.com/cloud-hypervisor/fuse-backend-rs/pull/77): Implement Sync for FileVolatileSlice
813

914
## [v0.4.0]
1015
### 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.1"
3+
version = "0.9.2"
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)