We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c90098 commit 2a13145Copy full SHA for 2a13145
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## Unreleased
4
5
+## 0.14.2 -- 2024-12-03
6
+
7
+#### Bugfixes
8
9
+- Simplify the way timeouts are calculated for `Poll`. (#214)
10
11
## 0.14.1 -- 2024-09-05
12
13
#### Additions
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "calloop"
-version = "0.14.1"
+version = "0.14.2"
authors = ["Elinor Berger <elinor@safaradeg.net>"]
documentation = "https://docs.rs/calloop/"
repository = "https://github.com/Smithay/calloop"
0 commit comments