chore: prepare bytes v1.2.1 (#561)

This commit is contained in:
Alice Ryhl
2022-07-30 11:35:26 +02:00
committed by GitHub
parent d6e1999d97
commit b7249149a9
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
# 1.2.1 (July 30, 2022)
### Fixed
- Fix unbounded memory growth when using `reserve` (#560)
# 1.2.0 (July 19, 2022)
### Added
+1 -1
View File
@@ -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 = [
"Carl Lerche <[email protected]>",