From 8b7b7f7374cdb6a660c9e7d15d8780dfae569851 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Wed, 4 Dec 2024 11:40:01 +0100 Subject: [PATCH] chore: prepare tokio-util v0.7.13 --- tokio-util/CHANGELOG.md | 8 ++++++++ tokio-util/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/tokio-util/CHANGELOG.md b/tokio-util/CHANGELOG.md index db589136bab..da0c45dd97f 100644 --- a/tokio-util/CHANGELOG.md +++ b/tokio-util/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.7.13 (December 4th, 2024) + +### Fixed + +- codec: fix incorrect handling of invalid utf-8 in `LinesCodec::decode_eof` ([#7011]) + +[#7011]: https://github.com/tokio-rs/tokio/pull/7011 + # 0.7.12 (September 5th, 2024) This release bumps the MSRV to 1.70. ([#6645]) diff --git a/tokio-util/Cargo.toml b/tokio-util/Cargo.toml index 12f70be862e..d215590d9f2 100644 --- a/tokio-util/Cargo.toml +++ b/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 "]