Merge pull request #648 from kiwix/release-3.6.0

Release 3.6.0
This commit is contained in:
Kelson 2023-11-19 14:13:57 +01:00 committed by GitHub
commit 4556262c87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,10 @@
Unreleased
==========
kiwix-tools 3.6.0
=================
* Additional docker images archs for armv6 and i386.
* Improved kiwix-serve man page (@iArchitSharma #626)
* C++17 compliant code base (@mgautierfr #636)
* Support of libkiwix13 (@mgautierfr #633)
* Additional docker images archs for armv6 and i386 (@rgaudin #622)
kiwix-tools 3.5.0
=================

View File

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