diff --git a/ChangeLog b/ChangeLog index a0fa30d9..6841bbc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +zim-tools 3.2.0 +=============== + + * Introduce a "Metadata table" to centralize information about metadata and check them (@veloman-yunkan #339) + * Add check for description and longDescription (@Onyx2406 #333) + * Do not use `--static` option when compiling on MacOs (@mgautierfr #342) + * Add support for SIP uri scheme (@kelson42 #329) + * Various CI improvement (@kelson42) + zim-tools 3.1.3 =============== diff --git a/meson.build b/meson.build index 9dbf03f4..b1b10144 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('zim-tools', ['c', 'cpp'], - version : '3.1.3', + version : '3.2.0', license : 'GPLv3+', default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])