mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-24 00:00:14 +02:00
Bump version to v0.4.5
This commit is contained in:
@@ -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)
|
# 0.4.4 (May 26, 2017)
|
||||||
|
|
||||||
* Add serde support behind feature flag
|
* Add serde support behind feature flag
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "bytes"
|
name = "bytes"
|
||||||
version = "0.4.4"
|
version = "0.4.5"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
authors = ["Carl Lerche <[email protected]>"]
|
authors = ["Carl Lerche <[email protected]>"]
|
||||||
description = "Types and traits for working with bytes"
|
description = "Types and traits for working with bytes"
|
||||||
|
|||||||
Reference in New Issue
Block a user