Skip to content

Commit d8bdd2e

Browse files
authored
Merge pull request #95 from Smithay/version-bump-0.10
chore: Version bump 0.10.0
2 parents b533edb + 3582eca commit d8bdd2e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## 0.10.0
4+
35
- **Breaking:** `Device::name`, `Device::output_name`, `Seat::physical_name` and `Seat::logical_name` now return Cow strings due to lossy conversion into UTF8
46
- **Breaking:** `Device::config_tap_default_drag_lock_enabled` and `Device::config_tap_set_drag_lock_enabled` now use `DragLockState` type rather than `bool`
57
- Added support for libinput 1.23, 1.26, 1.27, 1.28, 1.29, 1.30 features

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "libinput bindings for rust"
44
license = "MIT"
55
documentation = "https://docs.rs/input"
66
repository = "https://github.com/Drakulix/input.rs"
7-
version = "0.9.1"
7+
version = "0.10.0"
88
keywords = ["wayland", "input", "bindings"]
99
categories = ["external-ffi-bindings"]
1010
authors = ["Drakulix (Victoria Brekenfeld)"]

0 commit comments

Comments
 (0)