Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2023-11-05 17:23:50 -08:00 committed by GitHub
parent 5b6ef1b1df
commit 2446bcc7d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 2.1.0
- Bump `async-lock` and `futures-lite` to their latest versions. (#27, #28)
# Version 2.0.0
- **Breaking:** Seal extension traits. (#20)

View File

@ -3,7 +3,7 @@ name = "async-fs"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v2.x.y" git tag
version = "2.0.0"
version = "2.1.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
rust-version = "1.63"