We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac46ebd commit d7c1d65Copy full SHA for d7c1d65
CHANGELOG.md
@@ -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
15
# 1.7.1 (August 1, 2024)
16
17
This release reverts the following change due to a regression:
Cargo.toml
@@ -4,7 +4,7 @@ name = "bytes"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Create "v1.x.y" git tag.
-version = "1.7.1"
+version = "1.7.2"
edition = "2018"
rust-version = "1.39"
license = "MIT"
0 commit comments