Skip to content

Commit

Permalink
Bump to 0.5.4 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcches authored May 24, 2023
1 parent 563440b commit a2bb642
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# 0.5.4 (May 23, 2023)

### Added

- Support ephemeral port assignments on bind ([#110])
- Add support for Ipv6 network/binds ([#113])
- Add support for loopback ([#118])

### Fixed

- Filter out equal IpAddrs for regex matching ([#116])
- Remove inconsistent address resolution ([#114])
- Fix bug in binding an in use port ([#117])

[#110]: https://github.com/tokio-rs/turmoil/pull/110
[#113]: https://github.com/tokio-rs/turmoil/pull/113
[#114]: https://github.com/tokio-rs/turmoil/pull/114
[#116]: https://github.com/tokio-rs/turmoil/pull/116
[#117]: https://github.com/tokio-rs/turmoil/pull/117
[#118]: https://github.com/tokio-rs/turmoil/pull/118

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

0 comments on commit a2bb642

Please sign in to comment.