Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <dev@notgull.net>
  • Loading branch information
notgull authored Oct 18, 2023
1 parent 23af470 commit c8ecbc4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Version 2.0.0

- **Breaking:** Seal extension traits. (#20)
- **Breaking:** Remove unsafe implementations of the `FromRawFd`/`FromRawHandle` traits. (#26)
- Avoid using a `build.rs` script for feature autodetection. (#17)
- Remove the `autocfg` dependency. (#18)
- Avoid a heap allocation in the `ReadDir` implementation. (#23)

# Version 1.6.0

- Implement I/O safety traits on Rust 1.63+ (#13)
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <stjepang@gmail.com>"]
edition = "2018"
rust-version = "1.63"
Expand Down

0 comments on commit c8ecbc4

Please sign in to comment.