Skip to content

Commit

Permalink
Bump to 0.6.4 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcches authored Oct 9, 2024
1 parent ae4e2c0 commit 0ff4976
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.6.4 (October 9, 2024)

### Added

- Add established_tcp_stream_count{,_on} ([#188])
- Allow one way partitionings ([#187])
- Implement Debug for UdpSocket ([#179])

[#179]: https://github.com/tokio-rs/turmoil/pull/179
[#187]: https://github.com/tokio-rs/turmoil/pull/187
[#188]: https://github.com/tokio-rs/turmoil/pull/188

# 0.6.3 (July 15, 2024)

### 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.6.3"
version = "0.6.4"
edition = "2021"
license = "MIT"
authors = ["Tokio Contributors <[email protected]>"]
Expand Down

0 comments on commit 0ff4976

Please sign in to comment.