Skip to content

Commit d7c1d65

Browse files
chore: prepare bytes v1.7.2 (#736)
1 parent ac46ebd commit d7c1d65

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 1.7.2 (September 17, 2024)
2+
3+
### Fixed
4+
5+
- Fix default impl of `Buf::{get_int, get_int_le}` (#732)
6+
7+
### Documented
8+
9+
- Fix double spaces in comments and doc comments (#731)
10+
11+
### Internal changes
12+
13+
- Ensure BytesMut::advance reduces capacity (#728)
14+
115
# 1.7.1 (August 1, 2024)
216

317
This release reverts the following change due to a regression:

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.1"
7+
version = "1.7.2"
88
edition = "2018"
99
rust-version = "1.39"
1010
license = "MIT"

0 commit comments

Comments
 (0)