Skip to content

Commit c8ecbc4

Browse files
authored
v2.0.0
Signed-off-by: John Nunley <[email protected]>
1 parent 23af470 commit c8ecbc4

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Version 2.0.0
2+
3+
- **Breaking:** Seal extension traits. (#20)
4+
- **Breaking:** Remove unsafe implementations of the `FromRawFd`/`FromRawHandle` traits. (#26)
5+
- Avoid using a `build.rs` script for feature autodetection. (#17)
6+
- Remove the `autocfg` dependency. (#18)
7+
- Avoid a heap allocation in the `ReadDir` implementation. (#23)
8+
19
# Version 1.6.0
210

311
- Implement I/O safety traits on Rust 1.63+ (#13)

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name = "async-fs"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
5-
# - Create "v1.x.y" git tag
6-
version = "1.6.0"
5+
# - Create "v2.x.y" git tag
6+
version = "2.0.0"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2018"
99
rust-version = "1.63"

0 commit comments

Comments
 (0)