Skip to content

Commit b57a7c3

Browse files
authored
v3.3.1
Signed-off-by: John Nunley <[email protected]>
1 parent 08a316e commit b57a7c3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 3.3.1
2+
3+
- Bump `windows-sys` to v0.52.0. (#169)
4+
15
# Version 3.3.0
26

37
- Automatically restarts polling when `ErrorKind::Interrupted` is returned, rather than relying on the user to handle it. (#164)

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.3.0"
6+
version = "3.3.1"
77
authors = ["Stjepan Glavina <[email protected]>", "John Nunley <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.63"

0 commit comments

Comments
 (0)