Skip to content
Snippets Groups Projects
Commit c8c46d85 authored by Carl Lerche's avatar Carl Lerche
Browse files

Bump version to v0.4.5

parent 78391003
No related branches found
No related tags found
No related merge requests found
# 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
......
[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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment