We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac54ca commit c45697cCopy full SHA for c45697c
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.8.0 (October 21, 2024)
2
+
3
+- Guarantee address in `split_off`/`split_to` for empty slices (#740)
4
5
# 1.7.2 (September 17, 2024)
6
7
### Fixed
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.2"
+version = "1.8.0"
8
edition = "2018"
9
rust-version = "1.39"
10
license = "MIT"
0 commit comments