Skip to content

Commit 7e4d3ac

Browse files
committed
v0.14.4
Signed-off-by: John Nunley <dev@notgull.net>
1 parent 7ec73f4 commit 7e4d3ac

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "calloop"
3-
version = "0.14.3"
3+
version = "0.14.4"
44
authors = ["Elinor Berger <elinor@safaradeg.net>"]
55
documentation = "https://docs.rs/calloop/"
66
repository = "https://github.com/Smithay/calloop"

0 commit comments

Comments
 (0)