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
+8
View File
@@ -1,3 +1,11 @@
# 0.3.0 (October 15, 2020)
- Track `tokio` 0.3 release.
### Changed
- options are renamed to track `tokio` runtime builder fn names.
- `#[tokio::main]` macro requires `rt-multi-thread` when no `flavor` is specified.
# 0.2.5 (February 27, 2019)
### Fixed