From 6c6637e77b6a9965e13060219fc24249cbc0667a Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Tue, 7 Sep 2021 15:36:13 +0200 Subject: [PATCH] prepare release v0.20.0 --- .repo-runner.yaml | 1 + History.md | 13 ++++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.repo-runner.yaml b/.repo-runner.yaml index defbd3f..ef998c2 100644 --- a/.repo-runner.yaml +++ b/.repo-runner.yaml @@ -7,4 +7,5 @@ commands: - make publish environment: + DRAFT: "false" CGO_ENABLED: 0 diff --git a/History.md b/History.md index f1fe332..5f58e1d 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,14 @@ +# 0.20.0 / 2021-09-07 + + * Switch to structs instead of maps in api (#40) + * [#35] Encode pipe in secret URL by default + * Update dependencies, upgrade build utils + * Add dutch translation (#39) + * Switch to Go 1.16 embed functionality (#42) + * Remove duplicate call LastIndex (#41) + +Many thanks to [@sorcix](https://github.com/sorcix) for the contributions to this release! + # 0.19.0 / 2021-08-09 * Change Cache-Control on responses to no-store (#37) @@ -151,4 +162,4 @@ # 0.1.0 / 2017-08-03 - * Initial Version \ No newline at end of file + * Initial Version