Releases: davidji99/bitbucket-go
Releases · davidji99/bitbucket-go
v0.2.1
Bug Fixes
- Fix
Repositories
struct to have an array of Repository
not Issue
. (#12)
v0.2.0
Improvements
- Big refactor in the client initialization code that now uses
simpleresty
. (#11)
- Introduce Oauth related methods for the
Option
struct.
v0.1.4
Bug Fixes
- Update type PullRequest GetMergeCommit() to return commit Hash (#9)
v0.1.3
Bug Fixes
- (#7) Ensure
content
field is passed when creating or updating pull request comments.