Skip to content

Commit 5afd7d3

Browse files
committed
bump the library version to 2.1.0 and update the release log
1 parent 18d9b14 commit 5afd7d3

File tree

2 files changed

+31
-1
lines changed

2 files changed

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

3+
## Version 2.1.0 released on 24 July 2025
4+
5+
+ Bugfixes:
6+
+ `PhysicsSystem.getPhysicsSystem()` returns `null` after garbage collection
7+
+ `PhysicsSystem.setBodyActivationListener()` doesn't accept a null argument
8+
9+
+ Added classes:
10+
+ `AaBoxCast`
11+
+ `CastShapeBodyCollector`
12+
+ `CollisionEstimationResult`
13+
+ `CustomCastShapeBodyCollector`
14+
+ `Impulse`
15+
+ `OfStream`
16+
+ `RayInvDirection`
17+
+ `SimCollideBodyVsBody`
18+
+ `SimShapeFilter`
19+
+ `TriangleConvexSupport`
20+
21+
+ Added interfaces:
22+
+ `ConstIndexedTriangle`
23+
+ `ConstIndexedTriangleNoMaterial`
24+
+ `ConstTriangle`
25+
+ `ConstVertexList`
26+
27+
+ Added many public methods and constructors to the libraries.
28+
+ Made 4 customizable classes concrete.
29+
+ Deprecated a `StreamOutWrapper` constructor.
30+
+ Added runtime checks to prevent use of soft bodies in 2-body constraints.
31+
+ Updated the Android NDK to r28c.
32+
333
## Version 2.0.1 released on 30 June 2025
434

535
+ API changes:

0 commit comments

Comments
 (0)