[Frontport] Changelog for v0.11.3 & newline fix (#321) All checks were successful continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
fix newline in readme Changelog v0.11.3 (#320) Changelog v0.11.3 Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: #320 Reviewed-by: Andrew Thornton <art27@cantab.net> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: #321 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Reviewed-by: techknowlogick <techknowlogick@gitea.io>
This commit was merged in pull request #321.
This commit is contained in:
@@ -1,5 +1,10 @@ | ||||
# Changelog | ||||
| ||||
## [v0.11.3](https://gitea.com/gitea/go-sdk/pulls?q=&type=all&state=closed&milestone=1259) - 2020-04-27 | ||||
* BUGFIXES | ||||
* Fix MergePullRequest (#278) (#316) | ||||
* Add missing JSON header to AddCollaborator() (#307) | ||||
| ||||
## [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) | ||||
|
15 README.md
15
README.md @@ -1,16 +1,8 @@ | ||||
# Gitea SDK for Go | ||||
| ||||
[](https://opensource.org/licenses/MIT) | ||||
[](https://gitea.com/gitea/go-sdk/releases) | ||||
[](https://drone.gitea.com/gitea/go-sdk) | ||||
[](https://discord.gg/Gitea) | ||||
[](http://microbadger.com/images/gitea/gitea "Get your own image badge on microbadger.com") | ||||
[](https://goreportcard.com/report/code.gitea.io/sdk) | ||||
[](https://godoc.org/code.gitea.io/sdk/gitea) | ||||
[](https://opensource.org/licenses/MIT) [](https://gitea.com/gitea/go-sdk/releases) [](https://drone.gitea.com/gitea/go-sdk) [](https://discord.gg/Gitea) [](http://microbadger.com/images/gitea/gitea "Get your own image badge on microbadger.com") [](https://goreportcard.com/report/code.gitea.io/sdk) [](https://godoc.org/code.gitea.io/sdk/gitea) | ||||
| ||||
This project acts as a client SDK implementation written in Go to interact with | ||||
the Gitea API implementation. For further informations take a look at the | ||||
current [documentation](https://godoc.org/code.gitea.io/sdk/gitea). | ||||
This project acts as a client SDK implementation written in Go to interact with the Gitea API implementation. For further informations take a look at the current [documentation](https://godoc.org/code.gitea.io/sdk/gitea). | ||||
| ||||
## Use it | ||||
| ||||
@@ -29,5 +21,4 @@ Fork -> Patch -> Push -> Pull Request | ||||
| ||||
## License | ||||
| ||||
This project is under the MIT License. See the [LICENSE](LICENSE) file for the | ||||
full license text. | ||||
This project is under the MIT License. See the [LICENSE](LICENSE) file for the full license text. | ||||
|
Reference in New Issue
Block a user