We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e1999 commit b724914Copy full SHA for b724914
CHANGELOG.md
@@ -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
7
# 1.2.0 (July 19, 2022)
8
9
### Added
Cargo.toml
@@ -4,7 +4,7 @@ name = "bytes"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Create "v1.x.y" git tag.
-version = "1.2.0"
+version = "1.2.1"
license = "MIT"
authors = [
10
"Carl Lerche <me@carllerche.com>",
0 commit comments