signal: Version 0.2

This commit is contained in:
Markus Westerlind
2018-09-10 11:30:04 -07:00
committed by Carl Lerche
parent 31b51004f2
commit 40c77bd17e
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
<a name="v0.2.0"></a>
## v0.2.0 (2018-05-07)
#### Features
* Uses `tokio` instead of `tokio_core` (#24)
* Supports all 33 signals on FreeBSD (#27)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "tokio-signal"
version = "0.1.5"
version = "0.2.0"
authors = ["Alex Crichton <[email protected]>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/tokio-signal"