We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23af470 commit c8ecbc4Copy full SHA for c8ecbc4
CHANGELOG.md
@@ -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
9
# Version 1.6.0
10
11
- Implement I/O safety traits on Rust 1.63+ (#13)
Cargo.toml
@@ -2,8 +2,8 @@
name = "async-fs"
# When publishing a new version:
# - Update CHANGELOG.md
-# - Create "v1.x.y" git tag
-version = "1.6.0"
+# - Create "v2.x.y" git tag
+version = "2.0.0"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2018"
rust-version = "1.63"
0 commit comments