Skip to content

Commit

Permalink
Release v0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Oct 23, 2023
1 parent 879cbb6 commit 4594fa4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# 0.8.9

* Add ESP-IDF framework support
(https://github.com/tokio-rs/mio/pull/1692).
* Add AIX operating system support
(https://github.com/tokio-rs/mio/pull/1704).
* Add Vita support
(https://github.com/tokio-rs/mio/pull/1721).
* Add `{UnixListener,UnixStream}:bind_addr`
(https://github.com/tokio-rs/mio/pull/1630).
* Add `mio_unsupported_force_poll_poll` and `mio_unsupported_force_waker_pipe`
**unsupported** configuration flags to force a specific poll or waker
implementation
(https://github.com/tokio-rs/mio/pull/1684,
https://github.com/tokio-rs/mio/pull/1685,
https://github.com/tokio-rs/mio/pull/1692).
* Fix the `pipe(2)` based waker (swapped file descriptors)
(https://github.com/tokio-rs/mio/pull/1722).
* Fix the duplicate waker check
(https://github.com/tokio-rs/mio/pull/1706).

# 0.8.8

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "mio"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Create git tag
version = "0.8.8"
version = "0.8.9"
license = "MIT"
authors = [
"Carl Lerche <[email protected]>",
Expand Down

0 comments on commit 4594fa4

Please sign in to comment.