Version 2.0.0

This commit is contained in:
Emmanuel Engelhart 2024-02-05 18:56:11 +01:00
parent 5af7fa73f6
commit a16d45a0b1
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
1.0.2 2.0.0
* NEW: Fix crash when using more than 512 bookmarks (@mgautierfr https://github.com/kiwix/java-libkiwix/issues/80) * NEW: Fix crash when using more than 512 bookmarks (@mgautierfr https://github.com/kiwix/java-libkiwix/issues/80)
* NEW: libkiwix 13.0.0 and libzim 9.1.0 (@mgautierfr https://github.com/kiwix/java-libkiwix/pull/68) * NEW: libkiwix 13.0.0 and libzim 9.1.0 (@mgautierfr https://github.com/kiwix/java-libkiwix/pull/68)
* NEW: libkiwix and libzim with debug symbols (@mgautierfr https://github.com/kiwix/kiwix-build/pull/664) * NEW: libkiwix and libzim with debug symbols (@mgautierfr https://github.com/kiwix/kiwix-build/pull/664)

View File

@ -19,7 +19,7 @@ ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfile
ext { ext {
set("GROUP_ID", "org.kiwix") set("GROUP_ID", "org.kiwix")
set("ARTIFACT_ID", "libkiwix") set("ARTIFACT_ID", "libkiwix")
set("VERSION", "1.0.2") set("VERSION", "2.0.0")
} }
// Replace these versions with the latest available versions of libkiwix and libzim // Replace these versions with the latest available versions of libkiwix and libzim