Release v0.8.6

This commit is contained in:
Thomas de Zeeuw
2023-02-14 11:57:17 +01:00
parent b3acb4133c
commit 00fe87d55e
2 changed files with 22 additions and 1 deletions
+21
View File
@@ -1,3 +1,24 @@
# 0.8.6
## Added
* `Interest::PRIORITY` on Linux and Android, to trigger `Event::is_priority`
(https://github.com/tokio-rs/mio/pull/1647).
## Changed
* Updated windows-sys to 0.45
(https://github.com/tokio-rs/mio/pull/1644).
* We started testing with sanitizers on the CI
(https://github.com/tokio-rs/mio/pull/1648).
## Fixed
* A number of potential fd leaks when setup resulted in an error right after
creation (https://github.com/tokio-rs/mio/pull/1636).
* Less truncating for timeout values in `Poll::poll`
(https://github.com/tokio-rs/mio/pull/1642).
# 0.8.5
## Changed
+1 -1
View File
@@ -4,7 +4,7 @@ name = "mio"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Create git tag
version = "0.8.5"
version = "0.8.6"
license = "MIT"
authors = [
"Carl Lerche <me@carllerche.com>",