Skip to content

Commit

Permalink
Bump to v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Stjepan Glavina committed Aug 28, 2020
1 parent f2c0dd7 commit 60d8a37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
# Version 0.2.4

- Prevent threads in `async_io::block_on()` from hogging the reactor forever.

# Version 0.2.3

- Performance optimizations in `block_on()`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-io"
version = "0.2.3"
version = "0.2.4"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Async I/O and timers"
Expand Down

0 comments on commit 60d8a37

Please sign in to comment.