From 9d415a98b160b3235689709592cffb7104c0da0b Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 20 May 2023 20:32:35 +0200 Subject: [PATCH] Bump to version 1.0.1 --- CHANGELOG.md | 9 ++++++++- addons/debug_menu/plugin.cfg | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bcc8dc..6c3379e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.1] - 2023-05-20 + +### Fixed + +- [Fixed project startup being delayed by the singleton initialization.](https://github.com/godot-extended-libraries/godot-debug-menu/pull/1) + ## 1.0.0 - 2023-05-19 - Initial versioned release. -[Unreleased]: https://github.com/godot-extended-libraries/godot-debug-menu/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/godot-extended-libraries/godot-debug-menu/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/godot-extended-libraries/godot-debug-menu/compare/v1.0.0...v1.0.1 diff --git a/addons/debug_menu/plugin.cfg b/addons/debug_menu/plugin.cfg index 4ac12ae..fdd2ebd 100644 --- a/addons/debug_menu/plugin.cfg +++ b/addons/debug_menu/plugin.cfg @@ -3,5 +3,5 @@ name="Debug Menu" description="In-game debug menu displaying performance metrics and hardware information" author="Calinou" -version="1.0.0" +version="1.0.1" script="plugin.gd"