Skip to content

Commit

Permalink
Merge pull request #346 from openzim/version_3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Apr 28, 2023
2 parents 54ba91f + ed2b013 commit 575c8a4
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 @@
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
===============

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.1.3',
version : '3.2.0',
license : 'GPLv3+',
default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])

Expand Down

0 comments on commit 575c8a4

Please sign in to comment.