Skip to content

Commit

Permalink
prepare release v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzifer committed Sep 7, 2021
1 parent 5d4cf17 commit 6c6637e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions .repo-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ commands:
- make publish

environment:
DRAFT: "false"
CGO_ENABLED: 0
13 changes: 12 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -151,4 +162,4 @@

# 0.1.0 / 2017-08-03

* Initial Version
* Initial Version

0 comments on commit 6c6637e

Please sign in to comment.