File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ 2.1.0
2+ * NEW: Allow zim::Archive to be created with a set of File descriptor (@mgautierfr https://github.com/kiwix/java-libkiwix/pull/87)
3+ * NEW: Wrap new methods migrateBookmarks and getBestTargetBookId of libkiwix (@mgautierfr https://github.com/kiwix/java-libkiwix/pull/85)
4+ * NEW: Libkiwix 13.1.0 and libzim 9.2.0 (@kelson42 https://github.com/kiwix/java-libkiwix/pull/86 https://github.com/kiwix/java-libkiwix/pull/88)
5+
162.0.0
27* NEW: Fix crash when using more than 512 bookmarks (@mgautierfr https://github.com/kiwix/java-libkiwix/issues/80)
38* NEW: libkiwix 13.0.0 and libzim 9.1.0 (@mgautierfr https://github.com/kiwix/java-libkiwix/pull/68)
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfile
1919ext {
2020 set(" GROUP_ID" , " org.kiwix" )
2121 set(" ARTIFACT_ID" , " libkiwix" )
22- set(" VERSION" , " 2.0 .0" )
22+ set(" VERSION" , " 2.1 .0" )
2323}
2424
2525// Replace these versions with the latest available versions of libkiwix and libzim
You can’t perform that action at this time.
0 commit comments