Skip to content

Commit 74e6e20

Browse files
authored
chore: prepare bytes v1.5.0 (#627)
1 parent 64c4fa2 commit 74e6e20

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 1.5.0 (September 7, 2023)
2+
3+
### Added
4+
5+
- Add `UninitSlice::{new,init}` (#598, #599)
6+
- Implement `BufMut` for `&mut [MaybeUninit<u8>]` (#597)
7+
8+
### Changed
9+
10+
- Mark `BytesMut::extend_from_slice` as inline (#595)
11+
112
# 1.4.0 (January 31, 2023)
213

314
### Added

Diff for: 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.4.0"
7+
version = "1.5.0"
88
license = "MIT"
99
authors = [
1010
"Carl Lerche <[email protected]>",

0 commit comments

Comments
 (0)