We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129f9fc commit 0b31c2fCopy full SHA for 0b31c2f
tokio-util/CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# 0.7.13 (December 4th, 2024)
2
+
3
+### Fixed
4
5
+- codec: fix incorrect handling of invalid utf-8 in `LinesCodec::decode_eof` ([#7011])
6
7
+[#7011]: https://github.com/tokio-rs/tokio/pull/7011
8
9
# 0.7.12 (September 5th, 2024)
10
11
This release bumps the MSRV to 1.70. ([#6645])
tokio-util/Cargo.toml
@@ -4,7 +4,7 @@ name = "tokio-util"
# - Remove path dependencies
# - Update CHANGELOG.md.
# - Create "tokio-util-0.7.x" git tag.
-version = "0.7.12"
+version = "0.7.13"
edition = "2021"
rust-version = "1.70"
authors = ["Tokio Contributors <[email protected]>"]
0 commit comments