From 5aef869c2905998ba694b10bcf7bbf43865f0095 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Fri, 19 Jun 2020 00:29:42 +0100 Subject: [PATCH] Add version 0.1.1 to CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76b2acc8..e72f906d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.1.1 (19 June 2020) + +This is a bugfix release that fixes dependency downloads on Linux. The issue was +caused by [Foundation not supporting HTTP +redirects](https://github.com/apple/swift-corelibs-foundation/pull/2744), and is now +resolved by using [AsyncHTTPClient](https://github.com/swift-server/async-http-client) +instead of Foundation's `URLSession` for dependency downloads. + # 0.1.0 (16 June 2020) Since SwiftPM doesn't always build an executable target even if one is present without