New version 0.8.0

This commit is contained in:
Matthieu Gautier 2018-11-12 16:52:29 +01:00
parent 0f445e9791
commit 38088ee321
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
kiwix-tools 0.8.0
=================
kiwix-manage
------------
* Be able to remove several books from the library in one command.
kiwix-tools 0.7.0
=================

View File

@ -1,5 +1,5 @@
project('kiwix-tools', 'cpp',
version : '0.7.0',
version : '0.8.0',
license : 'GPL',
default_options: ['c_std=c11', 'cpp_std=c++11', 'werror=true'])