Skip to content

Commit 41d1877

Browse files
authored
chore: prepare tokio-test 0.4.5 (#7831)
1 parent 60b083b commit 41d1877

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

tokio-test/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 0.4.5 (January 4th, 2026)
2+
3+
### Added
4+
5+
- test: add `io::Builder::name` for better panic messages ([#7212])
6+
7+
### Fixed
8+
9+
- test: make `Spawn` forward `size_hint` ([#6607])
10+
11+
### Changed
12+
13+
- test: remove unused `async-stream` and `bytes` dependencies ([#7214])
14+
15+
[#6607]: https://github.com/tokio-rs/tokio/pull/6607
16+
[#7212]: https://github.com/tokio-rs/tokio/pull/7212
17+
[#7214]: https://github.com/tokio-rs/tokio/pull/7214
18+
119
# 0.4.4 (March 14, 2024)
220

321
- task: mark `Spawn` as `#[must_use]` ([#6371])

tokio-test/Cargo.toml

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

0 commit comments

Comments
 (0)