Skip to content

Commit fd13c7d

Browse files
authored
chore: prepare bytes v1.6.1 (#720)
1 parent 6b4b0ed commit fd13c7d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
# 1.6.0 (March 22, 2024)
27

38
### 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.6.0"
7+
version = "1.6.1"
88
edition = "2018"
99
rust-version = "1.39"
1010
license = "MIT"

0 commit comments

Comments
 (0)