Skip to content

Commit 9cf83d7

Browse files
committed
bump the library version to 3.3.0 and update the release log
1 parent fc5e108 commit 9cf83d7

2 files changed

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

3+
## Version 3.3.0 released on TBD
4+
5+
+ Bugfixes:
6+
+ 3 copy-paste errors in FilteredContactListener.cpp (issue #26)
7+
+ `FilteredContactListener` contact removals ignore body-filter settings
8+
+ `FilteredContactListener` ignores its "enable removed" setting
9+
+ heap corruption after invoking `ConvexShape.getSupportFunction()`
10+
+ `UnsatisfiedLinkError` in `CharacterBaseSettings`
11+
+ Added the `ConstConvexShape` interface.
12+
+ Added the `getRefCount()` method to the `ConstCharacterBase` interface.
13+
+ Added more `setLinearVelocity()` signatures for physics characters.
14+
15+
316
## Version 3.2.0 released on 20 September 2025
417

518
+ Added 3 classes for efficient/flexible contact listening:

0 commit comments

Comments
 (0)