mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-31 00:00:07 +02:00
chore: Prepare final 0.1.x release (#2216)
Signed-off-by: Lucio Franco <[email protected]>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user