Skip to content

Commit

Permalink
Merge pull request #771 from openzim/version_8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Mar 22, 2023
2 parents da63ce2 + 4d82d6d commit b57138e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
HOME: /home/runner
runs-on: ubuntu-latest
container:
image: "kiwix/kiwix-build_ci:${{matrix.image_variant}}-32"
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:36"
steps:
- name: Checkout code
shell: python
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
libzim 8.1.1
============

* Revert a ABI breaking change introduced in 8.1.0 (Optimization of `Entry::getItem()`)

libzim 8.1.0
============

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('libzim', ['c', 'cpp'],
version : '8.1.0',
version : '8.1.1',
license : 'GPL2',
default_options : ['c_std=c11', 'cpp_std=c++11'])

Expand Down

0 comments on commit b57138e

Please sign in to comment.