forgejo-sdk/CHANGELOG.md
6543 8821d1f9ab Changelog v0.11.2 (#299)
Merge branch 'master' into changelog-0112-frontport

Merge branch 'master' into changelog-0112-frontport

Changelog v0.11.2

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/go-sdk/pulls/299
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
2020-04-01 23:28:26 +00:00

31 lines
1 KiB
Markdown

# Changelog
## [v0.11.2](https://gitea.com/gitea/go-sdk/pulls?q=&type=all&state=closed&milestone=1256) - 2020-03-31
* ENHANCEMENTS
* On Internal Server Error, show request witch caused this (#297)
## [v0.11.1](https://gitea.com/gitea/go-sdk/pulls?q=&type=all&state=closed&milestone=1235) - 2020-03-29
* BUGFIXES
* Fix SetRepoTopics (#276) (#274)
* Fix AddEmail (#260) (#261)
* Fix UserApp Functions (#247) (#256)
* ENHANCEMENTS
* Add IssueType as filter for ListIssues (#288)
* Correct version (#259)
## [v0.11.0](https://gitea.com/gitea/go-sdk/pulls?q=&type=all&state=closed&milestone=1222) - 2020-01-27
* FEATURES
* Add VersionCheck (#215)
* Add Issue Un-/Subscription function (#214)
* Add Reaction struct and functions (#213)
* Add GetBlob (#212)
* BUGFIXES
* Fix ListIssue Functions (#225)
* Fix ListRepoPullRequests (#219)
* ENHANCEMENTS
* Add some pull list options (#217)
* Extend StopWatch struct & functions (#211)
* TESTING
* Add Test Framework (#227)
* BUILD
* Use golangci-lint and revive for linting (#220)