We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604d461 commit 8603347Copy full SHA for 8603347
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# Version 3.0.0
2
+
3
+- **Breaking:** Add an enabled-by-default `std` feature that allows using this crate without the standard library. (#43)
4
+- Support blocking and non-blocking operations on the same locks. (#56)
5
+- Switch to a more efficient event notification mechanism. (#43)
6
7
# Version 2.8.0
8
9
- Fix a bug where the `SemaphoreGuard::acquire_arc` future would busy wait under certain conditions (#42).
Cargo.toml
@@ -2,8 +2,8 @@
name = "async-lock"
# When publishing a new version:
# - Update CHANGELOG.md
-# - Create "v2.x.y" git tag
-version = "2.8.0"
+# - Create "v3.x.y" git tag
+version = "3.0.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
rust-version = "1.59"
0 commit comments