Merge pull request #67 from kiwix/AddChangelog

This commit is contained in:
Matthieu Gautier 2023-08-25 14:30:56 +02:00 committed by GitHub
commit 574fc630b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
CHANGELOG Normal file
View File

@ -0,0 +1,7 @@
1.0.0
* NEW: Moved wrapper from libkiwix to java-libkiwix.
* NEW: Adapted new build system.
* FIX: Refactored the wrapper to support the updated 'libkiwix/libzim' API.
* NEW: Introduced CI for building and testing the wrapper.
* NEW: Uploaded binaries to new Maven repositories `org.kiwix/libkiwix` instead of jcenter.
* NEW: Provided detailed instructions for developers on how to utilize the new wrapper.