From d66a545c5dae96c86e70b5b557e4c40283b17279 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Mon, 22 Apr 2024 19:24:11 +0200 Subject: [PATCH 1/2] Bump-up version to 2.1.0 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 93b6029..54ca99b 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -19,7 +19,7 @@ ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfile ext { set("GROUP_ID", "org.kiwix") set("ARTIFACT_ID", "libkiwix") - set("VERSION", "2.0.0") + set("VERSION", "2.1.0") } // Replace these versions with the latest available versions of libkiwix and libzim From c8bbf2f216054e03ec64cb45b732d2d0df509d63 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Mon, 22 Apr 2024 19:27:23 +0200 Subject: [PATCH 2/2] Add 2.1.0 Changelog --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 89710d9..06e95c1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +2.1.0 +* NEW: Allow zim::Archive to be created with a set of File descriptor (@mgautierfr https://github.com/kiwix/java-libkiwix/pull/87) +* NEW: Wrap new methods migrateBookmarks and getBestTargetBookId of libkiwix (@mgautierfr https://github.com/kiwix/java-libkiwix/pull/85) +* 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) + 2.0.0 * 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)