Skip to content

Commit d0a14de

Browse files
authored
chore: prepare bytes v1.9.0 (#748)
1 parent 54f1c26 commit d0a14de

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 1.9.0 (November 27, 2024)
2+
3+
### Added
4+
5+
- Add `Bytes::from_owner` to enable externally-allocated memory (#742)
6+
7+
### Documented
8+
9+
- Fix typo in Buf::chunk() comment (#744)
10+
11+
### Internal changes
12+
13+
- Replace BufMut::put with BufMut::put_slice in Writer impl (#745)
14+
- Rename hex_impl! to fmt_impl! and reuse it for fmt::Debug (#743)
15+
116
# 1.8.0 (October 21, 2024)
217

318
- Guarantee address in `split_off`/`split_to` for empty slices (#740)
@@ -14,7 +29,7 @@
1429

1530
### Internal changes
1631

17-
- Ensure BytesMut::advance reduces capacity (#728)
32+
- Ensure BytesMut::advance reduces capacity (#728)
1833

1934
# 1.7.1 (August 1, 2024)
2035

Cargo.toml

+1-1
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.8.0"
7+
version = "1.9.0"
88
edition = "2018"
99
rust-version = "1.39"
1010
license = "MIT"

0 commit comments

Comments
 (0)