Skip to content

Commit f21f379

Browse files
authored
Merge pull request #91 from kiwix/release-2.1.0
Release 2.1.0
2 parents 6109a7a + c8bbf2f commit f21f379

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
2.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)

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfile
1919
ext {
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

0 commit comments

Comments
 (0)