Skip to content

Commit 755e8c7

Browse files
bergwolfjiangliu
authored andcommitted
release: prepare for the 0.3.0 release
Signed-off-by: Peng Tao <[email protected]>
1 parent b38d3c9 commit 755e8c7

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHAGNELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
2-
## [v0.2.0]
2+
## [v0.3.0]
3+
### Added
4+
- Optionally enable MAX_PAGES feature
5+
- Allow customizing the default FUSE features before creating a new vfs structure
6+
- Support more FUSE server APIs
37

8+
### Changed
9+
- The FUSE server has no default FUSE feature set now. The default feature set is only
10+
defined in VfsOptions. Non VFS users have to define the default FUSE feature set in
11+
the init() method.
12+
13+
## [v0.2.0]
414
### Added
515
- Enhance passthrough to reduce active fds by using file handle
616
- implement From<fusedev::Error> for std::io::Error

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.2.0"
3+
version = "0.3.0"
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)