We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3667543 commit 19d1427Copy full SHA for 19d1427
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 1.10.1 (March 5th, 2025)
2
+
3
+### Fixed
4
5
+- Fix memory leak when using `to_vec` with `Bytes::from_owner` (#773)
6
7
# 1.10.0 (February 3rd, 2025)
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.10.0"
+version = "1.10.1"
edition = "2018"
rust-version = "1.39"
10
license = "MIT"
0 commit comments