Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2024-01-09 20:53:09 -08:00 committed by GitHub
parent 6581d8b655
commit 47dd439e5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# Version 3.3.0
- Add a `forget()` method for semaphore guards. (#73)
- Increase MSRV to v1.60. (#75)
# Version 3.2.0
- Add missing methods for blocking on locking with types wrapped in `Arc` (#71).

View File

@ -3,7 +3,7 @@ name = "async-lock"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v3.x.y" git tag
version = "3.2.0"
version = "3.3.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2021"
rust-version = "1.60"