From 0ff4976e656846a595584ebb9bc061e7e914f499 Mon Sep 17 00:00:00 2001 From: Brett McChesney <39924297+mcches@users.noreply.github.com> Date: Wed, 9 Oct 2024 09:02:20 -0600 Subject: [PATCH] Bump to 0.6.4 (#191) --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a748e66..dca5178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 0.6.4 (October 9, 2024) + +### Added + +- Add established_tcp_stream_count{,_on} ([#188]) +- Allow one way partitionings ([#187]) +- Implement Debug for UdpSocket ([#179]) + +[#179]: https://github.com/tokio-rs/turmoil/pull/179 +[#187]: https://github.com/tokio-rs/turmoil/pull/187 +[#188]: https://github.com/tokio-rs/turmoil/pull/188 + # 0.6.3 (July 15, 2024) ### Added diff --git a/Cargo.toml b/Cargo.toml index 9953995..d9b8790 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ name = "turmoil" # - README.md # - Update CHANGELOG.md # - Create git tag -version = "0.6.3" +version = "0.6.4" edition = "2021" license = "MIT" authors = ["Tokio Contributors "]