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 9e68821 commit 62e5050Copy full SHA for 62e5050
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.0.1-SNAPSHOT
+jjVersion = 3.0.1
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,9 @@
# Release log for the Jolt-JNI project
+## Version 3.0.1 released on 31 August 2025
+
+Bugfix: many `CharacterRefC` and `CharacterVirtualRefC` methods crash the JVM
## Version 3.0.0 released on 30 August 2025
8
9
+ API changes:
0 commit comments