File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 0.14.4 - 2025-02-13
6+
7+ #### Additions
8+
9+ - Add ` StreamSource ` to adapt an async ` Stream ` to an ` EventSource ` . (#228 )
10+ - Bump MSRV to 1.71.1 in accordance with dependencies.
11+
512#### Bugfixes
613
7- - Prevent timers from growing indefinitely
14+ - Fix handling of ` notified ` atomic in futures source. (#227 )
15+ - Prevent timers from growing indefinitely. (#238 )
16+ - Bump ` nix ` to v0.31. (#237 )
17+ - Ping on drop of last instance of ` SyncSender ` . (#236 )
818
919## 0.14.3 - 2025-03-08
1020
Original file line number Diff line number Diff line change 11[package ]
22name = " calloop"
3- version = " 0.14.3 "
3+ version = " 0.14.4 "
44authors = [" Elinor Berger <elinor@safaradeg.net>" ]
55documentation = " https://docs.rs/calloop/"
66repository = " https://github.com/Smithay/calloop"
You can’t perform that action at this time.
0 commit comments