mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-09 00:00:08 +02:00
signal: Bump version to 0.2.3
This commit is contained in:
+5
-2
@@ -5,7 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|||||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
## Features
|
|
||||||
|
## [0.2.3] - 2018-08-25
|
||||||
|
### Features
|
||||||
* Exposes `SIGINFO` on BSD-based operating systems. (#46)
|
* Exposes `SIGINFO` on BSD-based operating systems. (#46)
|
||||||
|
|
||||||
## [0.2.2] - 2018-08-14
|
## [0.2.2] - 2018-08-14
|
||||||
@@ -22,6 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
* Uses `tokio` instead of `tokio_core` (#24)
|
* Uses `tokio` instead of `tokio_core` (#24)
|
||||||
* Supports all 33 signals on FreeBSD (#27)
|
* Supports all 33 signals on FreeBSD (#27)
|
||||||
|
|
||||||
[Unreleased]: https://github.com/alexcrichton/tokio-process/compare/0.2.2...HEAD
|
[Unreleased]: https://github.com/alexcrichton/tokio-process/compare/0.2.3...HEAD
|
||||||
|
[0.2.3]: https://github.com/alexcrichton/tokio-signal/compare/0.2.2...0.2.3
|
||||||
[0.2.2]: https://github.com/alexcrichton/tokio-signal/compare/0.2.1...0.2.2
|
[0.2.2]: https://github.com/alexcrichton/tokio-signal/compare/0.2.1...0.2.2
|
||||||
[0.2.1]: https://github.com/alexcrichton/tokio-signal/compare/0.2.0...0.2.1
|
[0.2.1]: https://github.com/alexcrichton/tokio-signal/compare/0.2.0...0.2.1
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tokio-signal"
|
name = "tokio-signal"
|
||||||
version = "0.2.2"
|
version = "0.2.3"
|
||||||
authors = ["Alex Crichton <[email protected]>"]
|
authors = ["Alex Crichton <[email protected]>"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
repository = "https://github.com/alexcrichton/tokio-signal"
|
repository = "https://github.com/alexcrichton/tokio-signal"
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ First, add this to your `Cargo.toml`:
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tokio-signal = "0.1"
|
tokio-signal = "0.2"
|
||||||
```
|
```
|
||||||
|
|
||||||
Next you can use this in conjunction with the `tokio` and `futures` crates:
|
Next you can use this in conjunction with the `tokio` and `futures` crates:
|
||||||
|
|||||||
Reference in New Issue
Block a user