diff --git a/CHANGELOG.md b/CHANGELOG.md index 957cdba..89311fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.13.3 + +- Avoid places where the code had a possibility to block or panic. (#147) + # Version 1.13.2 - Fix build failure with minimal-versions. (#132) diff --git a/Cargo.toml b/Cargo.toml index c8feeb5..a497731 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "async-executor" # When publishing a new version: # - Update CHANGELOG.md # - Create "v1.x.y" git tag -version = "1.13.2" +version = "1.13.3" authors = ["Stjepan Glavina ", "John Nunley "] edition = "2021" rust-version = "1.63"