mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-28 00:00:17 +02:00
Bump version to v0.4.4
This commit is contained in:
+10
-2
@@ -1,10 +1,18 @@
|
|||||||
# 0.4.3 (April, 30, 2017)
|
# 0.4.4 (May 26, 2017)
|
||||||
|
|
||||||
|
* Add serde support behind feature flag
|
||||||
|
* Add `extend_from_slice` on `Bytes` and `BytesMut`
|
||||||
|
* Add `truncate` and `clear` on `Bytes`
|
||||||
|
* Misc additional std trait implementations
|
||||||
|
* Misc performance improvements
|
||||||
|
|
||||||
|
# 0.4.3 (April 30, 2017)
|
||||||
|
|
||||||
* Fix Vec::advance_mut bug
|
* Fix Vec::advance_mut bug
|
||||||
* Bump minimum Rust version to 1.15
|
* Bump minimum Rust version to 1.15
|
||||||
* Misc performance tweaks
|
* Misc performance tweaks
|
||||||
|
|
||||||
# 0.4.2 (April, 5, 2017)
|
# 0.4.2 (April 5, 2017)
|
||||||
|
|
||||||
* Misc performance tweaks
|
* Misc performance tweaks
|
||||||
* Improved `Debug` implementation for `Bytes`
|
* Improved `Debug` implementation for `Bytes`
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "bytes"
|
name = "bytes"
|
||||||
version = "0.4.3"
|
version = "0.4.4"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
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