Changelog for v0.15.0 (#538)
* Add Changelog for v0.15.0 release * Update config ro changelog tool Reviewed-on: https://gitea.com/gitea/go-sdk/pulls/538 Reviewed-by: Andrew Thornton <art27@cantab.net> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: 6543 <6543@obermui.de> Co-committed-by: 6543 <6543@obermui.de>
This commit is contained in:
parent
71d2bf01d1
commit
747c78e835
2 changed files with 29 additions and 9 deletions
|
@ -54,4 +54,4 @@ groups:
|
|||
default: true
|
||||
|
||||
# regex indicating which labels to skip for the changelog
|
||||
skip-labels: skip-changelog|backport\/.+
|
||||
skip-labels: skip-changelog|backport\/.+|has/backport
|
||||
|
|
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -1,5 +1,25 @@
|
|||
# Changelog
|
||||
|
||||
## [v0.15.0](https://gitea.com/gitea/go-sdk/releases/tag/v0.15.0) - 2021-08-13
|
||||
|
||||
* BREAKING
|
||||
* Introduce NotifySubjectState (#520)
|
||||
* Drop deprecations (#503)
|
||||
* FEATURES
|
||||
* Add Repo Team Management Functions (#537)
|
||||
* Add CreateRepoFromTemplate (#536)
|
||||
* Add GetReviewers & GetAssignees (#534)
|
||||
* Add GetTag, GetAnnotatedTag & CreateTag (#533)
|
||||
* Add GetUserSettings & UpdateUserSettings (#531)
|
||||
* Add ListPullRequestCommits (#530)
|
||||
* Add GetUserByID (#513)
|
||||
* Add GetRepoByID (#511)
|
||||
* ENHANCEMENTS
|
||||
* Update List Options (#527)
|
||||
* Update Structs (#524)
|
||||
* ListFunctions: option to disable pagination (#509)
|
||||
|
||||
|
||||
## [v0.14.1](https://gitea.com/gitea/go-sdk/releases/tag/v0.14.1) - 2021-06-30
|
||||
|
||||
* BUGFIXES
|
||||
|
|
Loading…
Reference in a new issue