From bd05dad1ab905eb950e7f7714619bb40b93b0456 Mon Sep 17 00:00:00 2001 From: Brett McChesney <39924297+mcches@users.noreply.github.com> Date: Tue, 28 Jan 2025 20:33:31 -0700 Subject: [PATCH] Bump to 0.6.5 (#210) --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dca5178..6f3181f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 0.6.5 (January 28, 2025) + +### Added + +- Add peek to TcpStream ([#206]) + +### Fixed + +- Various clippy and dependency chores + +[#206]: https://github.com/tokio-rs/turmoil/pull/206 + # 0.6.4 (October 9, 2024) ### Added diff --git a/Cargo.toml b/Cargo.toml index c7f5736..418c2b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ name = "turmoil" # - README.md # - Update CHANGELOG.md # - Create git tag -version = "0.6.4" +version = "0.6.5" edition = "2021" license = "MIT" authors = ["Tokio Contributors "]