Skip to content

Commit 1a5c696

Browse files
committed
bump the library version to 3.7.0 and update the release log
1 parent b8a27f5 commit 1a5c696

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

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.6.1-SNAPSHOT
4+
jjVersion = 3.7.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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Release log for the Jolt-JNI project
22

3+
## Version 3.7.0 released on TBD
4+
5+
+ Bugfix: missing `TRACE_NEW` in `BodyInterface_getTransformedShape`
6+
(issue #37)
7+
8+
+ Added classes:
9+
+ `BatchBodyInterface`
10+
+ `RMat44Array`
11+
+ `ShapeRefCArray`
12+
+ `TransformedShapeArray`
13+
14+
+ Added method `Mat44Array.length()`.
15+
+ Added runtime checks to `Mat44Array`.
16+
+ Updated the Jolt-Physics source and assets to sg260221 (=f8a329a).
17+
18+
319
## Version 3.6.0 released on 11 February 2026
420

521
+ Bugfixes:
@@ -92,11 +108,13 @@
92108
+ Updated the Jolt-Physics source and assets to sg260209 (=49f60cb).
93109
+ Updated the OSHI library v6.9.3 .
94110

111+
95112
## Version 3.5.2 released on 7 January 2026
96113

97114
+ Bugfix: logic error in `Body.applyBuoyancyImpulse()` (issue #31)
98115
+ Updated the Checkstyle tool to v13, requiring JDK 21+ to build.
99116

117+
100118
## Version 3.5.1 released on 28 December 2025
101119

102120
+ Bugfixes:

0 commit comments

Comments
 (0)