Skip to content

Commit 567d2f8

Browse files
65436543
authored andcommitted
Changelog v0.12.0 (#344)
Add Changelog v0.12.0 Co-authored-by: 6543 <[email protected]> Reviewed-on: https://gitea.com/gitea/go-sdk/pulls/344 Reviewed-by: Andrew Thornton <[email protected]> Reviewed-by: techknowlogick <[email protected]>
1 parent 057518e commit 567d2f8

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,50 @@
11
# Changelog
22

3+
## [v0.12.0](https://gitea.com/gitea/go-sdk/pulls?q=&type=all&state=closed&milestone=1223) - 2020-05-21
4+
5+
* BREAKING
6+
* Support 2FA for basic auth & refactor Token functions (#335)
7+
* PullMerge: use enum for MergeStyle (#328)
8+
* Refactor List/SetRepoTopics (#276)
9+
* Remove ListUserIssues() ... (#262)
10+
* Extend SearchUsers (#248)
11+
* Fix & Refactor UserApp Functions (#247)
12+
* Add ListMilestoneOption to ListRepoMilestones (#244)
13+
* Add ListIssueCommentOptions for optional param (#243)
14+
* Refactor RepoWatch (#241)
15+
* Add Pagination Options for List Requests (#205)
16+
* FEATURES
17+
* Add BranchProtection functions (#341)
18+
* Add PullReview functions (#338)
19+
* Add Issue Subscription Check & Fix DeleteIssueSubscription (#318)
20+
* Add Branch Deletion (#317)
21+
* Add Get/Update for oauth2 apps (#311)
22+
* Add Create/Get/Delete for oauth2 apps (#305)
23+
* Add DeleteFile() (#302)
24+
* Add Get/Update/Create File (#281)
25+
* Add List/Check/SetPublic/Delete OrgMembership functions (#275)
26+
* Add ListRepoCommits (#266)
27+
* Add TransferRepo (#264)
28+
* Add SearchRepo API Call (#254)
29+
* Add ListOptions struct (#249)
30+
* Add Notification functions (#226)
31+
* Add GetIssueComment (#216)
32+
* BUGFIXES
33+
* Add missing JSON header to AddCollaborator() (#306)
34+
* On Internal Server Error, show request witch caused this (#296)
35+
* Fix MergePullRequest & extend Tests (#278)
36+
* Fix AddEmail (#260)
37+
* ENHANCEMENTS
38+
* Check if gitea is able to squash-merge via API (#336)
39+
* ListIssues: add milestones filter (#327)
40+
* Update CreateRepoOption struct (#300)
41+
* Add IssueType as filter for ListIssues (#286)
42+
* Extend ListDeployKeys (#268)
43+
* Use RepositoryMeta struct on Issues (#267)
44+
* Use StateType (#265)
45+
* Extend Issue Struct (#258)
46+
* IssueSubscribtion: Check http Status responce (#242)
47+
348
## [v0.11.3](https://gitea.com/gitea/go-sdk/pulls?q=&type=all&state=closed&milestone=1259) - 2020-04-27
449
* BUGFIXES
550
* Fix MergePullRequest (#278) (#316)

0 commit comments

Comments
 (0)