From e94d77b273b420174a9b707d312b1471c7ffeb29 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 3 Mar 2024 00:32:05 +0000 Subject: [PATCH] chore(release): 0.4.2 [skip ci] ## [0.4.2](https://github.com/ShadowBlip/InputPlumber/compare/v0.4.1...v0.4.2) (2024-03-03) ### Bug Fixes * **config:** Use interface number for seen devices. Don't force all interfaces to be present. ([576ac33](https://github.com/ShadowBlip/InputPlumber/commit/576ac33525859938d41ad90c25dc337c095bb2cb)) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 41429d53..a1b99915 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inputplumber" -version = "0.4.1" +version = "0.4.2" edition = "2021" license = "GPL-3.0-or-later" description = "Open source input manager for Linux"