Skip to content

Commit 21ed332

Browse files
authored
chore: prepare bytes v1.4.0 (#593)
1 parent 05e9d5c commit 21ed332

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 1.4.0 (January 31, 2023)
2+
3+
### Added
4+
5+
- Make `IntoIter` constructor public (#581)
6+
7+
### Fixed
8+
9+
- Avoid large reallocations when freezing `BytesMut` (#592)
10+
11+
### Documented
12+
13+
- Document which functions require `std` (#591)
14+
- Fix duplicate "the the" typos (#585)
15+
116
# 1.3.0 (November 20, 2022)
217

318
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.3.0"
7+
version = "1.4.0"
88
license = "MIT"
99
authors = [
1010
"Carl Lerche <me@carllerche.com>",

0 commit comments

Comments
 (0)