Skip to content

Commit a18c042

Browse files
committed
bump the library version to 2.2.0 and update the release log
1 parent 69e3a51 commit a18c042

2 files changed

Lines changed: 25 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 = 2.1.1-SNAPSHOT
4+
jjVersion = 2.2.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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Release log for the Jolt-JNI project
22

3+
## Version 2.2.0 released on 10 August 2025
4+
5+
+ Bugfixes:
6+
+ JVM crash while trying to create an empty `BodyIdArray`
7+
+ `UnsatisfiedLinkError` finalizing bulk add on Windows (issue #16)
8+
9+
+ New features:
10+
+ `BodyIdArray`: add a `length` field and a getter for it and 3 constructors
11+
+ `BodyInterface`: add 3 alternative signatures for methods
12+
+ `BroadPhase`: add 3 alternative signatures for methods
13+
+ add the `ConstWheelSettingsTv` interface
14+
+ `DistanceConstraintSettings`: add alternative signatures for 2 setters
15+
+ `PhysicsSettings`: add accessors for `speculativeContactDistance` (PR #12)
16+
+ `PhysicsSystem`: add chaining to the `init()` method
17+
+ `QuatArg`, `RVec3Arg` and `Vec3Arg`: add `copyTo()` methods
18+
+ `SoftBodyCreationSettings`: add an alternate signature for `setPosition()`
19+
+ `SoftBodySharedSettings`: add `putRodIndices()` methods
20+
+ `Support`: add `getConvexRadius()` and `getSupport()`
21+
+ `VehicleConstraint`: add 2 public getters
22+
23+
+ Build changes
24+
+ disable C++ runtime type information (RTTI) and C++ exceptions
25+
26+
327
## Version 2.1.0 released on 24 July 2025
428

529
+ Bugfixes:

0 commit comments

Comments
 (0)