Skip to content

Commit a8af6b7

Browse files
committed
bump version from 0.2.18 to 0.2.20
features: - playground: add support to run inside docker - add secure mode to graphql http server - add secure mode to graphql http client - httpclient: add unzip dan chunked transfer of HTTP 1.1 bugfixes: - fix accept-encoding bug in httpserver
1 parent 276684b commit a8af6b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphql.nimble

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
mode = ScriptMode.Verbose
1111

1212
packageName = "graphql"
13-
version = "0.2.18"
13+
version = "0.2.20"
1414
author = "Status Research & Development GmbH"
1515
description = "GraphQL parser, server and client implementation"
1616
license = "Apache License 2.0"
@@ -41,7 +41,7 @@ task test, "Run all tests":
4141
test "--threads:off -d:release", "tests/test_all"
4242
test "--threads:on -d:release", "tests/test_all"
4343
test "--threads:off -d:release -d:tls", "tests/test_httpserver"
44-
test "--threads:on -d:release -d:tls", "tests/test_httpserver"
44+
test "--threads:on -d:release -d:tls", "tests/test_httpserver"
4545
test "-d:release", "playground/swserver", false
4646
test "-d:release", "playground/tests/test_all"
4747
test "--threads:on -d:release", "playground/tests/test_all"

0 commit comments

Comments
 (0)