Skip to content

Commit b6e7ed3

Browse files
committed
New version 3.5.0
1 parent 8067473 commit b6e7ed3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Changelog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
115
kiwix-tools 3.4.0
216
=================
317

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.4.0',
2+
version : '3.5.0',
33
license : 'GPL',
44
default_options: ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
55

0 commit comments

Comments
 (0)