Skip to content

Commit cc249b2

Browse files
committed
v3.4.0
Signed-off-by: John Nunley <[email protected]>
1 parent 12b5402 commit cc249b2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 3.4.0
2+
3+
- Port to `event-listener` v5.0.0. (#74)
4+
15
# Version 3.3.0
26

37
- Add a `forget()` method for semaphore guards. (#73)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "async-lock"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v3.x.y" git tag
6-
version = "3.3.0"
6+
version = "3.4.0"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.60"

0 commit comments

Comments
 (0)