Skip to content

Commit c45697c

Browse files
authored
chore: prepare bytes v1.8.0 (#741)
1 parent 0ac54ca commit c45697c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -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+
15
# 1.7.2 (September 17, 2024)
26

37
### Fixed

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.7.2"
7+
version = "1.8.0"
88
edition = "2018"
99
rust-version = "1.39"
1010
license = "MIT"

0 commit comments

Comments
 (0)