chore: Prepare final 0.1.x release (#2216)

Signed-off-by: Lucio Franco <[email protected]>
This commit is contained in:
Lucio Franco
2020-02-04 17:43:02 -05:00
committed by GitHub
parent a05e5a7723
commit 8fddd4cb86
40 changed files with 92 additions and 41 deletions
+4
View File
@@ -1,3 +1,7 @@
## 0.2.5 - 2020-02-04
* Add `tokio 0.2.x` deprecation notice.
## 0.2.4 - 2019-06-21
### Fixed
* Proccesses "leaked" via `Child::forget` now reaped rather than left as zombies
+2 -2
View File
@@ -4,13 +4,13 @@ name = "tokio-process"
# - Update html_root_url.
# - Update CHANGELOG.md.
# - Create "X.Y.Z" git tag.
version = "0.2.4"
version = "0.2.5"
edition = "2018"
authors = ["Tokio Contributors <[email protected]>"]
license = "MIT"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://github.com/tokio-rs/tokio"
documentation = "https://docs.rs/tokio-process/0.2.4/tokio_process"
documentation = "https://docs.rs/tokio-process/0.2.5/tokio_process"
description = """
An implementation of an asynchronous process management backed futures.
"""