From 18986c7de5a04ddc7c72c6fd684ed3e09eadb30a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 May 2024 23:19:01 +0000 Subject: [PATCH] chore(release): 0.19.0 [skip ci] # [0.19.0](https://github.com/ShadowBlip/InputPlumber/compare/v0.18.4...v0.19.0) (2024-05-02) ### Bug Fixes * **Manager:** Fix deleting reference to a source device before it was checked in async. ([7059a85](https://github.com/ShadowBlip/InputPlumber/commit/7059a856854e6e6fe817e24a5e676fceb6ee50b0)) ### Features * **CompositeDevice:** add interface to set target devices at runtime ([3a341b1](https://github.com/ShadowBlip/InputPlumber/commit/3a341b17b7e6bfe40caef4426896fc1fe0c630ff)) * **CompositeDevice:** add stop method to dbus interface ([34f6d13](https://github.com/ShadowBlip/InputPlumber/commit/34f6d135a8479f5a7674a66e9bd4a49d00866881)) * **CompositeDevice:** emit property change signal when source or target devices change ([0323dc1](https://github.com/ShadowBlip/InputPlumber/commit/0323dc1607d0938d2bce80533b80e844ef1bf521)) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e8a25700..a2eb7307 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inputplumber" -version = "0.18.4" +version = "0.19.0" edition = "2021" license = "GPL-3.0-or-later" description = "Open source input manager for Linux"