diff --git a/CHANGELOG.md b/CHANGELOG.md index ef9255c155e9ed32676d33d42c5497e856ee669c..175321f8dc6baa57f88452a7baf383358830ccd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.4.3 (April, 30, 2017) + +* Fix Vec::advance_mut bug +* Bump minimum Rust version to 1.15 +* Misc performance tweaks + # 0.4.2 (April, 5, 2017) * Misc performance tweaks diff --git a/Cargo.toml b/Cargo.toml index 2f46301d64e7c0dbabbbb132c9c88b4b1b335333..81499be66ba8e73763f20086cbf075e5290a3d44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bytes" -version = "0.4.2" +version = "0.4.3" license = "MIT" authors = ["Carl Lerche <me@carllerche.com>"] description = "Types and traits for working with bytes"