Skip to content

v0.5.2

Compare
Choose a tag to compare
@shiftkey shiftkey released this 14 Oct 12:28

Breaking Changes:

  • PullRequestUpdate removed unused fields: Number, State, Base, and Head
  • ReleaseClient.Create now accepts a NewRelease parameter (was ReleaseUpdate)
  • ReleaseUpdate no longer requires a TagName in the constructor (see NewRelease)
  • ReleaseUpdate now has nullable Draft and Prerelease properties - only
    set these if you want to apply changes to the API
  • IssueUpdate.State is now a nullable ItemState
  • MilestoneUpdate.Number is now removed
  • MilestoneUpdate.State is now a nullable ItemState