We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f488be4 commit dc4fb3eCopy full SHA for dc4fb3e
CHANGELOG.md
@@ -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
9
# 1.7.0 (July 31, 2024)
10
11
### Added
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.0"
+version = "1.7.1"
edition = "2018"
rust-version = "1.39"
license = "MIT"
0 commit comments