Skip to content

Commit ebc61e5

Browse files
authored
chore: prepare bytes v1.1.0 (#509)
1 parent 55e2968 commit ebc61e5

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# 1.1.0 (August 25, 2021)
2+
3+
### Added
4+
5+
- `BufMut::put_bytes(self, val, cnt)` (#487)
6+
- Implement `From<Box<[u8]>>` for `Bytes` (#504)
7+
8+
### Changed
9+
10+
- Override `put_slice` for `&mut [u8]` (#483)
11+
- Panic on integer overflow in `Chain::remaining` (#482)
12+
- Add inline tags to `UninitSlice` methods (#443)
13+
- Override `copy_to_bytes` for Chain and Take (#481)
14+
- Keep capacity when unsplit on empty other buf (#502)
15+
16+
### Documented
17+
18+
- Clarify `BufMut` allocation guarantees (#501)
19+
- Clarify `BufMut::put_int` behavior (#486)
20+
- Clarify actions of `clear` and `truncate`. (#508)
21+
122
# 1.0.1 (January 11, 2021)
223

324
### Changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
name = "bytes"
44
# When releasing to crates.io:
55
# - Update CHANGELOG.md.
6-
# - Create "v1.0.x" git tag.
7-
version = "1.0.1"
6+
# - Create "v1.x.y" git tag.
7+
version = "1.1.0"
88
license = "MIT"
99
authors = [
1010
"Carl Lerche <[email protected]>",

0 commit comments

Comments
 (0)