We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6581d8b commit 47dd439Copy full SHA for 47dd439
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Version 3.3.0
2
+
3
+- Add a `forget()` method for semaphore guards. (#73)
4
+- Increase MSRV to v1.60. (#75)
5
6
# Version 3.2.0
7
8
- Add missing methods for blocking on locking with types wrapped in `Arc` (#71).
Cargo.toml
@@ -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 <[email protected]>"]
edition = "2021"
9
rust-version = "1.60"
0 commit comments