From a32100bf18785433db45900b714e3a3c9d206b48 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Sat, 23 Sep 2023 15:44:03 -0400 Subject: [PATCH] v0.18.0 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31bd80153..a0097125d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ #### Breaking Changes +#### Fixed + +#### Additions + +## 0.18.0 - 2023-09-23 + +#### Breaking Changes + - `ThemedPointer::set_cursor` now takes only `Connection` and `&str`. - `SeatState:get_pointer_with_them*` now takes `Shm` and `WlSurface` for the themed cursor. - `ThemedPointer` now automatically releases the associated `WlPointer`. diff --git a/Cargo.toml b/Cargo.toml index ee9b15a75..208f577b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-client-toolkit" -version = "0.17.0" +version = "0.18.0" authors = ["Elinor Berger ", "i509VCB ", "Ashley Wulber "] documentation = "https://smithay.github.io/client-toolkit" repository = "https://github.com/smithay/client-toolkit"