Skip to content

Commit 0328bde

Browse files
committed
Release v0.8.11
1 parent 7084498 commit 0328bde

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.8.11
2+
3+
* Fix receiving IOCP events after deregistering a Windows named pipe
4+
(https://github.com/tokio-rs/mio/pull/1760, backport pr:
5+
https://github.com/tokio-rs/mio/pull/1761).
6+
17
# 0.8.10
28

39
## Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "mio"
44
# When releasing to crates.io:
55
# - Update CHANGELOG.md.
66
# - Create git tag
7-
version = "0.8.10"
7+
version = "0.8.11"
88
license = "MIT"
99
authors = [
1010
"Carl Lerche <[email protected]>",

0 commit comments

Comments
 (0)