We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8067473 commit b6e7ed3Copy full SHA for b6e7ed3
Changelog
@@ -1,3 +1,17 @@
1
+kiwix-tools 3.5.0
2
+=================
3
+
4
+ * Do not use `--static` option when compiling on MacOs (@mgautierfr #615)
5
+ * Move main branch from `master` to `main`.
6
+ * Fix docker image (@jacroe #597)
7
+ * Various CI improvements (@kelson42)
8
9
+kiwix-serve
10
+-----------
11
12
+ * Add documentation about the kiwix-serve API (@veloman-yunkan #586)
13
+ https://kiwix-tools.readthedocs.io/en/latest/kiwix-serve.html#http-api
14
15
kiwix-tools 3.4.0
16
=================
17
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'])
0 commit comments