We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd0937d commit 82283a2Copy full SHA for 82283a2
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 3.4.1
2
+
3
+- Fix typos in docs. (#89)
4
5
# Version 3.4.0
6
7
- Port to `event-listener` v5.0.0. (#74)
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.4.0"
+version = "3.4.1"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
8
edition = "2021"
9
rust-version = "1.60"
0 commit comments