Skip to content

Commit

Permalink
Merge pull request #616 from kiwix/version_3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Apr 28, 2023
2 parents 8067473 + b6e7ed3 commit 4cf2f4f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Changelog
@@ -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
=================

Expand Down
2 changes: 1 addition & 1 deletion meson.build
@@ -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'])

Expand Down

0 comments on commit 4cf2f4f

Please sign in to comment.