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 07e88a3 commit 829c79eCopy full SHA for 829c79e
CHANGELOG.md
@@ -1,6 +1,10 @@
1
Zurl Changelog
2
==============
3
4
+v. 1.10.1 (2019-07-03)
5
+
6
+ * Add --loglevel option.
7
8
v. 1.10.1 (2019-03-29)
9
10
* Disable OpenSSL on Mac. It conflicts with libcurl's TLS backend.
src/app.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2018 Fanout, Inc.
+ * Copyright (C) 2012-2019 Fanout, Inc.
*
* This file is part of Zurl.
@@ -51,7 +51,7 @@
51
#include "log.h"
52
#include "worker.h"
53
54
-#define VERSION "1.10.1"
+#define VERSION "1.11.0"
55
56
static void cleanStringList(QStringList *in)
57
{
0 commit comments