Skip to content

Commit 9ad3977

Browse files
bergwolferyugey
authored andcommitted
prepare for v0.10.3 release
Signed-off-by: Peng Tao <[email protected]>
1 parent f9d0de3 commit 9ad3977

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHAGNELOG.md

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

4+
## [0.10.3]
5+
6+
### Added
7+
- [#115](https://github.com/cloud-hypervisor/fuse-backend-rs/pull/115)
8+
* transport: pre-allocate VecDeque to avoid expending at runtime
9+
* passthroughfs: convert MultiKeyBTreeMap to InodeStore for InodeMap
10+
* passthroughfs: add config to specify entry and attr timeout for dir
11+
* passthroughfs: add config to control count mntid in altkey or not
12+
- [#119](https://github.com/cloud-hypervisor/fuse-backend-rs/pull/119): Support non-privileged users
13+
14+
### Fixed
15+
- [#120](https://github.com/cloud-hypervisor/fuse-backend-rs/pull/120): api: forget and batch forget must not reply
16+
417
## [0.10.2]
518

619
### Fixed

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.2"
3+
version = "0.10.3"
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)