Skip to content
Closed
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
2 changes: 0 additions & 2 deletions .github/actions/prepare-testing/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ runs:
scons project/addons/gdUnit4
echo "Applying gdUnit4 patch"
cd modules/gdUnit4
# NOTE: Patching gdUnit4 as it errors out in Godot 4.5.
git apply ../gdunit4.patch

- name: Prepare project
shell: bash
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
- Bump Native SDK from v0.10.1 to v0.11.2 ([#374](https://github.com/getsentry/sentry-godot/pull/374), [#385](https://github.com/getsentry/sentry-godot/pull/385), [#405](https://github.com/getsentry/sentry-godot/pull/405))
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0112)
- [diff](https://github.com/getsentry/sentry-native/compare/0.10.1...0.11.2)
- Bump gdUnit 4 from v5.1.0 to v6.0.0 ([#377](https://github.com/getsentry/sentry-godot/pull/377))
- [changelog](https://github.com/MikeSchulze/gdUnit4/blob/master/CHANGELOG.md#v600)
- [diff](https://github.com/MikeSchulze/gdUnit4/compare/v5.1.0...v6.0.0)

## 1.0.0-beta.3

Expand Down
2 changes: 1 addition & 1 deletion modules/gdUnit4
Submodule gdUnit4 updated 151 files
22 changes: 0 additions & 22 deletions modules/gdunit4.patch

This file was deleted.

Loading