openzim / libzim

Reference implementation of the ZIM specification
https://download.openzim.org/release/libzim/
GNU General Public License v2.0
164 stars 50 forks source link

Bump minor version and add new api to get if archive has alias. #847

Closed mgautierfr closed 8 months ago

mgautierfr commented 9 months ago

Fix #844

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (abf7c11) 57.59% compared to head (447b96d) 57.60%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #847 +/- ## ======================================= Coverage 57.59% 57.60% ======================================= Files 99 99 Lines 4589 4590 +1 Branches 1920 1922 +2 ======================================= + Hits 2643 2644 +1 Misses 677 677 Partials 1269 1269 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mgautierfr commented 9 months ago

I've removed the new API. So now the PR is just changing the minor version.