From 19a7ef524ae1c1de47afc7a626609e2ca21d47ab Mon Sep 17 00:00:00 2001 From: Brett McChesney <39924297+mcches@users.noreply.github.com> Date: Mon, 6 Nov 2023 08:17:44 -0700 Subject: [PATCH] Bump to 0.5.8 (#148) --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61be788..dce829b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 0.5.8 (November 6, 2023) + +### Fixed + +- Fix subtraction overflow bug with latency ([#147]) +- Fix ephemeral port leak upon tcp stream shutdown ([#145]) + +[#147]: https://github.com/tokio-rs/turmoil/pull/147 +[#145]: https://github.com/tokio-rs/turmoil/pull/145 + # 0.5.7 (October 20, 2023) ### Added diff --git a/Cargo.toml b/Cargo.toml index e599465..35d8216 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ name = "turmoil" # - README.md # - Update CHANGELOG.md # - Create git tag -version = "0.5.7" +version = "0.5.8" edition = "2021" license = "MIT" authors = ["Tokio Contributors "]