Skip to content

Commit 510a910

Browse files
committed
wayland-client v0.31.2
1 parent 1466d4a commit 510a910

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

wayland-client/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
22

33
## Unreleased
44

5+
## 0.31.2 -- 2024-01-29
6+
57
#### Additions
8+
69
- Implement `Eq` for `Connection`
710

11+
#### Bugfixes
12+
13+
- Fix a possible deadlock in `EventQueue::blocking_dispatch()`
14+
815
## 0.31.1 -- 2023-09-19
916

1017
#### Additions

wayland-client/Cargo.toml

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

0 commit comments

Comments
 (0)