Skip to content

Commit af1de60

Browse files
committed
Prepare for releasing v0.10.1
Prepare for releasing v0.10.1. Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
1 parent 2762b82 commit af1de60

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHAGNELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22
## [Unreleased]
33

4+
## [0.10.1]
5+
6+
### Fixed
7+
- [#102](https://github.com/cloud-hypervisor/fuse-backend-rs/pull/102): passthrough: reduce the memory footprint of file handle
8+
- [#103](https://github.com/cloud-hypervisor/fuse-backend-rs/pull/103): vfs: correctly set attr.st_ino for loopup()
9+
410
## [0.10.0]
511

612
### 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.10.0"
3+
version = "0.10.1"
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)