tokio-rs / bytes

Utilities for working with bytes
MIT License
1.86k stars 278 forks source link

chore: prepare bytes v1.6.1 #720

Closed Darksonn closed 1 month ago

Darksonn commented 1 month ago

1.6.1 (July 13, 2024)

This release fixes a bug where Bytes::is_unique returns incorrect values when the Bytes originates from a shared BytesMut. (#718)

Darksonn commented 1 month ago

Once this is merged, we need to make a merge commit that merges this branch back into master. This will ensure that the fix and changelog changes are applied to the master branch before the 1.7.0 release.