Bump version

master v1.32.9
Johannes Zellner 2024-03-26 08:52:51 +01:00
parent 59266f120a
commit 07982e33aa
2 changed files with 12 additions and 2 deletions

View File

@ -1556,3 +1556,13 @@
* Performance improvements for pull request list page (#29900) (#29972)
* Fix bugs in rerunning jobs (#29983) (#29955)
[1.32.9]
* Update Gitea to 1.21.10
* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.21.10)
* Fix Add/Remove WIP on pull request title failure (#29999) (#30066)
* Fix misuse of TxContext (#30061) (#30062)
* Respect DEFAULT_ORG_MEMBER_VISIBLE setting when adding creator to org (#30013) (#30035)
* Escape paths for find file correctly (#30026) (#30031)
* Remove duplicate option in admin screen and now-unused translation keys (#28492) (#30024)
* Fix manual merge form and 404 page templates (#30000)

View File

@ -4,8 +4,8 @@
"author": "Gitea developers",
"description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service",
"version": "1.32.8",
"upstreamVersion": "1.21.9",
"version": "1.32.9",
"upstreamVersion": "1.21.10",
"healthCheckPath": "/explore",
"httpPort": 3000,
"memoryLimit": 536870912,