Skip to content

Commit

Permalink
Merge pull request #814 from openzim/version_8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr authored Jul 20, 2023
2 parents 88543b0 + e52b884 commit ef2378c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
libzim 8.2.1
============

* Better indexer CJK content (@mgautierfr #806)
* Fix export of symbol on Windows dll (@xiaoyifang @mgautierfr #796 #807)
* Remove accents from the search query (@mgautierfr #804)
* Improved performance of removing of accents when working on long string (@mgautierfr #797)
* Various improvement and fixes of the CI (@mgautierfr @kelson42)

libzim 8.2.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.2.0',
version : '8.2.1',
license : 'GPL2',
default_options : ['c_std=c11', 'cpp_std=c++11'])

Expand Down

0 comments on commit ef2378c

Please sign in to comment.