Skip to content

Commit ed2b013

Browse files
committed
New version 3.2.0
1 parent 54ba91f commit ed2b013

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
zim-tools 3.2.0
2+
===============
3+
4+
* Introduce a "Metadata table" to centralize information about metadata and check them (@veloman-yunkan #339)
5+
* Add check for description and longDescription (@Onyx2406 #333)
6+
* Do not use `--static` option when compiling on MacOs (@mgautierfr #342)
7+
* Add support for SIP uri scheme (@kelson42 #329)
8+
* Various CI improvement (@kelson42)
9+
110
zim-tools 3.1.3
211
===============
312

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('zim-tools', ['c', 'cpp'],
2-
version : '3.1.3',
2+
version : '3.2.0',
33
license : 'GPLv3+',
44
default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
55

0 commit comments

Comments
 (0)