mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-08-04 03:26:08 -04:00
Merge pull request #82 from kiwix/update-changelog
Update Changelog before release
This commit is contained in:
commit
5af7fa73f6
@ -1,4 +1,4 @@
|
||||
name: Publish to Maven Central
|
||||
name: CD
|
||||
|
||||
on:
|
||||
release:
|
||||
@ -24,7 +24,7 @@ jobs:
|
||||
- name: Compile and prepare package
|
||||
run: ./gradlew buildHeaders build assemble androidSourcesJar
|
||||
|
||||
- name: Publish
|
||||
- name: Publish to Maven Central
|
||||
run: ./gradlew publishReleasePublicationToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository
|
||||
if: github.event_name == 'release'
|
||||
env:
|
@ -1,4 +1,5 @@
|
||||
1.0.2
|
||||
* 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 and libzim with debug symbols (@mgautierfr https://github.com/kiwix/kiwix-build/pull/664)
|
||||
|
||||
|
@ -5,6 +5,7 @@ Library for accessing [libkiwix](https://github.com/kiwix/libkiwix) and [libzim]
|
||||
|
||||
[](https://search.maven.org/artifact/org.kiwix/libkiwix)
|
||||
[](https://github.com/kiwix/java-libkiwix/actions?query=workflow%3ACI+branch%3Amain)
|
||||
[](https://github.com/kiwix/java-libkiwix/actions?query=workflow%3ACD+branch%3Amain)
|
||||
[](https://www.codefactor.io/repository/github/kiwix/java-libkiwix)
|
||||
[](https://codecov.io/gh/kiwix/java-libkiwix)
|
||||
[](https://www.gnu.org/licenses/gpl-3.0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user