Skip to content

Commit

Permalink
Bump to 0.5.8 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcches authored Nov 6, 2023
1 parent d2d6a79 commit 19a7ef5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
Expand Down

0 comments on commit 19a7ef5

Please sign in to comment.