Bump version to v0.4.2

This commit is contained in:
Carl Lerche
2017-04-05 12:12:05 -07:00
parent 9aa24ebea1
commit 1a6901cdcd
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
# 0.4.2 (April, 5, 2017)
* Misc performance tweaks
* Improved `Debug` implementation for `Bytes`
* Avoid some incorrect assert panics
# 0.4.1 (March 15, 2017)
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "bytes"
version = "0.4.1"
version = "0.4.2"
license = "MIT"
authors = ["Carl Lerche <me@carllerche.com>"]
description = "Types and traits for working with bytes"