Skip to content

Commit 2a435ac

Browse files
chore(main): release 0.2.0 (#3)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3485541 commit 2a435ac

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/BlueLua/evdev/compare/v0.1.0...v0.2.0) (2026-06-04)
4+
5+
6+
### Features
7+
8+
* **uinput:** add fd method ([1ccc571](https://github.com/BlueLua/evdev/commit/1ccc571b86955169dcd4279810f90f5df30d00c1))
9+
* **uinput:** add repeat rate support ([36b9663](https://github.com/BlueLua/evdev/commit/36b96639ca5e5f2e72935400d9213e9aedf5f2c8))
10+
11+
12+
### Bug Fixes
13+
14+
* **selector:** resolve device removal no-op ([7029898](https://github.com/BlueLua/evdev/commit/7029898c897f839180c7f541136615b526e8ac03))
15+
* **uinput:** resolve udev device node permission race condition ([6850048](https://github.com/BlueLua/evdev/commit/68500487c7b452e0d9a66d39563ec1b147fe9056))
16+
317
## 0.1.0 (2026-05-27)
418

519
Initial release

0 commit comments

Comments
 (0)