From 2659adf5fe19de84adb9dc96362c886c0bea7aa8 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Sat, 14 May 2022 17:15:15 +0200 Subject: [PATCH] chore: prepare tokio-util 0.6.10 (#4691) --- tokio-util/CHANGELOG.md | 6 ++++++ tokio-util/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/tokio-util/CHANGELOG.md b/tokio-util/CHANGELOG.md index 3dd100c30..5801fc2fb 100644 --- a/tokio-util/CHANGELOG.md +++ b/tokio-util/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.6.10 (May 14, 2021) + +This is a backport for a memory leak in `CancellationToken`. ([#4652]) + +[#4652]: https://github.com/tokio-rs/tokio/pull/4652 + # 0.6.9 (October 29, 2021) ### Added diff --git a/tokio-util/Cargo.toml b/tokio-util/Cargo.toml index d61ec1e33..939b2a9c4 100644 --- a/tokio-util/Cargo.toml +++ b/tokio-util/Cargo.toml @@ -6,7 +6,7 @@ name = "tokio-util" # - Cargo.toml # - Update CHANGELOG.md. # - Create "tokio-util-0.6.x" git tag. -version = "0.6.9" +version = "0.6.10" edition = "2018" authors = ["Tokio Contributors "] license = "MIT"