diff --git a/CHANGELOG.md b/CHANGELOG.md index 96e32cde8674f462b207b0dbc20198b58b5ebf2b..ef9255c155e9ed32676d33d42c5497e856ee669c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.toml b/Cargo.toml index b35fc6252f2a4d1c1dbb867f2ba802e59989604c..2f46301d64e7c0dbabbbb132c9c88b4b1b335333 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"