Skip to content

Commit

Permalink
Release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Sep 1, 2022
1 parent 7deba4f commit 93cee46
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 1.9.0

- Fix panic on very large timeout. (#87)
- Add `Timer::never` (#87)

# Version 1.8.0

- Implement I/O safety traits on Rust 1.63+ (#84)
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "async-io"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
version = "1.8.0"
version = "1.9.0"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2018"
rust-version = "1.46"
Expand Down Expand Up @@ -42,7 +42,7 @@ winapi = { version = "0.3.9", features = ["winsock2"] }
async-channel = "1"
async-net = "1"
blocking = "1"
criterion = "0.3.6"
criterion = "0.3.6"
getrandom = "0.2.7"
signal-hook = "0.3"
tempfile = "3"
Expand Down

0 comments on commit 93cee46

Please sign in to comment.