Skip to content

Commit 4556262

Browse files
authored
Merge pull request #648 from kiwix/release-3.6.0
Release 3.6.0
2 parents f6128b9 + cb2159b commit 4556262

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Changelog

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
Unreleased
2-
==========
1+
kiwix-tools 3.6.0
2+
=================
33

4-
* Additional docker images archs for armv6 and i386.
4+
* 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)
58

69
kiwix-tools 3.5.0
710
=================

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('kiwix-tools', 'cpp',
2-
version : '3.5.0',
2+
version : '3.6.0',
33
license : 'GPL',
44
default_options: ['c_std=c11', 'cpp_std=c++17', 'werror=true'])
55

0 commit comments

Comments
 (0)