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 "]