Skip to content

Commit

Permalink
Bump to 0.5.3 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcches authored Mar 23, 2023
1 parent 6338d3f commit 4a468f1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# 0.5.1 (Mar 13, 2023)
# 0.5.3 (Mar 22, 2023)

### Added

- Expose whether a host has software running ([#108])
- DNS improvments ([#109])

### Fixed

- Fix AsyncRead impl for TcpStream ([#107])

[#107]: https://github.com/tokio-rs/turmoil/pull/107
[#108]: https://github.com/tokio-rs/turmoil/pull/108
[#109]: https://github.com/tokio-rs/turmoil/pull/109

# 0.5.2 (Mar 13, 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.2"
version = "0.5.3"
edition = "2021"
license = "MIT"
authors = ["Tokio Contributors <[email protected]>"]
Expand Down

0 comments on commit 4a468f1

Please sign in to comment.