diff --git a/CHANGELOG.md b/CHANGELOG.md index c2a507b..5df639e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Version 2.0.1 + +- Update `event-listener` to v4.0.0. (#64) +- Update `windows-sys` to v0.52.0. (#65) + # Version 2.0.0 - **Breaking:** Remove the `pre_exec` extension function on Unix. It is still available through the `From` implementation on `Command`. (#54) diff --git a/Cargo.toml b/Cargo.toml index a1bbc9f..7fcce67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "async-process" # When publishing a new version: # - Update CHANGELOG.md # - Create "v2.x.y" git tag -version = "2.0.0" +version = "2.0.1" authors = ["Stjepan Glavina "] edition = "2021" rust-version = "1.63"