diff --git a/CHANGELOG.md b/CHANGELOG.md index 7719fb5..39f0b80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.2.5 + +- Bump `async-io` to version 2.0.0. (#25) + # Version 0.2.4 - Add `LICENSE` files to this crate. (#23) diff --git a/Cargo.toml b/Cargo.toml index 2c45f5a..f647f46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "async-signal" -version = "0.2.4" +version = "0.2.5" edition = "2018" -authors = ["John Nunley "] +authors = ["John Nunley "] rust-version = "1.63" description = "Async signal handling" license = "Apache-2.0 OR MIT"