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.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.
//!