Skip to content

Commit

Permalink
New version 8.1.1
Browse files Browse the repository at this point in the history
* Revert a ABI breaking change introduced in 8.1.0
  (Optimization of `Entry::getItem()`)
  • Loading branch information
mgautierfr committed Mar 22, 2023
1 parent da63ce2 commit 69cff2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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 69cff2e

Please sign in to comment.