Skip to content

Commit 8603347

Browse files
authored
v3.0.0
Signed-off-by: John Nunley <[email protected]>
1 parent 604d461 commit 8603347

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
# Version 2.8.0
28

39
- Fix a bug where the `SemaphoreGuard::acquire_arc` future would busy wait under certain conditions (#42).

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name = "async-lock"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
5-
# - Create "v2.x.y" git tag
6-
version = "2.8.0"
5+
# - Create "v3.x.y" git tag
6+
version = "3.0.0"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2018"
99
rust-version = "1.59"

0 commit comments

Comments
 (0)