Skip to content

Commit b724914

Browse files
authored
chore: prepare bytes v1.2.1 (#561)
1 parent d6e1999 commit b724914

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.2.1 (July 30, 2022)
2+
3+
### Fixed
4+
5+
- Fix unbounded memory growth when using `reserve` (#560)
6+
17
# 1.2.0 (July 19, 2022)
28

39
### 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.2.0"
7+
version = "1.2.1"
88
license = "MIT"
99
authors = [
1010
"Carl Lerche <me@carllerche.com>",

0 commit comments

Comments
 (0)