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 1dc8325 commit 07d2191Copy full SHA for 07d2191
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Notable Changes in OpenSlide Java
2
3
+## Version 0.13.1, 2025-12-02
4
+
5
+* Fix backward compatibility of JARs built with Java \> 22
6
7
8
## Version 0.13.0, 2024-05-04
9
10
### Breaking changes
pom.xml
@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <version>0.13.0</version>
+ <version>0.13.1</version>
<groupId>org.openslide</groupId>
<artifactId>openslide-java</artifactId>
0 commit comments