diff --git a/CHANGELOG.md b/CHANGELOG.md index adc974f2c..7e350c248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 1.0.2 + +* Work around eventfd bug on illumos + (https://github.com/tokio-rs/mio/pull/1826). +* Fix dead code warning on Hermit when building with `--no-default-features + --features os-ext` + (https://github.com/tokio-rs/mio/pull/1828). + # 1.0.1 * Added Fuchsia support diff --git a/Cargo.toml b/Cargo.toml index 234389e55..4cb24a893 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ name = "mio" # When releasing to crates.io: # - Update CHANGELOG.md. # - Create git tag -version = "1.0.1" +version = "1.0.2" license = "MIT" authors = [ "Carl Lerche ",