Skip to content

Commit 4d4d126

Browse files
authored
chore: prepare tokio-util v0.7.15 (#7283)
1 parent 5490267 commit 4d4d126

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

tokio-util/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 0.7.15 (April 23rd, 2025)
2+
3+
### Fixed
4+
5+
- task: properly handle removed entries in `JoinMap` ([#7264])
6+
7+
### Updated
8+
9+
- deps: update hashbrown to 0.15 ([#7219])
10+
11+
### Documented
12+
13+
- task: explicitly state that `TaskTracker` does not abort tasks on Drop ([#7223])
14+
15+
[#7219]: https://github.com/tokio-rs/tokio/pull/7219
16+
[#7223]: https://github.com/tokio-rs/tokio/pull/7223
17+
[#7264]: https://github.com/tokio-rs/tokio/pull/7264
18+
119
# 0.7.14 (March 12th, 2025)
220

321
### Added

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.14"
7+
version = "0.7.15"
88
edition = "2021"
99
rust-version = "1.70"
1010
authors = ["Tokio Contributors <team@tokio.rs>"]

0 commit comments

Comments
 (0)