Skip to content

Commit 579e022

Browse files
committed
bump the library version to 3.1.0 and update the release log
1 parent b1bd210 commit 579e022

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## configure Gradle properties for building the Jolt-JNI Project
22

33
# Jolt-JNI version string
4-
jjVersion = 3.0.2-SNAPSHOT
4+
jjVersion = 3.1.0
55

66
## default artifact ID (used when -Partifact= isn't specified on the command line)
77
artifact = jolt-jni

release-log.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Release log for the Jolt-JNI project
22

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+
314
## Version 3.0.1 released on 31 August 2025
415

516
Bugfix: many `CharacterRefC` and `CharacterVirtualRefC` methods crash the JVM

0 commit comments

Comments
 (0)