From ad171f270fe6cde7495fb45572a437cbe6458e59 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Tue, 30 Sep 2025 14:52:12 +0200 Subject: [PATCH] Release v0.8.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d9ca131..a8506ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keyboard-types" -version = "0.8.1" +version = "0.8.2" authors = ["Pyfisch "] description = "Contains types to define keyboard related events." readme = "README.md"