Skip to content

Commit aea8618

Browse files
committed
bump the library version to 3.5.2 and update the release log
1 parent 039838f commit aea8618

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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.5.2-SNAPSHOT
4+
jjVersion = 3.5.2
55

66
## default artifact ID (used when -Partifact= isn't specified on the command line)
77
artifact = jolt-jni

release-log.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release log for the Jolt-JNI project
22

3+
## Version 3.5.2 released on TBD
4+
5+
+ Bugfix: logic error in `Body.applyBuoyancyImpulse()` (issue #31)
6+
+ Updated the Checkstyle tool to v13, requiring JDK 21+ to build.
7+
38
## Version 3.5.1 released on 28 December 2025
49

510
+ Bugfixes:

0 commit comments

Comments
 (0)