Skip to content

Commit 761d70c

Browse files
author
Stjepan Glavina
committed
Bump to v1.3.0
1 parent 3f88135 commit 761d70c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 1.3.0
2+
3+
- Implement `FromRawFd`/`FromRawHandle` for `File`.
4+
- Implement `OpenOptionsExt` for `OpenOptions` on Windows.
5+
- Re-export some extension traits into OS-specific modules.
6+
17
# Version 1.2.1
28

39
- Optimization: Don't flush if the file is already flushed.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-fs"
3-
version = "1.2.1"
3+
version = "1.3.0"
44
authors = ["Stjepan Glavina <[email protected]>"]
55
edition = "2018"
66
description = "Async filesystem primitives"

0 commit comments

Comments
 (0)