-
Notifications
You must be signed in to change notification settings - Fork 54
Update to Godot 4.5 #859
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
base: master
Are you sure you want to change the base?
Update to Godot 4.5 #859
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the project to support Godot version 4.5, bumping the module version from 0.13.1 to 0.14.0. The update maintains the same version string format with both module and Godot version components.
- Update module version from 0.13.1 to 0.14.0
- Update Godot version from 4.4.1 to 4.5
- Update documentation to reflect new version numbers
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
src/version.h | Updates C++ version constant to "0.14.0-4.5" |
kt/gradle/libs.versions.toml | Updates Gradle version properties for Kotlin JVM and Godot |
kt/common/src/main/kotlin/godot/common/Version.kt | Updates Kotlin version constant to match C++ version |
docs/src/doc/index.md | Updates documentation examples to show new version numbers |
config.py | Updates Python module version string to "jvm.0.14.0" |
.github/workflows/trigger_on_tag.yml | Updates CI workflow version outputs |
.github/workflows/trigger_on_push_master.yml | Updates CI workflow version outputs |
.github/workflows/trigger_on_pull_request.yml | Updates CI workflow version outputs |
.github/workflows/trigger_dev.yml | Updates CI workflow version outputs |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 292 out of 1185 changed files in this pull request and generated 3 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
No description provided.