forgejo-sdk/CHANGELOG.md
6543 7ae928fbc2 [Frontport] Changelog for v0.11.3 & newline fix (#321)
fix newline in readme

Changelog v0.11.3 (#320)

Changelog v0.11.3

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/go-sdk/pulls/320
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/go-sdk/pulls/321
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
2020-04-28 03:37:57 +00:00

1.2 KiB

Changelog

v0.11.3 - 2020-04-27

  • BUGFIXES
    • Fix MergePullRequest (#278) (#316)
    • Add missing JSON header to AddCollaborator() (#307)

v0.11.2 - 2020-03-31

  • ENHANCEMENTS
    • On Internal Server Error, show request witch caused this (#297)

v0.11.1 - 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 - 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)