diff --git a/CHANGELOG.md b/CHANGELOG.md index 0105c9e..ead7f67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.5.1 + +- Implement a better form of debug output for Executor and LocalExecutor. (#33) + # Version 1.5.0 - Remove the dependency on the `once_cell` crate to restore the MSRV. (#29) diff --git a/Cargo.toml b/Cargo.toml index b994277..e6bff80 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.5.0" +version = "1.5.1" authors = ["Stjepan Glavina "] edition = "2018" rust-version = "1.48"