We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad9293 commit bc238adCopy full SHA for bc238ad
2 files changed
gradle.properties
@@ -1,7 +1,7 @@
1
## configure Gradle properties for building the Jolt-JNI Project
2
3
# Jolt-JNI version string:
4
-jjVersion = 3.5.1-SNAPSHOT
+jjVersion = 3.5.1
5
6
## default artifact ID (used when -Partifact= isn't specified on the command line)
7
artifact = jolt-jni
release-log.md
@@ -1,5 +1,15 @@
# Release log for the Jolt-JNI project
+## Version 3.5.1 released on TBD
+
++ Bugfixes:
+ + race condition in `JoltPhysicsObject.startCleaner()`
+ + `Jolt.listClasses()` depends on the local charset
8
++ Altered the half-extent constraints for `BoxShape` and `BoxShapeSettings`.
9
++ Updated the Jolt-Physics source and assets to v5.5.0 (=23dadd0e).
10
++ Updated the OSHI library to v6.9.2 .
11
12
13
## Version 3.5.0 released on 28 October 2025
14
15
+ Bugfixes:
0 commit comments