Skip to content

Commit

Permalink
chore: prepare bytes v1.9.0 (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Nov 28, 2024
1 parent 54f1c26 commit d0a14de
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -14,7 +29,7 @@

### Internal changes

- Ensure BytesMut::advance reduces capacity (#728)
- Ensure BytesMut::advance reduces capacity (#728)

# 1.7.1 (August 1, 2024)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d0a14de

Please sign in to comment.