Release v0.8.4

This commit is contained in:
Thomas de Zeeuw
2022-06-19 19:01:09 +02:00
parent 93c67c859e
commit cda23367f1
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -1,3 +1,12 @@
# 0.8.4
## Added
* Support `Registery::try_clone` on `wasm32-wasi`
(https://github.com/tokio-rs/mio/pull/1576).
* Add docs about polling without registering event sources
(https://github.com/tokio-rs/mio/pull/1585).
# 0.8.3
## 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.3"
version = "0.8.4"
license = "MIT"
authors = [
"Carl Lerche <me@carllerche.com>",