Bump to v1.4.0

This commit is contained in:
Stjepan Glavina 2020-11-10 15:56:55 +01:00
parent 38141bb5b4
commit 62a61401d1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 1.4.0
- Add `Executor::is_empty()` and `LocalExecutor::is_empty()`.
# Version 1.3.0
- Parametrize executors over a lifetime to allow spawning non-`static` futures.

View File

@ -1,6 +1,6 @@
[package]
name = "async-executor"
version = "1.3.0"
version = "1.4.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Async executor"