From b9766fc6ffb9cb3c0e54028e814066ada9231245 Mon Sep 17 00:00:00 2001 From: Nullpointer Date: Sat, 1 Jun 2024 10:50:18 +0200 Subject: [PATCH] bump to v4.3.1 (#489) bump to v4.3.1 --- .github/ISSUE_TEMPLATE/bug_report.yml | 15 ++++++++------- addons/gdUnit4/plugin.cfg | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a19ada69..4a654ee1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,8 +1,8 @@ name: Bug Report description: Report a GdUnit4 bug -title: "GD-XXX: Describe the issue briefly" -labels: ["bug"] -projects: ["projects/5"] +title: 'GD-XXX: Describe the issue briefly' +labels: ['bug'] +projects: ['projects/5'] assignees: - MikeSchulze @@ -14,15 +14,16 @@ body: - Please search [open](https://github.com/MikeSchulze/gdUnit4/issues?q=is%3Aissue) for existing issues for potential duplicates before filing yours. - Verify that you are using a [supported Godot version](https://docs.godotengine.org/en/stable/about/release_policy.html). Please always check if your issue is reproducible in the latest version – it may already have been fixed! - - type: dropdown id: gdunit-version attributes: label: The used GdUnit4 version description: Which GdUnit4 version are you using? options: - - 4.3.0 (Pre Release/Master branch) - - 4.2.5 (Latest Release) + - 4.3.2 (Pre Release/Master branch) + - 4.3.1 (Latest Release) + - 4.3.0 + - 4.2.5 - 4.2.4 - 4.2.3 - 4.2.2 @@ -53,7 +54,7 @@ body: description: | What operating system are you using? - Specify the OS version, and when relevant hardware information. - placeholder: "Example: macOS Big Sur" + placeholder: 'Example: macOS Big Sur' validations: required: true diff --git a/addons/gdUnit4/plugin.cfg b/addons/gdUnit4/plugin.cfg index 2c7db57b..11f9d21b 100644 --- a/addons/gdUnit4/plugin.cfg +++ b/addons/gdUnit4/plugin.cfg @@ -3,5 +3,5 @@ name="gdUnit4" description="Unit Testing Framework for Godot Scripts" author="Mike Schulze" -version="4.3.0" +version="4.3.1" script="plugin.gd"