Skip to content

Commit f404d08

Browse files
committed
Release 3.11.0
1 parent f081cc7 commit f404d08

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 3.11.0
2+
3+
- Bump MSRV to 1.71. (#251)
4+
- Update to `windows-sys` v0.61. (#251)
5+
16
# Version 3.10.0
27

38
- Add `wait_deadline` function. (#226)

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.10.0"
6+
version = "3.11.0"
77
authors = ["Stjepan Glavina <stjepang@gmail.com>", "John Nunley <dev@notgull.net>"]
88
edition = "2021"
99
rust-version = "1.71"

0 commit comments

Comments
 (0)