File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ # 1.11.0 (November 14th, 2025)
2+
3+ - Bump MSRV to 1.57 (#788 )
4+
5+ ### Fixed
6+
7+ - fix: ` BytesMut ` only reuse if src has remaining (#803 )
8+ - Specialize ` BytesMut::put::<Bytes> ` (#793 )
9+ - Reserve capacity in ` BytesMut::put ` (#794 )
10+ - Change ` BytesMut::remaining_mut ` to use ` isize::MAX ` instead of ` usize::MAX ` (#795 )
11+
12+ ### Internal changes
13+
14+ - Guarantee address in ` slice() ` for empty slices. (#780 )
15+ - Rename ` Vtable::to_* ` -> ` Vtable::into_* ` (#776 )
16+ - Fix latest clippy warnings (#787 )
17+ - Ignore ` BytesMut::freeze ` doctest on wasm (#790 )
18+ - Move ` drop_fn ` of ` from_owner ` into vtable (#801 )
19+
120# 1.10.1 (March 5th, 2025)
221
322### Fixed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "bytes"
44# When releasing to crates.io:
55# - Update CHANGELOG.md.
66# - Create "v1.x.y" git tag.
7- version = " 1.10.1 "
7+ version = " 1.11.0 "
88edition = " 2021"
99rust-version = " 1.57"
1010license = " MIT"
You can’t perform that action at this time.
0 commit comments