-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 1.4.2 changelog #4115
Add 1.4.2 changelog #4115
Conversation
CHANGELOG.md
Outdated
* Use ResolveReference instead of path.Join (#4073) | ||
* Fix #4081 Check for leading / in base before removing it (#4083) | ||
* MISC | ||
* Update git vendor (#4059) (#4075) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be moved under BUGFIXES with description Respository's home page not updated after first push
Also please upper case first letter in each sentence.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for feedback @lafriks I've updated changelog accordingly.
main.go
Outdated
@@ -21,7 +21,7 @@ import ( | |||
) | |||
|
|||
// Version holds the current Gitea version | |||
var Version = "1.4.0-dev" | |||
var Version = "1.4.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to change this version will be read from git tag on this branch
@lafriks thanks. changed. |
@techknowlogick please backport to master |
As title