From c583de8dd5651f8168c6513cd282137c42aae049 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Mon, 15 Jul 2024 14:37:12 +0300 Subject: [PATCH] v0.19.2 --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9699dd899..90e4a1777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log -## Unreleased +## 0.19.2 - 2024-07-15 + +#### Fixed + +- Fix crash when compositor sends event to dead `wl_output`. ## 0.19.1 - 2024-06-04 diff --git a/Cargo.toml b/Cargo.toml index 443636e3e..519974d3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-client-toolkit" -version = "0.19.1" +version = "0.19.2" authors = ["Elinor Berger ", "i509VCB ", "Ashley Wulber "] documentation = "https://smithay.github.io/client-toolkit" repository = "https://github.com/smithay/client-toolkit"