Skip to content

Commit bc238ad

Browse files
committed
bump the library version to 3.5.1 and update the release log
1 parent 0ad9293 commit bc238ad

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-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.5.1-SNAPSHOT
4+
jjVersion = 3.5.1
55

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

release-log.md

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

3+
## Version 3.5.1 released on TBD
4+
5+
+ Bugfixes:
6+
+ race condition in `JoltPhysicsObject.startCleaner()`
7+
+ `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+
313
## Version 3.5.0 released on 28 October 2025
414

515
+ Bugfixes:

0 commit comments

Comments
 (0)