From 0328bdef900b6396b8d00d33c825cd8af748553d Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Fri, 1 Mar 2024 21:08:21 +0100 Subject: [PATCH] Release v0.8.11 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de6b39c7a..4dbc9cead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.8.11 + +* Fix receiving IOCP events after deregistering a Windows named pipe + (https://github.com/tokio-rs/mio/pull/1760, backport pr: + https://github.com/tokio-rs/mio/pull/1761). + # 0.8.10 ## Added diff --git a/Cargo.toml b/Cargo.toml index 1b90f3eee..14e2ba143 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "mio" # When releasing to crates.io: # - Update CHANGELOG.md. # - Create git tag -version = "0.8.10" +version = "0.8.11" license = "MIT" authors = [ "Carl Lerche ",