prepare release v0.20.0
This commit is contained in:
parent
5d4cf17aba
commit
6c6637e77b
2 changed files with 13 additions and 1 deletions
|
@ -7,4 +7,5 @@ commands:
|
||||||
- make publish
|
- make publish
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
DRAFT: "false"
|
||||||
CGO_ENABLED: 0
|
CGO_ENABLED: 0
|
||||||
|
|
13
History.md
13
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
|
# 0.19.0 / 2021-08-09
|
||||||
|
|
||||||
* Change Cache-Control on responses to no-store (#37)
|
* Change Cache-Control on responses to no-store (#37)
|
||||||
|
@ -151,4 +162,4 @@
|
||||||
|
|
||||||
# 0.1.0 / 2017-08-03
|
# 0.1.0 / 2017-08-03
|
||||||
|
|
||||||
* Initial Version
|
* Initial Version
|
||||||
|
|
Loading…
Reference in a new issue