From c8c46d8513a9641fc2cf480a998db4fd837ef113 Mon Sep 17 00:00:00 2001 From: Carl Lerche <me@carllerche.com> Date: Sat, 12 Aug 2017 10:59:31 -0700 Subject: [PATCH] Bump version to v0.4.5 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cf6b9c..aaa2308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.4.5 (August 12, 2017) + +* Fix range bug in `Take::bytes` +* Misc performance improvements +* Add extra `PartialEq` implementations. +* Add `Bytes::with_capacity` +* Implement `AsMut[u8]` for `BytesMut` + # 0.4.4 (May 26, 2017) * Add serde support behind feature flag diff --git a/Cargo.toml b/Cargo.toml index b4eb61f..07c58c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bytes" -version = "0.4.4" +version = "0.4.5" license = "MIT/Apache-2.0" authors = ["Carl Lerche <me@carllerche.com>"] description = "Types and traits for working with bytes" -- GitLab