Skip to content

Commit 6529a3d

Browse files
committed
v2.0.0
Signed-off-by: John Nunley <[email protected]>
1 parent c971597 commit 6529a3d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

310
- 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)