Skip to content

Commit 3a8eef5

Browse files
chore(main): release 0.3.0
1 parent 2d8bc40 commit 3a8eef5

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

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

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/BlueLua/evdev/compare/v0.2.0...v0.3.0) (2026-06-19)
4+
5+
6+
### Features
7+
8+
* **ecodes:** update event codes to latest Linux kernel ([#7](https://github.com/BlueLua/evdev/issues/7)) ([a3f7f86](https://github.com/BlueLua/evdev/commit/a3f7f860bfc0ce57d6c96921ad1e43dcc87e36b5))
9+
310
## [0.2.0](https://github.com/BlueLua/evdev/compare/v0.1.0...v0.2.0) (2026-06-04)
411

512

src/evdev/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
return setmetatable({
2-
_VERSION = "evdev 0.2.0", -- x-release-please-version
2+
_VERSION = "evdev 0.3.0", -- x-release-please-version
33
}, {
44
__index = function(t, k)
55
local modname = "evdev." .. tostring(k)

types/evdev.d.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
---@alias evdev.path string Path to an evdev device node or related input path.
55
---@alias evdev.eventValue integer Numeric value attached to an input event.
66

7-
local version = "evdev 0.2.0" -- x-release-please-version
7+
local version = "evdev 0.3.0" -- x-release-please-version
88

99
---
1010
---Lua bindings for Linux evdev devices and /dev/uinput virtual devices.

0 commit comments

Comments
 (0)