Skip to content

Commit b9abcd0

Browse files
committed
bump the library version to 3.5.0 and update the release log
1 parent 54295ba commit b9abcd0

File tree

2 files changed

+22
-1
lines changed

2 files changed

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

3+
## Version 3.5.0 released on TBD
4+
5+
+ Bugfixes:
6+
+ unsafe stack reference in `TransformedShape.getShapeScale()`
7+
+ method name inconsistency in `BodyCreationSettings` (issue #29)
8+
+ invalid mark in `ConvexShape.getSubmergedVolume()` (issue #30)
9+
10+
+ Additions:
11+
+ alternate signature for `ConstBody.getShape()`
12+
+ `ConstCharacterBase.getShape()`
13+
+ `ConstMotorSettings` interface
14+
+ `ConstVehicleConstraint.getWheel()`
15+
+ `ConstVehicleConstraint.getWheelPositionAndRotation()`
16+
17+
+ Generalized 4 `MeshShapeSettings` constructors.
18+
+ Handled more cases in `ObjectStreamIn.sReadObject()` .
19+
+ Publicize the 2-argument constructor for `Body` .
20+
+ Updated the Jolt-Physics source and assets to sg251012 (=1e38fc6).
21+
+ Updated the Android NDK to r29.
22+
23+
324
## Version 3.4.0 released on 30 September 2025
425

526
With this release, Jolt JNI began creating an internal counted reference

0 commit comments

Comments
 (0)