File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# # configure Gradle properties for building the Jolt-JNI Project
2
2
3
3
# Jolt-JNI version string
4
- jjVersion = 3.0.2-SNAPSHOT
4
+ jjVersion = 3.1.0
5
5
6
6
# # default artifact ID (used when -Partifact= isn't specified on the command line)
7
7
artifact = jolt-jni
Original file line number Diff line number Diff line change 1
1
# Release log for the Jolt-JNI project
2
2
3
+ ## Version 3.1.0 released on 8 September 2025
4
+
5
+ + Allow use of both ` close() ` and a cleaner thread in a single app.
6
+ + Added interfaces:
7
+ + ` ConstVehicleCollisionTester `
8
+ + ` ConstVehicleController `
9
+ + ` ConstWheel `
10
+ + Added public constructors and methods to the libraries.
11
+ + Added run-time checks for the maximum number of jobs.
12
+
13
+
3
14
## Version 3.0.1 released on 31 August 2025
4
15
5
16
Bugfix: many ` CharacterRefC ` and ` CharacterVirtualRefC ` methods crash the JVM
You can’t perform that action at this time.
0 commit comments