Version 1.15.2

This commit is contained in:
Girish Ramakrishnan 2020-03-08 18:59:42 -07:00
parent 076dd3946b
commit 9944104273
3 changed files with 6 additions and 2 deletions

View File

@ -473,3 +473,7 @@
* Fix commit between two commits calculation if there is only last commit (#10225) (#10226)
* Only check for conflicts/merging if the PR has not been merged in the interim (#10132) (#10206)
* Blacklist manifest.json & milestones user (#10292) (#10293)
[1.15.2]
* Update Gitea to 1.11.2

View File

@ -4,7 +4,7 @@
"author": "Gitea developers",
"description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service",
"version": "1.15.1",
"version": "1.15.2",
"healthCheckPath": "/healthcheck",
"httpPort": 3000,
"addons": {

View File

@ -1,4 +1,4 @@
This app packages Gitea <upstream>1.11.1</upstream>
This app packages Gitea <upstream>1.11.2</upstream>
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.