Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to GdUnit4 v4.3.3 #515

Merged
merged 1 commit into from
Jun 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ body:
label: The used GdUnit4 version
description: Which GdUnit4 version are you using?
options:
- 4.3.2 (Pre Release/Master branch)
- 4.3.1 (Latest Release)
- 4.3.3 (Pre Release/Master branch)
- 4.3.2 (Latest Release)
- 4.3.1
- 4.3.0
- 4.2.5
- 4.2.4
Expand All @@ -43,7 +44,7 @@ body:
attributes:
label: The used Godot version
description: Which Godot version are you using?
placeholder: v4.2.1.stable.official [b09f793f5]
placeholder: v4.2.2.stable.official [15073afe3]
validations:
required: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
godot-net: ['.Net', '']
include:
- godot-version: '4.3'
godot-status: 'beta1'
godot-status: 'beta2'

permissions:
actions: write
Expand Down
2 changes: 1 addition & 1 deletion addons/gdUnit4/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="gdUnit4"
description="Unit Testing Framework for Godot Scripts"
author="Mike Schulze"
version="4.3.2"
version="4.3.3"
script="plugin.gd"