Skip to content

Commit 4987db9

Browse files
committed
bump the library version to 1.0.0 and update the release log
1 parent 464df25 commit 4987db9

2 files changed

Lines changed: 16 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 = 0.9.11-SNAPSHOT
4+
jjVersion = 1.0.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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# release log for the Jolt-JNI project
22

3+
## Version 1.0.0 released on TBD
4+
5+
+ Add 5 public methods:
6+
+ `SoftBodyCreationSettings.setUserData()`
7+
+ `SoftBodyCreationSettings.getNumIterations()`
8+
+ `SoftBodyCreationSettings.getUserData()`
9+
+ `VertexAtrributes.setBendCompliance()`
10+
+ `VertexAtrributes.setLraMaxDistanceMultiplier()`
11+
12+
+ Add chaining to 4 setters:
13+
+ `SpringSettings.setDamping()`
14+
+ `SpringSettings.setFrequency()`
15+
+ `SpringSettings.setMode()`
16+
+ `SpringSettings.setStiffness()`
17+
318
## Version 0.9.10 released on 28 April 2025
419

520
+ API change:

0 commit comments

Comments
 (0)