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
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- tokio-reactor
- tokio-signal
- tokio-tcp
- tokio-tls
# - tokio-tls
- tokio-udp
- tokio-uds
+4
View File
@@ -1,3 +1,7 @@
# 0.1.2 (February 4, 2020)
* Add `tokio 0.2.x` deprecation notice.
# 0.1.1 (September 26, 2018)
* Allow setting max line length with `LinesCodec` (#632)
+2 -2
View File
@@ -8,12 +8,12 @@ name = "tokio-codec"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.1.x" git tag.
version = "0.1.1"
version = "0.1.2"
authors = ["Carl Lerche <[email protected]>", "Bryan Burgers <[email protected]>"]
license = "MIT"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
documentation = "https://docs.rs/tokio-codec/0.1.1/tokio_codec"
documentation = "https://docs.rs/tokio-codec/0.1.2/tokio_codec"
description = """
Utilities for encoding and decoding frames.
"""
+1 -1
View File
@@ -1,5 +1,5 @@
#![deny(missing_docs, missing_debug_implementations)]
#![doc(html_root_url = "https://docs.rs/tokio-codec/0.1.1")]
#![doc(html_root_url = "https://docs.rs/tokio-codec/0.1.2")]
//! Utilities for encoding and decoding frames.
//!
+4
View File
@@ -1,3 +1,7 @@
# 0.1.7 (February 4, 2020)
* Add `tokio 0.2.x` deprecation notice.
# 0.1.6 (March 22, 2019)
### Added
+2 -2
View File
@@ -8,8 +8,8 @@ name = "tokio-current-thread"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.1.x" git tag.
version = "0.1.6"
documentation = "https://docs.rs/tokio-current-thread/0.1.6/tokio_current_thread"
version = "0.1.7"
documentation = "https://docs.rs/tokio-current-thread/0.1.7/tokio_current_thread"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://github.com/tokio-rs/tokio"
license = "MIT"
+1 -1
View File
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/tokio-current-thread/0.1.6")]
#![doc(html_root_url = "https://docs.rs/tokio-current-thread/0.1.7")]
#![deny(missing_docs, missing_debug_implementations)]
//! A single-threaded executor which executes tasks on the same thread from which
+4
View File
@@ -1,3 +1,7 @@
# 0.1.10 (February 4, 2020)
* Add `tokio 0.2.x` deprecation notice.
# 0.1.9 (November 27, 2019)
### Added
+2 -2
View File
@@ -8,8 +8,8 @@ name = "tokio-executor"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.1.x" git tag.
version = "0.1.9"
documentation = "https://docs.rs/tokio-executor/0.1.9/tokio_executor"
version = "0.1.10"
documentation = "https://docs.rs/tokio-executor/0.1.10/tokio_executor"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://github.com/tokio-rs/tokio"
license = "MIT"
+1 -1
View File
@@ -1,5 +1,5 @@
#![deny(missing_docs, missing_debug_implementations)]
#![doc(html_root_url = "https://docs.rs/tokio-executor/0.1.9")]
#![doc(html_root_url = "https://docs.rs/tokio-executor/0.1.10")]
//! Task execution related traits and utilities.
//!
+4
View File
@@ -1,3 +1,7 @@
# 0.1.7 (February 4, 2020)
* Add `tokio 0.2.x` deprecation notice.
# 0.1.6 (March 1, 2019)
### Added
+2 -2
View File
@@ -8,13 +8,13 @@ name = "tokio-fs"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.1.x" git tag.
version = "0.1.6"
version = "0.1.7"
authors = ["Carl Lerche <[email protected]>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
documentation = "https://docs.rs/tokio-fs/0.1.6/tokio_fs"
documentation = "https://docs.rs/tokio-fs/0.1.7/tokio_fs"
description = """
Filesystem API for Tokio.
"""
+1 -1
View File
@@ -1,5 +1,5 @@
#![deny(missing_docs, missing_debug_implementations)]
#![doc(html_root_url = "https://docs.rs/tokio-fs/0.1.6")]
#![doc(html_root_url = "https://docs.rs/tokio-fs/0.1.7")]
//! Asynchronous file and standard stream adaptation.
//!
+4
View File
@@ -1,3 +1,7 @@
# 0.1.13 (February 4, 2020)
* Add `tokio 0.2.x` deprecation notice.
# 0.1.12 (March 1, 2019)
### Added
+2 -2
View File
@@ -8,12 +8,12 @@ name = "tokio-io"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.1.x" git tag.
version = "0.1.12"
version = "0.1.13"
authors = ["Carl Lerche <[email protected]>"]
license = "MIT"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
documentation = "https://docs.rs/tokio-io/0.1.12/tokio_io"
documentation = "https://docs.rs/tokio-io/0.1.13/tokio_io"
description = """
Core I/O primitives for asynchronous I/O in Rust.
"""
+1 -1
View File
@@ -1,5 +1,5 @@
#![deny(missing_docs, missing_debug_implementations)]
#![doc(html_root_url = "https://docs.rs/tokio-io/0.1.12")]
#![doc(html_root_url = "https://docs.rs/tokio-io/0.1.13")]
//! Core I/O traits and combinators when working with Tokio.
//!
+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.
"""
+4
View File
@@ -1,3 +1,7 @@
# 0.1.12 (February 4, 2020)
* Add `tokio 0.2.x` deprecation notice.
# 0.1.11 (November 27, 2019)
### Added
+2 -2
View File
@@ -8,13 +8,13 @@ name = "tokio-reactor"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.1.x" git tag.
version = "0.1.11"
version = "0.1.12"
authors = ["Carl Lerche <[email protected]>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
documentation = "https://docs.rs/tokio-reactor/0.1.11/tokio_reactor"
documentation = "https://docs.rs/tokio-reactor/0.1.12/tokio_reactor"
description = """
Event loop that drives Tokio I/O resources.
"""
+1 -1
View File
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/tokio-reactor/0.1.11")]
#![doc(html_root_url = "https://docs.rs/tokio-reactor/0.1.12")]
#![deny(missing_docs, missing_debug_implementations)]
//! Event loop that drives Tokio I/O resources.
+4 -1
View File
@@ -1,6 +1,9 @@
# 0.2.9
# 0.2.9 (February 4, 2020)
* Add `tokio 0.2.x` deprecation notice.
### Fixed
- `windows::Event` performs internal registrations lazily, so now it can be
constructed outside of a running task
- remove usage of deprecated `Handle::current` in default `windows::Event`
+2 -2
View File
@@ -8,12 +8,12 @@ name = "tokio-signal"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.2.x" git tag.
version = "0.2.8"
version = "0.2.9"
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-signal/0.2.8/tokio_signal"
documentation = "https://docs.rs/tokio-signal/0.2.9/tokio_signal"
description = """
An implementation of an asynchronous Unix signal handling backed futures.
"""
+1 -1
View File
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/tokio-signal/0.2.8")]
#![doc(html_root_url = "https://docs.rs/tokio-signal/0.2.9")]
#![deny(missing_docs)]
//! Asynchronous signal handling for Tokio
+4
View File
@@ -1,3 +1,7 @@
# 0.1.8 (February 4, 2020)
* Add `tokio 0.2.x` deprecation notice.
# 0.1.7 (October 10, 2019)
### Fixed
+2 -2
View File
@@ -8,12 +8,12 @@ name = "tokio-sync"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.1.x" git tag.
version = "0.1.7"
version = "0.1.8"
authors = ["Carl Lerche <[email protected]>"]
license = "MIT"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
documentation = "https://docs.rs/tokio-sync/0.1.7/tokio_sync"
documentation = "https://docs.rs/tokio-sync/0.1.8/tokio_sync"
description = """
Synchronization utilities.
"""
+1 -1
View File
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/tokio-sync/0.1.7")]
#![doc(html_root_url = "https://docs.rs/tokio-sync/0.1.8")]
#![deny(missing_debug_implementations, missing_docs, unreachable_pub)]
//! Asynchronous synchronization primitives.
+2 -2
View File
@@ -8,12 +8,12 @@ name = "tokio-tcp"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.1.x" git tag.
version = "0.1.3"
version = "0.1.4"
authors = ["Carl Lerche <[email protected]>"]
license = "MIT"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
documentation = "https://docs.rs/tokio-tcp/0.1.3/tokio_tcp"
documentation = "https://docs.rs/tokio-tcp/0.1.4/tokio_tcp"
description = """
TCP bindings for tokio.
"""
+4
View File
@@ -1,3 +1,7 @@
# 0.1.18 (February 4, 2020)
* Add `tokio 0.2.x` deprecation notice.
# 0.1.17 (December 3, 2019)
### Added
+2 -2
View File
@@ -8,8 +8,8 @@ name = "tokio-threadpool"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.1.x" git tag.
version = "0.1.17"
documentation = "https://docs.rs/tokio-threadpool/0.1.17/tokio_threadpool"
version = "0.1.18"
documentation = "https://docs.rs/tokio-threadpool/0.1.18/tokio_threadpool"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://github.com/tokio-rs/tokio"
license = "MIT"
+1 -1
View File
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/tokio-threadpool/0.1.17")]
#![doc(html_root_url = "https://docs.rs/tokio-threadpool/0.1.18")]
#![deny(missing_docs, missing_debug_implementations)]
//! A work-stealing based thread pool for executing futures.
+4
View File
@@ -1,3 +1,7 @@
# 0.2.13 (February 4, 2020)
* Add `tokio 0.2.x` deprecation notice.
# 0.2.12 (November 27, 2019)
### Added
+2 -2
View File
@@ -8,11 +8,11 @@ name = "tokio-timer"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.2.x" git tag.
version = "0.2.12"
version = "0.2.13"
authors = ["Carl Lerche <[email protected]>"]
license = "MIT"
readme = "README.md"
documentation = "https://docs.rs/tokio-timer/0.2.12/tokio_timer"
documentation = "https://docs.rs/tokio-timer/0.2.13/tokio_timer"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://github.com/tokio-rs/tokio"
description = """
+1 -1
View File
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/tokio-timer/0.2.12")]
#![doc(html_root_url = "https://docs.rs/tokio-timer/0.2.13")]
#![deny(missing_docs, missing_debug_implementations)]
//! Utilities for tracking time.
+4
View File
@@ -1,3 +1,7 @@
# 0.1.6 (February 4, 2020)
* Add `tokio 0.2.x` deprecation notice.
# 0.1.5 (August 30, 2019)
* Allow `UdpFramed::new` to revert to previous behavior for decoding frames (#1517)
+2 -2
View File
@@ -8,10 +8,10 @@ name = "tokio-udp"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.1.x" git tag.
version = "0.1.5"
version = "0.1.6"
authors = ["Carl Lerche <[email protected]>"]
license = "MIT"
documentation = "https://docs.rs/tokio-udp/0.1.5/tokio_udp"
documentation = "https://docs.rs/tokio-udp/0.1.6/tokio_udp"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
description = """
+1 -1
View File
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/tokio-tcp/0.1.5")]
#![doc(html_root_url = "https://docs.rs/tokio-tcp/0.1.6")]
#![deny(missing_docs, missing_debug_implementations)]
//! UDP bindings for `tokio`.
+4
View File
@@ -1,3 +1,7 @@
# 0.2.6 (February 4, 2020)
* Add `tokio 0.2.x` deprecation notice.
# 0.2.5 (January 6, 2019)
* Fix bug in `UnixDatagram::send` (#782).
+1 -1
View File
@@ -8,7 +8,7 @@ name = "tokio-uds"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.2.x" git tag.
version = "0.2.5"
version = "0.2.6"
authors = ["Carl Lerche <[email protected]>"]
license = "MIT"
repository = "https://github.com/tokio-rs/tokio"
+1 -1
View File
@@ -1,5 +1,5 @@
#![cfg(unix)]
#![doc(html_root_url = "https://docs.rs/tokio-uds/0.2.5")]
#![doc(html_root_url = "https://docs.rs/tokio-uds/0.2.6")]
#![deny(missing_docs, missing_debug_implementations)]
//! Unix Domain Sockets for Tokio.