Skip to content

Commit 59ea904

Browse files
bergwolfjiangliu
authored andcommitted
release: bump version to 0.4.0
Signed-off-by: Peng Tao <[email protected]>
1 parent 97970a7 commit 59ea904

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHAGNELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changelog
2+
## [v0.3.0]
3+
### Added
4+
- MacOS support
5+
6+
### Changed
7+
- linux_abi renamed to fuse_abi
8+
- switch from epoll to mio for cross-platform support
9+
- VFS umount no longer evicts pseudofs inodes
10+
- virtiofs transport Reader/Writer takes generic typed memory argument
11+
212
## [v0.3.0]
313
### Added
414
- Optionally enable MAX_PAGES feature

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.3.0"
3+
version = "0.4.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)