From c2dc1a029822a27469cf3323d52eead2eba934cc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 1 Apr 2023 00:18:39 +0000 Subject: [PATCH] chore(release): 0.6.0 [skip ci] # [0.6.0](https://github.com/ShadowBlip/OpenGamepadUI/compare/v0.5.0...v0.6.0) (2023-04-01) ### Bug Fixes * **LogManager:** remove useless logger array ([1a0f1f8](https://github.com/ShadowBlip/OpenGamepadUI/commit/1a0f1f85426d5a21f3a5ce66e62191294b18640b)) * **PluginSettings:** Fix focus and margins ([a60cd3f](https://github.com/ShadowBlip/OpenGamepadUI/commit/a60cd3f3788381fc8d9e874b23d52f9e9a633ca9)) ### Features * **logging:** Add global logger to set debug level on arbitrary systems and corresponding menu ([324e5ad](https://github.com/ShadowBlip/OpenGamepadUI/commit/324e5ad7a6fe93a1663f7c7df366bb72c210c078)) --- core/global/version.tres | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/global/version.tres b/core/global/version.tres index b60edbb6..4fedeffb 100644 --- a/core/global/version.tres +++ b/core/global/version.tres @@ -4,5 +4,5 @@ [resource] script = ExtResource("1_g72si") -core = "0.5.0" +core = "0.6.0" plugin_api = "1.0.0"