diff --git a/CHANGELOG.md b/CHANGELOG.md index 49c6904..c7b643e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.8.0 + +- Implement I/O safety traits on Rust 1.63+ (#84) + # Version 1.7.0 - Process timers set for exactly `now`. (#73) diff --git a/Cargo.toml b/Cargo.toml index 1eda3bc..4632b2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "async-io" # When publishing a new version: # - Update CHANGELOG.md # - Create "v1.x.y" git tag -version = "1.7.0" +version = "1.8.0" authors = ["Stjepan Glavina "] edition = "2018" rust-version = "1.46"