Skip to content

Commit 033e3a8

Browse files
notgullfogti
authored andcommittedNov 7, 2024·
v3.7.4
Signed-off-by: John Nunley <dev@notgull.net>
1 parent 99f8628 commit 033e3a8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 3.7.4
2+
3+
- Add support for visionOS. (#217)
4+
- Fix typos in documentation. (#216)
5+
16
# Version 3.7.3
27

38
- Update to `windows-sys` v0.59. (#214)

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "polling"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v3.x.y" git tag
6-
version = "3.7.3"
6+
version = "3.7.4"
77
authors = ["Stjepan Glavina <stjepang@gmail.com>", "John Nunley <dev@notgull.net>"]
88
edition = "2021"
99
rust-version = "1.63"

0 commit comments

Comments
 (0)
Please sign in to comment.