Changelog for v0.14.0 (#501)
as title Reviewed-on: https://gitea.com/gitea/go-sdk/pulls/501 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
6b6fdd91ce
commit
61c9b900e1
1 changed files with 38 additions and 0 deletions
38
CHANGELOG.md
38
CHANGELOG.md
|
@ -1,5 +1,43 @@
|
|||
# Changelog
|
||||
|
||||
## [v0.14.0](https://gitea.com/gitea/go-sdk/releases/tag/v0.14.0) - 2021-03-21
|
||||
|
||||
* BREAKING
|
||||
* Update Structs (#486)
|
||||
* Added repo ListContents and changed GetContents doc to talk about a single file (#485)
|
||||
* Remove & Rename TrackedTimes list functions (#467)
|
||||
* UrlEscape Function Arguments used in UrlPath (#273)
|
||||
* FEATURES
|
||||
* Add Create/Delete ReviewRequests (#493)
|
||||
* Add Un-/DismissPullReview funcs (#489)
|
||||
* Add Repo Un-Star Functions (#483)
|
||||
* introduce Client.GetArchiveReader (#476)
|
||||
* Add DeleteRepoTag function (#461)
|
||||
* Add GetReleaseByTag (#427)
|
||||
* BUGFIXES
|
||||
* Handle Contents Edge-Case (#492)
|
||||
* Fix GetCombinedStatus() (#470)
|
||||
* Use Predefind Versions & Compare Function (#442)
|
||||
* Return resp on NotFound too (#428)
|
||||
* ENHANCEMENTS
|
||||
* Add workaround to get head branch sha of pulls with deleted head branch (#498)
|
||||
* GetFile: Use "ref" in-query if posible (#491)
|
||||
* Add DeleteTag & Correct DeleteReleaseByTag (#488)
|
||||
* Add html_url field to Release struct (#477)
|
||||
* Add Ref to Issue structs (#466)
|
||||
* Update Issue Struct (#458)
|
||||
* Use sync.Once for loading ServerVersion (#456)
|
||||
* Add Gitea2Gitea Migration Support (#454)
|
||||
* Add Helper for Optional Values (#448)
|
||||
* Update CreateRepoOption struct (#445)
|
||||
* Update CommitMeta Struct (#434)
|
||||
* Update Struct NotificationSubject (#424)
|
||||
* Add Debug Mode (#422)
|
||||
* DOCS
|
||||
* Make Client thread-safe & add docs (#495)
|
||||
* Improve PullReview docs (#469)
|
||||
|
||||
|
||||
## [v0.13.2](https://gitea.com/gitea/go-sdk/releases/tag/gitea/v0.13.2) - 2020-12-07
|
||||
|
||||
* BUGFIXES
|
||||
|
|
Loading…
Reference in a new issue