chore: prepare bytes v1.9.0 (#748)

This commit is contained in:
Kyle Barron
2024-11-28 13:43:45 +01:00
committed by GitHub
parent 54f1c26f69
commit d0a14deeb5
2 changed files with 17 additions and 2 deletions
+16 -1
View File
@@ -1,3 +1,18 @@
# 1.9.0 (November 27, 2024)
### Added
- Add `Bytes::from_owner` to enable externally-allocated memory (#742)
### Documented
- Fix typo in Buf::chunk() comment (#744)
### Internal changes
- Replace BufMut::put with BufMut::put_slice in Writer impl (#745)
- Rename hex_impl! to fmt_impl! and reuse it for fmt::Debug (#743)
# 1.8.0 (October 21, 2024)
- Guarantee address in `split_off`/`split_to` for empty slices (#740)
@@ -14,7 +29,7 @@
### Internal changes
- Ensure BytesMut::advance reduces capacity (#728)
- Ensure BytesMut::advance reduces capacity (#728)
# 1.7.1 (August 1, 2024)
+1 -1
View File
@@ -4,7 +4,7 @@ name = "bytes"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Create "v1.x.y" git tag.
version = "1.8.0"
version = "1.9.0"
edition = "2018"
rust-version = "1.39"
license = "MIT"