We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4b0ed commit fd13c7dCopy full SHA for fd13c7d
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 1.6.1 (July 13, 2024)
2
+
3
+This release fixes a bug where `Bytes::is_unique` returns incorrect values when
4
+the `Bytes` originates from a shared `BytesMut`. (#718)
5
6
# 1.6.0 (March 22, 2024)
7
8
### 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.6.0"
+version = "1.6.1"
edition = "2018"
9
rust-version = "1.39"
10
license = "MIT"
0 commit comments