Skip to content

Commit a7952fb

Browse files
authored
chore: prepare bytes v1.11.0 (#804)
1 parent 60cbb77 commit a7952fb

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
88
edition = "2021"
99
rust-version = "1.57"
1010
license = "MIT"

0 commit comments

Comments
 (0)