diff --git a/ChangeLog b/ChangeLog index a77c044a..809744f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 =============== diff --git a/meson.build b/meson.build index 2cdfbd51..8bfa8bfb 100644 --- a/meson.build +++ b/meson.build @@ -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'])