Skip to content

Commit

Permalink
Merge pull request #394 from openzim/release-3.4.0
Browse files Browse the repository at this point in the history
Release 3.4.0
  • Loading branch information
kelson42 authored Dec 31, 2023
2 parents c6fbe7d + 90cbf10 commit 7879d74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
zim-tools 3.4.0
===============

* zimwriterfs: Fix regression of Redirect entries not findable in title suggestions (@mgautierfr #388)
* zimcheck: Do not use std::optional (@mgautierfr #392)
* zimcheck: Do not detect ZIM clone entry as duplicated content (@mgautierfr #379)

zim-tools 3.3.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('zim-tools', ['c', 'cpp'],
version : '3.3.0',
version : '3.4.0',
license : 'GPLv3+',
default_options : ['c_std=c11', 'cpp_std=c++17', 'werror=true'])

Expand Down

0 comments on commit 7879d74

Please sign in to comment.