Skip to content

Commit 9cc02cc

Browse files
authored
chore: prepare tokio-util 0.7.18 (#7829)
1 parent d2799d7 commit 9cc02cc

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

tokio-util/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# 0.7.18 (January 4th, 2026)
2+
3+
### Added
4+
5+
- io: add `tokio_util::io::simplex` ([#7565])
6+
7+
### Changed
8+
9+
- task: remove unnecessary trait bounds on the `Debug` implementation for `JoinQueue` and `AbortOnDropHandle` ([#7720])
10+
11+
### Fixed
12+
13+
- deps: bump `tokio` to `1.44.0` ([#7733])
14+
15+
### Documented
16+
17+
- io: document the default capacity of the `ReaderStream` ([#7147])
18+
- sync: fix a typo in the docs of `PollSender::is_closed` ([#7737])
19+
20+
[#7147]: https://github.com/tokio-rs/tokio/pull/7147
21+
[#7565]: https://github.com/tokio-rs/tokio/pull/7565
22+
[#7720]: https://github.com/tokio-rs/tokio/pull/7720
23+
[#7733]: https://github.com/tokio-rs/tokio/pull/7733
24+
[#7737]: https://github.com/tokio-rs/tokio/pull/7737
25+
126
# 0.7.17 (November 2nd, 2025)
227

328
The MSRV is increased to 1.71.

tokio-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "tokio-util"
44
# - Remove path dependencies
55
# - Update CHANGELOG.md.
66
# - Create "tokio-util-0.7.x" git tag.
7-
version = "0.7.17"
7+
version = "0.7.18"
88
edition = "2021"
99
rust-version = "1.71"
1010
authors = ["Tokio Contributors <team@tokio.rs>"]

0 commit comments

Comments
 (0)