Skip to content

Commit efb8078

Browse files
committed
Release evdev 0.13
1 parent 5a5ec3c commit efb8078

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

3-
## evdev next
4-
[8fc58e1...HEAD](https://github.com/emberian/evdev/compare/8fc58e1...HEAD)
3+
## evdev 0.13.0 (2025-01-22)
4+
[02aef0c...5a5ec3c](https://github.com/emberian/evdev/compare/02aef0c...5a5ec3c)
55

66
### Added
77
- Create a `...Event` struct for each `EventType` to hold the `InputEvent`
@@ -34,7 +34,7 @@
3434
### Fixed
3535
- Update `VirtualDevice::fetch_events` to yield `InputEvent`s instead of `UInputEvent`s. That was a bug which was not accounted for be the type system. Yielding `UInputEvent`s there will now panic.
3636

37-
## evdev 0.12.1
37+
## evdev 0.12.2 (2024-05-08)
3838
[8fc58e1...af3c9b3](https://github.com/emberian/evdev/compare/8fc58e1...af3c9b3)
3939

4040
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "evdev"
3-
version = "0.12.2"
3+
version = "0.13.0"
44
authors = ["Corey Richardson <[email protected]>"]
55
description = "evdev interface for Linux"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)