From e5c7ef3b867b862395eaa53f999da26487111dcc Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Sun, 30 Apr 2017 16:25:54 -0700 Subject: [PATCH] Bump version to v0.4.3 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef9255c..175321f 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 2f46301..81499be 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 "] description = "Types and traits for working with bytes"