New version 3.5.0

pull/616/head
Matthieu Gautier 3 years ago
parent 806747320c
commit b6e7ed3443

@ -1,3 +1,17 @@
kiwix-tools 3.5.0
=================
* Do not use `--static` option when compiling on MacOs (@mgautierfr #615)
* Move main branch from `master` to `main`.
* Fix docker image (@jacroe #597)
* Various CI improvements (@kelson42)
kiwix-serve
-----------
* Add documentation about the kiwix-serve API (@veloman-yunkan #586)
https://kiwix-tools.readthedocs.io/en/latest/kiwix-serve.html#http-api
kiwix-tools 3.4.0
=================

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

Loading…
Cancel
Save