Skip to content

Commit 3240fb9

Browse files
committed
Bump version to v0.4.4
1 parent 9ae51c9 commit 3240fb9

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1-
# 0.4.3 (April, 30, 2017)
1+
# 0.4.4 (May 26, 2017)
2+
3+
* Add serde support behind feature flag
4+
* Add `extend_from_slice` on `Bytes` and `BytesMut`
5+
* Add `truncate` and `clear` on `Bytes`
6+
* Misc additional std trait implementations
7+
* Misc performance improvements
8+
9+
# 0.4.3 (April 30, 2017)
210

311
* Fix Vec::advance_mut bug
412
* Bump minimum Rust version to 1.15
513
* Misc performance tweaks
614

7-
# 0.4.2 (April, 5, 2017)
15+
# 0.4.2 (April 5, 2017)
816

917
* Misc performance tweaks
1018
* Improved `Debug` implementation for `Bytes`

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "bytes"
4-
version = "0.4.3"
4+
version = "0.4.4"
55
license = "MIT"
66
authors = ["Carl Lerche <[email protected]>"]
77
description = "Types and traits for working with bytes"

0 commit comments

Comments
 (0)