summaryrefslogtreecommitdiffstats
path: root/tokio-test
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2020-10-15 09:22:07 -0700
committerGitHub <noreply@github.com>2020-10-15 09:22:07 -0700
commit12f1dffa2d76577ed6a6ed2c15de75d91992f66f (patch)
treec20c316d56b29b8654208e0ac15499c6df3a2e58 /tokio-test
parent871289b3e7edee4a4fbe481f38e444dc6b60819a (diff)
chore: prepare for v0.3.0 release (#2960)
Diffstat (limited to 'tokio-test')
-rw-r--r--tokio-test/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/tokio-test/CHANGELOG.md b/tokio-test/CHANGELOG.md
index 50371c44..406d223e 100644
--- a/tokio-test/CHANGELOG.md
+++ b/tokio-test/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.3.0 (October 15, 2020)
+
+- Track `tokio` 0.3 release.
+
# 0.2.1 (April 17, 2020)
- Add `Future` and `Stream` implementations for `task::Spawn<T>`.