Skip to content

Commit b7f7582

Browse files
authored
prepare v0.6.0 release (#440)
1 parent 39de065 commit b7f7582

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1-
# 0.6.0 (unreleased)
1+
# 0.6.0 (October 21, 2020)
22

3+
API polish in preparation for a 1.0 release.
34

5+
### Changed
6+
- `BufMut` is now an `unsafe` trait (#432).
7+
- `BufMut::bytes_mut()` returns `&mut UninitSlice`, a type owned by `bytes` to
8+
avoid undefined behavior (#433).
9+
- `Buf::copy_to_bytes(len)` replaces `Buf::into_bytes()` (#439).
10+
- `Buf`/`BufMut` utility methods are moved onto the trait and `*Ext` traits are
11+
removed (#431).
12+
13+
### Removed
14+
- `BufMut::bytes_vectored_mut()` (#430).
15+
- `new` methods on combinator types (#434).
416

517
# 0.5.6 (July 13, 2020)
618

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ readme = "README.md"
1919
keywords = ["buffers", "zero-copy", "io"]
2020
categories = ["network-programming", "data-structures"]
2121
edition = "2018"
22-
publish = false
2322

2423
[features]
2524
default = ["std"]

0 commit comments

Comments
 (0)