From e66ede2a0ac97374894becdf5ed047b53a1520de Mon Sep 17 00:00:00 2001 From: Brett McChesney <39924297+mcches@users.noreply.github.com> Date: Mon, 15 Jul 2024 09:53:01 -0700 Subject: [PATCH] Bump to 0.6.3 (#177) --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 510e05e..a748e66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 0.6.3 (July 15, 2024) + +### Added + +- Add try_write to TcpStream ([#176]) +- Add ability to run hosts in random order ([#173]) +- Add API parity stubs for UDP sockets/TCP streams ([#174]) + +[#173]: https://github.com/tokio-rs/turmoil/pull/173 +[#174]: https://github.com/tokio-rs/turmoil/pull/174 +[#176]: https://github.com/tokio-rs/turmoil/pull/176 + # 0.6.2 (April 3, 2024) ### Added diff --git a/Cargo.toml b/Cargo.toml index 6474d12..d49ad1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ name = "turmoil" # - README.md # - Update CHANGELOG.md # - Create git tag -version = "0.6.2" +version = "0.6.3" edition = "2021" license = "MIT" authors = ["Tokio Contributors "]