mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-25 00:00:22 +02:00
chore: prepare bytes v1.11.0 (#804)
This commit is contained in:
@@ -1,3 +1,22 @@
|
|||||||
|
# 1.11.0 (November 14th, 2025)
|
||||||
|
|
||||||
|
- Bump MSRV to 1.57 (#788)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- fix: `BytesMut` only reuse if src has remaining (#803)
|
||||||
|
- Specialize `BytesMut::put::<Bytes>` (#793)
|
||||||
|
- Reserve capacity in `BytesMut::put` (#794)
|
||||||
|
- Change `BytesMut::remaining_mut` to use `isize::MAX` instead of `usize::MAX` (#795)
|
||||||
|
|
||||||
|
### Internal changes
|
||||||
|
|
||||||
|
- Guarantee address in `slice()` for empty slices. (#780)
|
||||||
|
- Rename `Vtable::to_*` -> `Vtable::into_*` (#776)
|
||||||
|
- Fix latest clippy warnings (#787)
|
||||||
|
- Ignore `BytesMut::freeze` doctest on wasm (#790)
|
||||||
|
- Move `drop_fn` of `from_owner` into vtable (#801)
|
||||||
|
|
||||||
# 1.10.1 (March 5th, 2025)
|
# 1.10.1 (March 5th, 2025)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@ name = "bytes"
|
|||||||
# When releasing to crates.io:
|
# When releasing to crates.io:
|
||||||
# - Update CHANGELOG.md.
|
# - Update CHANGELOG.md.
|
||||||
# - Create "v1.x.y" git tag.
|
# - Create "v1.x.y" git tag.
|
||||||
version = "1.10.1"
|
version = "1.11.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.57"
|
rust-version = "1.57"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
Reference in New Issue
Block a user