Merge pull request #616 from kiwix/version_3.5.0

This commit is contained in:
Matthieu Gautier
2023-04-28 11:36:55 +02:00
committed by GitHub
2 changed files with 15 additions and 1 deletions

View File

@@ -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
=================

View File

@@ -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'])