Skip to content

Commit dc4fb3e

Browse files
authored
chore: prepare bytes v1.7.1 (#727)
1 parent f488be4 commit dc4fb3e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.7.1 (August 1, 2024)
2+
3+
This release reverts the following change due to a regression:
4+
5+
- Reuse capacity when possible in `<BytesMut as Buf>::advance` impl (#698)
6+
7+
The revert can be found at #726.
8+
19
# 1.7.0 (July 31, 2024)
210

311
### Added

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

0 commit comments

Comments
 (0)