Skip to content

Commit 35f244a

Browse files
authored
chore: prepare tokio-util v0.7.12 (#6823)
1 parent 1166ecc commit 35f244a

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

tokio-util/CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# 0.7.12 (September 5th, 2024)
2+
3+
This release bumps the MSRV to 1.70. ([#6645])
4+
5+
### Added
6+
- sync: Add `run_until_cancelled` to `tokio_util::sync::CancellationToken` ([#6618])
7+
- task: add `AbortOnDropHandle` type ([#6786])
8+
9+
### Changed
10+
- deps: no default features for hashbrown ([#6541])
11+
- time: wake `DelayQueue` when removing last item ([#6752])
12+
- deps: enable the full feature when compiled for the playground ([#6818])
13+
14+
### Documented
15+
- task: fix typo in `TaskTracker` docs ([#6792])
16+
17+
[#6645]: https://github.com/tokio-rs/tokio/pull/6645
18+
[#6541]: https://github.com/tokio-rs/tokio/pull/6541
19+
[#6618]: https://github.com/tokio-rs/tokio/pull/6618
20+
[#6752]: https://github.com/tokio-rs/tokio/pull/6752
21+
[#6786]: https://github.com/tokio-rs/tokio/pull/6786
22+
[#6792]: https://github.com/tokio-rs/tokio/pull/6792
23+
[#6818]: https://github.com/tokio-rs/tokio/pull/6818
24+
125
# 0.7.11 (May 4th, 2024)
226

327
This release updates the MSRV to 1.63. ([#6126])

tokio-util/Cargo.toml

+1-1
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.11"
7+
version = "0.7.12"
88
edition = "2021"
99
rust-version = "1.70"
1010
authors = ["Tokio Contributors <[email protected]>"]

0 commit comments

Comments
 (0)