chore: prepare for v0.3.0 release (#2960)

This commit is contained in:
Carl Lerche
2020-10-15 09:22:07 -07:00
committed by GitHub
parent 871289b3e7
commit 12f1dffa2d
5 changed files with 87 additions and 1 deletions
+4
View File
@@ -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>`.