Skip to content

Commit

Permalink
Bump version to v0.6.8 (tokio-rs#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
carllerche authored May 26, 2017
1 parent 4d50eef commit 7e36c79
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#0.6.8 (May 26, 2017)

* Support Fuchia
* POSIX AIO support
* Fix memory leak caused by Register::new2
* Windows: fix handling failed TCP connections
* Fix build on aarch64-linux-android
* Fix usage of `O_CLOEXEC` with `SETFL`

# 0.6.7 (April 27, 2017)

* Ignore EPIPE coming out of `kevent`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "mio"
version = "0.6.7"
version = "0.6.8"
license = "MIT"
authors = ["Carl Lerche <[email protected]>"]
description = "Lightweight non-blocking IO"
Expand Down

0 comments on commit 7e36c79

Please sign in to comment.