We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039838f commit aea8618Copy full SHA for aea8618
gradle.properties
@@ -1,7 +1,7 @@
1
## configure Gradle properties for building the Jolt-JNI Project
2
3
# Jolt-JNI version string:
4
-jjVersion = 3.5.2-SNAPSHOT
+jjVersion = 3.5.2
5
6
## default artifact ID (used when -Partifact= isn't specified on the command line)
7
artifact = jolt-jni
release-log.md
@@ -1,5 +1,10 @@
# Release log for the Jolt-JNI project
+## Version 3.5.2 released on TBD
+
++ Bugfix: logic error in `Body.applyBuoyancyImpulse()` (issue #31)
++ Updated the Checkstyle tool to v13, requiring JDK 21+ to build.
8
## Version 3.5.1 released on 28 December 2025
9
10
+ Bugfixes:
0 commit comments