Bump version to v0.4.3

This commit is contained in:
Carl Lerche
2017-04-30 16:25:54 -07:00
parent 30bd7c1f21
commit e5c7ef3b86
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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
+1 -1
View File
@@ -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"