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.
2 parents f6128b9 + cb2159b commit 4556262Copy full SHA for 4556262
Changelog
@@ -1,7 +1,10 @@
1
-Unreleased
2
-==========
+kiwix-tools 3.6.0
+=================
3
4
- * Additional docker images archs for armv6 and i386.
+ * Improved kiwix-serve man page (@iArchitSharma #626)
5
+ * C++17 compliant code base (@mgautierfr #636)
6
+ * Support of libkiwix13 (@mgautierfr #633)
7
+ * Additional docker images archs for armv6 and i386 (@rgaudin #622)
8
9
kiwix-tools 3.5.0
10
=================
meson.build
@@ -1,5 +1,5 @@
project('kiwix-tools', 'cpp',
- version : '3.5.0',
+ version : '3.6.0',
license : 'GPL',
default_options: ['c_std=c11', 'cpp_std=c++17', 'werror=true'])
0 commit comments