From 2c2ed204360b1c827b82dd543657059a0ef47021 Mon Sep 17 00:00:00 2001 From: iberianpig Date: Sat, 20 Jan 2024 09:25:30 +0900 Subject: [PATCH] v0.11.0 --- CHANGELOG.md | 8 ++++++-- lib/fusuma/plugin/keypress/version.rb | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5302deb..532fa7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## [0.10.0](https://github.com/iberianpig/fusuma-plugin-keypress/tree/0.10.0) (2023-11-07) +## [v0.11.0](https://github.com/iberianpig/fusuma-plugin-keypress/tree/v0.11.0) (2024-01-20) -[Full Changelog](https://github.com/iberianpig/fusuma-plugin-keypress/compare/v0.9.0...0.10.0) +[Full Changelog](https://github.com/iberianpig/fusuma-plugin-keypress/compare/v0.9.0...v0.11.0) + +**Implemented enhancements:** + +- Add Layer Information to Key Press Events [\#11](https://github.com/iberianpig/fusuma-plugin-keypress/pull/11) ([iberianpig](https://github.com/iberianpig)) **Fixed bugs:** diff --git a/lib/fusuma/plugin/keypress/version.rb b/lib/fusuma/plugin/keypress/version.rb index 2df4c2b..825368a 100644 --- a/lib/fusuma/plugin/keypress/version.rb +++ b/lib/fusuma/plugin/keypress/version.rb @@ -3,7 +3,7 @@ module Fusuma module Plugin module Keypress - VERSION = "0.10.0" + VERSION = "0.11.0" end end end