aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStjepan Glavina <stjepang@gmail.com>2020-10-19 00:05:35 +0200
committerStjepan Glavina <stjepang@gmail.com>2020-10-19 00:05:35 +0200
commitb5ec84da08e36c72c3686d8a1e88169013db91ae (patch)
tree045c82ba3c133f908bda934fcd41ce522fe6ba44
parent256115e74a845605689ade611fbbc93457df47ff (diff)
downloadasync-task-b5ec84da08e36c72c3686d8a1e88169013db91ae.tar.gz
Bump to v4.0.3
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 11dfbd3..6bdcc73 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# Version 4.0.3
+
+- Document the return value of `Runnable::run()` better.
+
# Version 4.0.2
- Nits in the docs.
diff --git a/Cargo.toml b/Cargo.toml
index a01f867..91dabf8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-task"
-version = "4.0.2"
+version = "4.0.3"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
license = "Apache-2.0/MIT"