summaryrefslogtreecommitdiffstats
path: root/tokio-io
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2018-02-07 13:28:29 -0800
committerGitHub <noreply@github.com>2018-02-07 13:28:29 -0800
commit23bc9d20d315d904918817b05bc043dca68b3da3 (patch)
tree0bc97636de4b265cca8e1f4099742f2a6df821ae /tokio-io
parentc225b46b187bf364143dd71b0f027c2eaf0cb66b (diff)
Prepare for tokio 0.1 release (#119)
Diffstat (limited to 'tokio-io')
-rw-r--r--tokio-io/CHANGELOG.md5
-rw-r--r--tokio-io/Cargo.toml4
2 files changed, 7 insertions, 2 deletions
diff --git a/tokio-io/CHANGELOG.md b/tokio-io/CHANGELOG.md
index c56d8a84..1ec760d8 100644
--- a/tokio-io/CHANGELOG.md
+++ b/tokio-io/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 0.1.5 (February 07, 2018)
+
+* Fix bug in `BytesCodec` and `LinesCodec`.
+* Performance improvement to `split`.
+
# 0.1.4 (November 10, 2017)
* Use `FrameTooBig` as length delimited error type (#70).
diff --git a/tokio-io/Cargo.toml b/tokio-io/Cargo.toml
index aed93cb1..ca928add 100644
--- a/tokio-io/Cargo.toml
+++ b/tokio-io/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "tokio-io"
-version = "0.1.4"
-authors = ["Alex Crichton <alex@alexcrichton.com>", "Carl Lerche <me@carllerche.com>"]
+version = "0.1.5"
+authors = ["Carl Lerche <me@carllerche.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/tokio-rs/tokio-io"
homepage = "https://tokio.rs"