We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa15f2f commit bd05dadCopy full SHA for bd05dad
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+# 0.6.5 (January 28, 2025)
2
+
3
+### Added
4
5
+- Add peek to TcpStream ([#206])
6
7
+### Fixed
8
9
+- Various clippy and dependency chores
10
11
+[#206]: https://github.com/tokio-rs/turmoil/pull/206
12
13
# 0.6.4 (October 9, 2024)
14
15
### Added
Cargo.toml
@@ -5,7 +5,7 @@ name = "turmoil"
# - README.md
# - Update CHANGELOG.md
# - Create git tag
-version = "0.6.4"
+version = "0.6.5"
edition = "2021"
license = "MIT"
authors = ["Tokio Contributors <team@tokio.rs>"]
0 commit comments