From 3582eca5d04f3198e3901c213e160c474df9131a Mon Sep 17 00:00:00 2001 From: PolyMeilex Date: Sun, 5 Apr 2026 17:58:48 +0200 Subject: [PATCH] chore: Version bump 0.10.0 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7c794a..535752e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## 0.10.0 + - **Breaking:** `Device::name`, `Device::output_name`, `Seat::physical_name` and `Seat::logical_name` now return Cow strings due to lossy conversion into UTF8 - **Breaking:** `Device::config_tap_default_drag_lock_enabled` and `Device::config_tap_set_drag_lock_enabled` now use `DragLockState` type rather than `bool` - Added support for libinput 1.23, 1.26, 1.27, 1.28, 1.29, 1.30 features diff --git a/Cargo.toml b/Cargo.toml index 33704da..6e3f1e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "libinput bindings for rust" license = "MIT" documentation = "https://docs.rs/input" repository = "https://github.com/Drakulix/input.rs" -version = "0.9.1" +version = "0.10.0" keywords = ["wayland", "input", "bindings"] categories = ["external-ffi-bindings"] authors = ["Drakulix (Victoria Brekenfeld)"]