Skip to content

Commit 88e6572

Browse files
committed
bump the library version to 0.9.10 and update the release log
1 parent 1068649 commit 88e6572

2 files changed

Lines changed: 21 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 = 0.9.10-SNAPSHOT
4+
jjVersion = 0.9.10
55

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

release-log.md

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

3+
## Version 0.9.10 released on TBD
4+
5+
+ API change:
6+
+ remove the `MapObj2Bp` class (use `BroadPhaseLayerInterfaceTable` instead)
7+
8+
+ Bugfixes:
9+
+ `Shape.copyDebugTriangles()` doesn't account for the center-of-mass
10+
+ infinite recursion colliding triangle with triangle (JoltPhysics issue 1620)
11+
12+
+ Added 4 classes:
13+
+ `BroadPhaseLayerInterfaceTable`
14+
+ `ObjectLayerPairFilterTable`
15+
+ `ObjectVsBroadPhaseLayerFilterTable`
16+
+ `OrientedBox`
17+
18+
+ Added some public methods to the libraries.
19+
+ Declared an open module that exports all packages.
20+
+ Updated the Jolt source code and assets to 2dcab94 (=sg250427).
21+
+ Updated the OSHI library to v6.8.1 .
22+
323
## Version 0.9.9 released on 13 April 2025
424

525
+ API changes:

0 commit comments

Comments
 (0)