Bump version to v0.1.7 (#396)

This also bumps the versions of:

* tokio-threadpool
* tokio-timer
This commit is contained in:
Carl Lerche
2018-06-06 20:14:35 -07:00
committed by GitHub
parent db620b42ec
commit dba5c27296
8 changed files with 34 additions and 8 deletions
+7
View File
@@ -1,3 +1,10 @@
# 0.1.7 (June 6, 2018)
* Add `Runtime::block_on` for concurrent runtime (#391).
* Provide handle to `current_thread::Runtime` that allows spawning tasks from
other threads (#340).
* Provide `clock::now()`, a configurable source of time (#381).
# 0.1.6 (May 2, 2018)
* Add asynchronous filesystem APIs (#323).