Version 1.20.0

This commit is contained in:
Girish Ramakrishnan 2021-02-16 11:08:41 -08:00
parent 1deeedfc87
commit 32c5507674
2 changed files with 5 additions and 1 deletions

View File

@ -633,3 +633,7 @@
* When visit /favicon.ico but the static file is not exist return 404 but not continue to handle the route (#14211) (#14213)
* Fix branch selector on new issue page (#14194) (#14207)
* Check for notExist on profile repository page (#14197) (#14203)
[1.20.0]
* Use base image v3

View File

@ -4,7 +4,7 @@
"author": "Gitea developers",
"description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service",
"version": "1.19.2",
"version": "1.20.0",
"healthCheckPath": "/healthcheck",
"httpPort": 3000,
"memoryLimit": 536870912,